Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-mt63606 Calculating with scale and offset returns voltage in uV
14 Calculating with scale and offset returns voltage in uV
22 Calculating with scale and offset returns voltage in uV
29 Calculating with scale and offset returns voltage in uV
36 Calculating with scale and offset returns voltage in uV
43 Calculating with scale and offset returns voltage in uA
50 Calculating with scale and offset returns voltage in uA
57 Calculating with scale and offset returns voltage in uV
64 Calculating with scale and offset returns temperature in degree
71 Calculating with scale and offset returns voltage in uV
[all …]
Dsysfs-platform-dfl-fme6 port/Accelerator Function Unit (AFU). It returns the
13 Description: Read-only. It returns Bitstream (static FPGA region)
21 Description: Read-only. It returns Bitstream (static FPGA region) meta
29 Description: Read-only. It returns cache size of this FPGA device.
35 Description: Read-only. It returns fabric version of this FPGA device.
43 Description: Read-only. It returns socket_id to indicate which socket
70 Description: Read-only. It returns non-fatal errors detected.
76 Description: Read-only. It returns catastrophic and fatal errors detected.
126 Description: Read-Only. It returns FPGA device temperature in millidegrees
133 Description: Read-Only. It returns hardware threshold1 temperature in
[all …]
Ddebugfs-driver-qat5 Description: (RO) Read returns the number of requests sent to the FW and the number of responses
16 Description: (RW) Read returns value of the Heartbeat update period.
36 Description: (RO) Read returns the number of times the device became unresponsive.
38 Attribute returns value of the counter which is incremented when
45 Description: (RO) Read returns the number of times the control process checked
48 Attribute returns value of the counter which is incremented on
55 Description: (RO) Read returns the device health status.
67 Description: (RO) Read returns power management information specific to the
76 Description: (RO) Read returns, for each Acceleration Engine (AE), the number
Dsysfs-bus-iio-resolver-ad2s12105 Reading returns the current Degradation of Signal Reset Maximum
12 Reading returns the allowable voltage range for
19 Reading returns the current Degradation of Signal Reset Minimum
26 Reading returns the allowable voltage range for
Dsysfs-bus-iio-sx932420 `cat in_proximity0_setup` returns "MI,DS,DS".
22 `cat in_proximity1_setup` returns "DS,MI,DS".
24 `cat in_proximity1_setup` returns "DS,DS,MI".
26 `cat in_proximity1_setup` returns "DS,MI,MI".
Dsysfs-bus-rapidio38 (RO) returns the device identifier
46 (RO) returns the device vendor identifier
54 (RO) returns the device revision level
62 (RO) returns identifier for the assembly containing the device
70 (RO) returns revision level of the assembly containing the
79 (RO) returns vendor identifier of the assembly containing the
88 (RO) returns device destination ID assigned by the enumeration
97 (RO) returns name of previous device (switch) on the path to the
106 (RO) returns the device modalias
164 (RO) returns names of devices linked to the switch except one of
[all …]
Dsysfs-bus-iio-timer-stm325 Reading returns the list possible master modes which are:
90 Reading returns the current master modes.
97 Reading returns the current preset value.
108 Reading returns the list possible enable modes.
134 Reading returns the list possible trigger modes.
Dsysfs-driver-hid-roccat-kone7 When read, this file returns the raw number of the actual dpi
28 Description: When read, this file returns the number of the actual profile.
36 Description: When read, this file returns the raw integer version number of the
67 Description: When read, this file returns the settings stored in the mouse.
81 When read, this attribute returns the number of the profile
93 When read, this file returns the current state of the TCU,
108 and its value can be read out. When read, this file returns the
Dsysfs-platform-tahvo-usb8 Reading: returns the current mode.
16 Reading: returns "on" or "off".
Dsysfs-kernel-mm-damon25 stops, respectively. Reading the file returns the keywords
44 Description: Reading this file returns the pid of the kdamond if it is
57 Description: Reading this file returns the available monitoring operations
67 operations set. Reading the file returns the keyword for the
78 returns the value.
85 file returns the value.
92 returns the value.
100 this file returns the value.
107 this file returns the value.
168 the scheme in microseconds. Reading this file returns the
[all …]
Dsysfs-bus-dfl5 Description: Read-only. It returns type of DFL FIU of the device. Now DFL
14 Description: Read-only. It returns feature identifier local to its DFL FIU
/linux-6.12.1/scripts/atomic/
Datomics.tbl6 # * B/b - bool: returns bool
7 # * v - void: returns void
8 # * I/i - int: returns base type
9 # * R - return: returns base type (has _return variants)
10 # * F/f - fetch: returns base type (has fetch_ variants)
11 # * l - load: returns base type (has _acquire order variant)
12 # * s - store: returns void (has _release order variant)
/linux-6.12.1/Documentation/mm/
Dsplit_page_table_lock.rst17 maps PTE and takes PTE table lock, returns pointer to PTE with
18 pointer to its PTE table lock, or returns NULL if no PTE table;
20 maps PTE, returns pointer to PTE with pointer to its PTE table
21 lock (not taken), or returns NULL if no PTE table;
23 maps PTE, returns pointer to PTE, or returns NULL if no PTE table;
29 allocates PTE table if needed and takes its lock, returns pointer to
30 PTE with pointer to its lock, or returns NULL if allocation failed;
32 takes PMD table lock, returns pointer to taken lock;
34 returns pointer to PMD table lock;
55 returns pointer to table lock;
/linux-6.12.1/Documentation/watchdog/
Dpcwd-watchdog.rst39 This returns the support of the card itself. This
40 returns in structure "PCWDS" which returns:
48 This returns the status of the card, with the bits of
53 This returns the status of the card that was reported
57 This returns the temperature of the card. (You can also
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dfunc-select.rst54 the outgoing queue of the driver the function returns immediately.
56 On success :c:func:`select()` returns the total number of bits set in
57 ``fd_set``. When the function timed out it returns
58 a value of zero. On failure it returns -1 and the ``errno`` variable is
68 capturing. When that fails, :c:func:`select()` returns successful and
72 data is already available the :c:func:`select()` function returns
88 On success, :c:func:`select()` returns the number of descriptors
Dfunc-poll.rst42 returns immediately.
44 On success :c:func:`poll()` returns the number of file descriptors
49 ``POLLWRNORM`` flags. When the function timed out it returns a value of
50 zero, on failure it returns -1 and the ``errno`` variable is set
68 capturing. When that fails it returns a ``POLLERR`` as above. Otherwise
75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
93 On success, :c:func:`poll()` returns the number structures which have
/linux-6.12.1/Documentation/firmware-guide/acpi/
Dchromeos-acpi-device.rst50 This control method returns the switch positions for Chrome OS specific hardware switches.
81 This control method returns the hardware ID for the Chromebook.
96 This control method returns the firmware version for the rewritable portion of the main
110 This control method returns the firmware version for the read-only portion of the main
124 This control method returns information about the current boot.
185 This control method returns information about Chrome OS specific GPIO assignments for
258 This control method returns information about the NVRAM (CMOS) locations used to
294 This control method returns the physical memory address of the start of the main processor
308 This control method returns the verified boot data block shared between the firmware
321 This control method returns the SHA-1 or SHA-256 hash that is read out of the Management
[all …]
/linux-6.12.1/Documentation/virt/acrn/
Dcpuid.rst14 returns::
28 returns::
43 returns::
/linux-6.12.1/Documentation/misc-devices/
Dspear-pcie-gadget.rst44 vendor_id returns programmed vendor id (hex)
45 device_id returns programmed device id(hex)
46 bar0_size: returns size of bar0 in hex.
47 bar0_address returns address of bar0 mapped area in hex.
48 bar0_rw_offset returns offset of bar0 for which bar0_data will return value.
49 bar0_data returns data at bar0_rw_offset.
132 Wait till it returns UP.
/linux-6.12.1/Documentation/userspace-api/media/mediactl/
Drequest-func-poll.rst42 On success :c:func:`poll()` returns the number of file
46 when the request was completed. When the function times out it returns
47 a value of zero, on failure it returns -1 and the ``errno`` variable is
56 On success, :c:func:`poll()` returns the number of
/linux-6.12.1/Documentation/userspace-api/media/cec/
Dcec-func-poll.rst42 On success :c:func:`poll()` returns the number of file descriptors
49 then the ``POLLPRI`` flag is set. When the function times out it returns
50 a value of zero, on failure it returns -1 and the ``errno`` variable is
58 On success, :c:func:`poll()` returns the number structures which have
/linux-6.12.1/tools/perf/Documentation/
Dperf-script-perl.txt184 …flag_str($event_name, $field_name, $field_value) - returns the string representation corresponding…
185 …symbol_str($event_name, $field_name, $field_value) - returns the string representation correspondi…
199 common_pc($context) - returns common_preempt count for the current event
200 common_flags($context) - returns common_flags for the current event
201 common_lock_depth($context) - returns common_lock_depth for the current event
208 nsecs($secs, $nsecs) - returns total nsecs given secs/nsecs pair
209 nsecs_secs($nsecs) - returns whole secs portion given nsecs
210 nsecs_nsecs($nsecs) - returns nsecs remainder given nsecs
211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
212 avg($total, $n) - returns average given a sum and a total number of values
/linux-6.12.1/arch/arm/nwfpe/
Dsoftfloat-specialize79 otherwise returns 0.
92 NaN; otherwise returns 0.
137 is a NaN, and returns the appropriate NaN result. If either `a' or `b' is a
171 otherwise returns 0.
184 NaN; otherwise returns 0.
234 is a NaN, and returns the appropriate NaN result. If either `a' or `b' is a
273 NaN; otherwise returns 0.
286 signaling NaN; otherwise returns 0.
343 of which is a NaN, and returns the appropriate NaN result. If either `a' or
/linux-6.12.1/arch/x86/kernel/
Dmodule.c229 *retpolines = NULL, *returns = NULL, *ibt_endbr = NULL, in module_finalize() local
245 returns = s; in module_finalize()
274 if (returns) { in module_finalize()
275 void *rseg = (void *)returns->sh_addr; in module_finalize()
276 apply_returns(rseg, rseg + returns->sh_size); in module_finalize()
/linux-6.12.1/drivers/devfreq/
DKconfig18 is attached to a single device and returns a "representative"
47 This governor always returns UINT_MAX as frequency so that
48 the DEVFREQ framework returns the highest frequency available
55 This governor always returns 0 as frequency so that
56 the DEVFREQ framework returns the lowest frequency available
63 This governor returns the user configured frequency if there

12345678910>>...28