Searched refs:returns (Results 1 – 25 of 663) sorted by relevance
12345678910>>...27
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-mt6360 | 6 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 …]
|
D | sysfs-platform-dfl-fme | 6 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 …]
|
D | sysfs-bus-iio-sx9324 | 19 `cat in_proximity0_setup` returns "MI,DS,DS". 21 `cat in_proximity1_setup` returns "DS,MI,DS". 23 `cat in_proximity1_setup` returns "DS,DS,MI". 25 `cat in_proximity1_setup` returns "DS,MI,MI".
|
D | sysfs-bus-rapidio | 38 (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 …]
|
D | sysfs-bus-iio-timer-stm32 | 5 Reading returns the list possible master modes which are: 90 Reading returns the current master modes. 97 Reading returns the current sampling frequency. 105 Reading returns the current preset value. 116 Reading returns the list possible enable modes. 142 Reading returns the list possible trigger modes.
|
D | sysfs-driver-hid-roccat-kone | 7 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
|
D | sysfs-platform-tahvo-usb | 8 Reading: returns the current mode. 16 Reading: returns "on" or "off".
|
/linux-5.19.10/scripts/atomic/ |
D | atomics.tbl | 6 # * 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-5.19.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_get.txt | 21 The _tep_get_event()_ function returns a pointer to event at the given _index_. 25 The _tep_get_first_event()_ function returns a pointer to the first event. 26 As events are stored in an array, this function returns the pointer to the 29 The _tep_get_events_count()_ function returns the number of the events 34 The _tep_get_event()_ returns a pointer to the event located at _index_. 38 The _tep_get_first_event()_ returns a pointer to the first event. NULL is 41 The _tep_get_events_count()_ returns the number of the events. 0 is
|
D | libtraceevent-header_page.txt | 25 The _tep_get_header_page_size()_ function returns the size of a long integer, 29 The _tep_get_header_timestamp_size()_ function returns the size of timestamps, 33 The _tep_is_old_format()_ function returns true if the kernel predates 34 the addition of events/header_page, otherwise it returns false. 38 The _tep_get_header_page_size()_ function returns the size of a long integer, 41 The _tep_get_header_timestamp_size()_ function returns the size of timestamps, 44 The _tep_is_old_format()_ function returns true, if an old kernel is used to
|
D | libtraceevent-commands.txt | 46 The _tep_data_comm_from_pid()_ function returns the process name for a given 51 The _tep_data_pid_from_comm()_ function returns a pid for a given process name. 59 The _tep_cmdline_pid()_ function returns the pid associated with a given 64 _tep_register_comm()_ function returns 0 on success. In case of an error -1 is 69 _tep_override_comm()_ function returns 0 on success. In case of an error -1 is 73 _tep_is_pid_registered()_ function returns true if the _pid_ has a process name 76 _tep_data_comm_from_pid()_ function returns the process name as string, or the 79 _tep_data_pid_from_comm()_ function returns a pointer to a struct cmdline, that 83 _tep_cmdline_pid()_ functions returns the pid for the give cmdline. If _cmdline_
|
D | libtraceevent-filter.txt | 70 The _tep_filter_alloc()_ function returns a pointer to the newly created event 73 The _tep_filter_add_filter_str()_ function returns 0 if the rule was 77 The _tep_event_filtered()_ function returns 1 if the filter is found for given 80 The _tep_filter_remove_event()_ function returns 1 if the vent was removed, or 83 The _tep_filter_match()_ function returns _tep_errno_, according to the result: 93 The _tep_filter_copy()_ function returns 0 on success or -1 if not all rules 96 The _tep_filter_compare()_ function returns 1 if the two filters hold the same 99 The _tep_filter_make_string()_ function returns a string, which must be freed 102 The _tep_filter_strerror()_ function returns 0 if message was filled
|
D | libtraceevent-func_find.txt | 24 The _tep_find_function()_ function returns the function name, which contains the 27 The _tep_find_function_address()_ function returns the function start address, 33 The _tep_find_function()_ function returns the function name, or NULL in case 36 The _tep_find_function_address()_ function returns the function start address,
|
/linux-5.19.10/Documentation/watchdog/ |
D | pcwd-watchdog.rst | 39 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-5.19.10/Documentation/userspace-api/media/v4l/ |
D | func-select.rst | 54 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
|
D | func-poll.rst | 42 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-5.19.10/Documentation/firmware-guide/acpi/ |
D | chromeos-acpi-device.rst | 51 This control method returns the switch positions for Chrome OS specific hardware switches. 82 This control method returns the hardware ID for the Chromebook. 97 This control method returns the firmware version for the rewritable portion of the main 111 This control method returns the firmware version for the read-only portion of the main 125 This control method returns information about the current boot. 186 This control method returns information about Chrome OS specific GPIO assignments for 259 This control method returns information about the NVRAM (CMOS) locations used to 295 This control method returns the physical memory address of the start of the main processor 309 This control method returns the verified boot data block shared between the firmware 322 This control method returns the SHA-1 or SHA-256 hash that is read out of the Management [all …]
|
/linux-5.19.10/Documentation/virt/acrn/ |
D | cpuid.rst | 14 returns:: 28 returns:: 43 returns::
|
/linux-5.19.10/Documentation/userspace-api/media/mediactl/ |
D | request-func-poll.rst | 42 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-5.19.10/Documentation/misc-devices/ |
D | spear-pcie-gadget.rst | 44 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-5.19.10/Documentation/userspace-api/media/cec/ |
D | cec-func-poll.rst | 42 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-5.19.10/Documentation/vm/ |
D | split_page_table_lock.rst | 19 maps pte and takes PTE table lock, returns pointer to the taken 24 allocates PTE table if needed and take the lock, returns pointer 27 returns pointer to PTE table lock; 29 takes PMD table lock, returns pointer to taken lock; 31 returns pointer to PMD table lock; 52 returns pointer to table lock;
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-script-perl.txt | 184 …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-5.19.10/Documentation/bpf/ |
D | maps.rst | 14 returns process-local file descriptor or negative error 19 returns zero and stores found elem into value or negative error 24 returns zero or negative error
|
/linux-5.19.10/arch/arm/nwfpe/ |
D | softfloat-specialize | 79 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
|
12345678910>>...27