Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
18
doc/man/nvme_psd_ps.2
Normal file
18
doc/man/nvme_psd_ps.2
Normal file
|
@ -0,0 +1,18 @@
|
|||
.TH "libnvme" 9 "enum nvme_psd_ps" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_psd_ps \- Known values for &struct nvme_psd %ips and %aps. Use with nvme_psd_power_scale() to extract the power scale field to match this enum.
|
||||
.SH SYNOPSIS
|
||||
enum nvme_psd_ps {
|
||||
.br
|
||||
.BI " NVME_PSD_PS_100_MICRO_WATT"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_PSD_PS_10_MILLI_WATT"
|
||||
|
||||
};
|
||||
.SH Constants
|
||||
.IP "NVME_PSD_PS_100_MICRO_WATT" 12
|
||||
0.0001 watt scale
|
||||
.IP "NVME_PSD_PS_10_MILLI_WATT" 12
|
||||
0.01 watt scale
|
Loading…
Add table
Add a link
Reference in a new issue