| /kernel/linux/linux-4.19/drivers/staging/speakup/ |
| D | DefaultKeyAssignments | 12 InsKeyPad-8 say from top of screen to reading cursor. 18 InsKeyPad-4 say from left edge of line to reading cursor. 20 InsKeyPad-6 Say from reading cursor to right edge of line. 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 27 KeyPad-Minus Park reading cursor (toggle) 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end) 35 ControlKeyPad-1 Move reading cursor to last character on current line. [all …]
|
| /kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 12 InsKeyPad-8 say from top of screen to reading cursor. 18 InsKeyPad-4 say from left edge of line to reading cursor. 20 InsKeyPad-6 Say from reading cursor to right edge of line. 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 27 KeyPad-Minus Park reading cursor (toggle) 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end) 35 ControlKeyPad-1 Move reading cursor to last character on current line. [all …]
|
| /kernel/liteos_m/kernel/include/ |
| D | los_event.h | 50 * Event reading mode: The task waits for all its expected events to occur. 56 * Event reading mode: The task waits for any of its expected events to occur. 62 * Event reading mode: The event flag is immediately cleared after the event is read. 77 * Event reading error code: Event reading times out. 81 …* Solution: Increase the waiting time for event reading, or make another task write a mask for the… 87 …* Event reading error code: The EVENTMASK input parameter value is valid. The input parameter valu… 97 * Event reading error code: The event is being read during an interrupt. 107 …* Event reading error code: The uwFlags input parameter value used in the event reading API is inv… 120 * Event reading error code: The task is locked and is unable to read the event. 130 * Event reading error code: Null pointer. [all …]
|
| /kernel/liteos_a/kernel/include/ |
| D | los_event.h | 51 * Event reading mode: The task waits for all its expected events to occur. 57 * Event reading mode: The task waits for any of its expected events to occur. 63 * Event reading mode: The event flag is immediately cleared after the event is read. 79 * Event reading error code: Event reading times out. 83 …* Solution: Increase the waiting time for event reading, or make another task write a mask for the… 89 …* Event reading error code: The EVENTMASK input parameter value is valid. The input parameter valu… 99 * Event reading error code: The event is being read during an interrupt. 109 …* Event reading error code: The flag input parameter value used in the event reading API is invali… 122 * Event reading error code: The task is locked and is unable to read the event. 132 * Event reading error code: Null pointer. [all …]
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | abituguru-datasheet | 9 Winbond (W83L950D). And no, reading the manual for this specific uC or 45 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read 52 Reading / Writing 63 that many bytes, reading / writing more will fail, the results when writing 76 when reading you should always use the read address and when writing the 93 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready 112 Reading 195 This byte holds the reading from the sensor. Sensors in Bank1 can be both 200 Volt sensors use a linear scale, a reading 0 corresponds with 0 volt and a 201 reading of 255 with 3494 mV. The sensors for higher voltages however are [all …]
|
| D | ina209 | 36 in0_input_highest shunt voltage historical maximum reading (mV) 37 in0_input_lowest shunt voltage historical minimum reading (mV) 49 in1_input_highest bus voltage historical maximum reading (mV) 50 in1_input_lowest bus voltage historical minimum reading (mV) 62 power1_input_highest power historical maximum reading (uW)
|
| D | smsc47b397 | 27 Methods for detecting the HP SIO and reading the thermal data on a dc7100. 36 Reading temperature information. 56 Reading tach information. 66 Reading the tach LSB locks the tach MSB. 69 How to convert the tach reading to RPM. 70 The tach reading (TCount) is given by: (Tach MSB * 256) + (Tach LSB)
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | abituguru-datasheet.rst | 10 Winbond (W83L950D). And no, reading the manual for this specific uC or 46 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read 53 Reading / Writing 64 that many bytes, reading / writing more will fail, the results when writing 77 when reading you should always use the read address and when writing the 94 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready 113 Reading section in Reading / Writing 197 This byte holds the reading from the sensor. Sensors in Bank1 can be both 202 Volt sensors use a linear scale, a reading 0 corresponds with 0 volt and a 203 reading of 255 with 3494 mV. The sensors for higher voltages however are [all …]
|
| D | ina209.rst | 41 in0_input_highest shunt voltage historical maximum reading (mV) 42 in0_input_lowest shunt voltage historical minimum reading (mV) 54 in1_input_highest bus voltage historical maximum reading (mV) 55 in1_input_lowest bus voltage historical minimum reading (mV) 67 power1_input_highest power historical maximum reading (uW)
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | powr1220.c | 107 int reading; in powr1220_read_adc() local 119 * max reading. in powr1220_read_adc() 137 /* get the ADC reading */ in powr1220_read_adc() 142 reading = result >> 4; in powr1220_read_adc() 144 /* get the upper half of the reading */ in powr1220_read_adc() 149 reading |= result << 4; in powr1220_read_adc() 151 /* now convert the reading to a voltage */ in powr1220_read_adc() 152 reading *= ADC_STEP_MV; in powr1220_read_adc() 153 data->adc_values[ch_num] = reading; in powr1220_read_adc() 156 result = reading; in powr1220_read_adc() [all …]
|
| /kernel/linux/linux-4.19/drivers/hwmon/ |
| D | powr1220.c | 116 int reading; in powr1220_read_adc() local 128 * max reading. in powr1220_read_adc() 146 /* get the ADC reading */ in powr1220_read_adc() 151 reading = result >> 4; in powr1220_read_adc() 153 /* get the upper half of the reading */ in powr1220_read_adc() 158 reading |= result << 4; in powr1220_read_adc() 160 /* now convert the reading to a voltage */ in powr1220_read_adc() 161 reading *= ADC_STEP_MV; in powr1220_read_adc() 162 data->adc_values[ch_num] = reading; in powr1220_read_adc() 165 result = reading; in powr1220_read_adc() [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/iio/Documentation/ |
| D | sysfs-bus-iio-light | 15 use a infrared sensor reading to remove infrared noise from the 16 proximity reading. If this is not enabled, the driver can still 17 do this calculation manually by reading the infrared sensor 25 used to return the value of a reading by the sensor. If this 34 sensing mode. This value should be the output from a reading 66 sensing mode. This value should be the output from a reading
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-timer-stm32 | 5 Reading returns the list possible master modes which are: 72 Reading returns the current master modes. 79 Reading returns the current sampling frequency. 87 Reading returns the current preset value. 98 Reading returns the list possible quadrature modes. 121 Reading returns the list possible enable modes. 146 Reading returns the list possible trigger modes.
|
| D | sysfs-ocfs2 | 23 Reading from this file returns a single line, the major 43 Reading from this file returns the names of all loaded 58 Reading from this file returns the name of the active plugin 80 Reading from this file returns the name of the current
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/tremontx/ |
| D | uncore-other.json | 73 …"BriefDescription": "PCI Express bandwidth reading at IIO. Derived from unc_iio_data_req_of_cpu.me… 144 "BriefDescription": "PCI Express bandwidth reading at IIO, part 1", 157 "BriefDescription": "PCI Express bandwidth reading at IIO, part 2", 170 "BriefDescription": "PCI Express bandwidth reading at IIO, part 3", 289 "BriefDescription": "Data requested of the CPU : Card reading from DRAM", 297 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)… 302 "BriefDescription": "Data requested of the CPU : Card reading from DRAM", 310 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)… 315 "BriefDescription": "Data requested of the CPU : Card reading from DRAM", 323 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)… [all …]
|
| /kernel/linux/linux-4.19/Documentation/ABI/obsolete/ |
| D | sysfs-driver-hid-roccat-ryos | 27 Before reading this file, control has to be written to select 37 Before reading this file, control has to be written to select 47 Before reading this file, control has to be written to select 57 Before reading this file, control has to be written to select 67 Before reading this file, control has to be written to select 77 Before reading this file, control has to be written to select 88 Before reading this file, control has to be written to select 99 Before reading this file, control has to be written to select 110 Before reading this file, control has to be written to select 156 Before reading this file, control has to be written to select [all …]
|
| D | sysfs-driver-hid-roccat-isku | 27 Before reading this file, control has to be written to select 37 Before reading this file, control has to be written to select 47 Before reading this file, control has to be written to select 57 Before reading this file, control has to be written to select 67 Before reading this file, control has to be written to select 77 Before reading this file, control has to be written to select 87 Before reading this file, control has to be written to select 106 Before reading this file, control has to be written to select 117 Before reading this file, control has to be written to select
|
| /kernel/linux/linux-5.10/Documentation/ABI/obsolete/ |
| D | sysfs-driver-hid-roccat-ryos | 27 Before reading this file, control has to be written to select 37 Before reading this file, control has to be written to select 47 Before reading this file, control has to be written to select 57 Before reading this file, control has to be written to select 67 Before reading this file, control has to be written to select 77 Before reading this file, control has to be written to select 88 Before reading this file, control has to be written to select 99 Before reading this file, control has to be written to select 110 Before reading this file, control has to be written to select 156 Before reading this file, control has to be written to select [all …]
|
| D | sysfs-driver-hid-roccat-isku | 27 Before reading this file, control has to be written to select 37 Before reading this file, control has to be written to select 47 Before reading this file, control has to be written to select 57 Before reading this file, control has to be written to select 67 Before reading this file, control has to be written to select 77 Before reading this file, control has to be written to select 87 Before reading this file, control has to be written to select 106 Before reading this file, control has to be written to select 117 Before reading this file, control has to be written to select
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| 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-ocfs2 | 23 Reading from this file returns a single line, the major 43 Reading from this file returns the names of all loaded 58 Reading from this file returns the name of the active plugin 80 Reading from this file returns the name of the current
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/skeleton/ |
| D | profiler.bpf.c | 46 /* look up before reading, to reduce error */ in BPF_PROG() 56 struct bpf_perf_event_value reading; in BPF_PROG() local 59 err = bpf_perf_event_read_value(&events, key, &reading, in BPF_PROG() 60 sizeof(reading)); in BPF_PROG() 63 *(ptrs[i]) = reading; in BPF_PROG()
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | percpu-rw-semaphore.txt | 6 optimized for locking for reading. 9 cores take the lock for reading, the cache line containing the semaphore 13 Locking for reading is very fast, it uses RCU and it avoids any atomic
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | percpu-rw-semaphore.rst | 6 optimized for locking for reading. 9 cores take the lock for reading, the cache line containing the semaphore 13 Locking for reading is very fast, it uses RCU and it avoids any atomic
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/hwmon/ |
| D | adc128d818.txt | 7 1 temperature reading (internal) 12 1 temperature reading (internal) 16 1 temperature reading (internal)
|