Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/Linux-v5.4/drivers/staging/speakup/
DDefaultKeyAssignments12 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 …]
/Linux-v5.4/drivers/hwmon/
Dpowr1220.c107 int reading; in powr1220_read_adc() local
142 reading = result >> 4; in powr1220_read_adc()
149 reading |= result << 4; 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()
158 if (reading > data->adc_maxes[ch_num]) in powr1220_read_adc()
159 data->adc_maxes[ch_num] = reading; in powr1220_read_adc()
/Linux-v5.4/drivers/media/usb/gspca/
Dsn9c2028.c100 static int sn9c2028_read4(struct gspca_dev *gspca_dev, u8 *reading) in sn9c2028_read4() argument
112 memcpy(reading, gspca_dev->usb_buf, 4); in sn9c2028_read4()
114 reading[0], reading[1], reading[2], reading[3]); in sn9c2028_read4()
121 __u8 reading[4]; in sn9c2028_long_command() local
135 memset(reading, 0, 4); in sn9c2028_long_command()
136 status = sn9c2028_read4(gspca_dev, reading); in sn9c2028_long_command()
/Linux-v5.4/Documentation/devicetree/bindings/hwmon/
Dadc128d818.txt7 1 temperature reading (internal)
12 1 temperature reading (internal)
16 1 temperature reading (internal)
/Linux-v5.4/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light15 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
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-tmc-etf.c174 if (drvdata->reading) { in tmc_enable_etf_sink_sysfs()
234 if (drvdata->reading) in tmc_enable_etf_sink_perf()
311 if (drvdata->reading) { in tmc_disable_etf_sink()
342 if (drvdata->reading) { in tmc_enable_etf_link()
364 if (drvdata->reading) { in tmc_disable_etf_link()
582 if (drvdata->reading) { in tmc_read_prepare_etb()
610 drvdata->reading = true; in tmc_read_prepare_etb()
658 drvdata->reading = false; in tmc_read_unprepare_etb()
/Linux-v5.4/Documentation/
Dpercpu-rw-semaphore.txt6 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
/Linux-v5.4/Documentation/hwmon/
Dina209.rst41 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)
Dabituguru-datasheet.rst10 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
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
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
208 Temp sensors also use a linear scale, a reading of 0 corresponds with 0 degree
209 Celsius and a reading of 255 with a reading of 255 degrees Celsius.
[all …]
Dadm1025.rst46 input, or as the a fifth digital entry for the VID reading (bit 4). It's
52 properly, you'll have a wrong +12V reading or a wrong VID reading. The way
Dgl518sm.rst36 0x80 chips support the reading of all voltages and revision 0x00 only
65 reading the current voltage of any input except for VIN3; limit setting and
79 The GL518SM only updates its values each 1.5 seconds; reading it more often
Dntc_thermistor.rst108 (reading this file initiates the reading procedure.)
/Linux-v5.4/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-ryos27 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 …]
Dsysfs-driver-hid-roccat-isku27 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
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_attr.c125 long reading; in qedf_sysfs_write_grcdump() local
138 ret = kstrtol(buf, 10, &reading); in qedf_sysfs_write_grcdump()
145 switch (reading) { in qedf_sysfs_write_grcdump()
/Linux-v5.4/drivers/macintosh/
Dvia-macii.c106 reading, enumerator
407 macii_state = reading; in macii_interrupt()
456 case reading: in macii_interrupt()
486 if (macii_state == reading && in macii_interrupt()
Dvia-cuda.c158 reading, enumerator
602 cuda_state = reading; in cuda_interrupt()
611 cuda_state = reading; in cuda_interrupt()
659 case reading: in cuda_interrupt()
718 cuda_state = reading; in cuda_interrupt()
/Linux-v5.4/drivers/usb/misc/
Dchaoskey.c81 bool reading; /* ongoing IO */ member
332 dev->reading = false; in chaos_read_callback()
367 dev->reading = true; in _chaoskey_fill()
371 dev->reading = false; in _chaoskey_fill()
384 !dev->reading, in _chaoskey_fill()
/Linux-v5.4/Documentation/w1/
Dw1-generic.rst42 2. reading. This will issue reading eeprom response.
61 provides temperature reading function which is bound to ->rbin() method
65 - driver for simple 64bit memory cell provides ID reading method.
67 You can call above methods by reading appropriate sysfs files.
/Linux-v5.4/drivers/soc/fsl/
DKconfig19 Initially only reading SVR and registering soc device are supported.
20 Other guts accesses, such as reading RCW, should eventually be moved
/Linux-v5.4/drivers/media/v4l2-core/
Dvideobuf-core.c194 if (q->reading) { in videobuf_queue_is_busy()
237 if (q->streaming || q->reading) { in __videobuf_free()
268 q->reading = 0; in videobuf_queue_cancel()
541 if (q->reading) { in videobuf_qbuf()
742 if (q->reading) in videobuf_streamon()
991 q->reading = 1; in __videobuf_read_start()
1038 if (q->reading) in videobuf_stop()
1059 if (!q->reading) { in videobuf_read_stream()
1132 if (!q->reading) in videobuf_poll_stream()
1134 if (!q->reading) { in videobuf_poll_stream()
/Linux-v5.4/Documentation/ABI/testing/
Ddebugfs-hisi-zip19 disable counters clear after reading of these registers.
49 disable counters clear after reading of these registers.
/Linux-v5.4/Documentation/media/uapi/v4l/
Dfunc-read.rst72 application starts reading the buffer until the read is finished. Thus
74 reading, or the capture rate must fall below the nominal frame rate of
118 immediately available for reading.
121 ``fd`` is not a valid file descriptor or is not open for reading, or
/Linux-v5.4/block/
Dblk-map.c224 int reading = rq_data_dir(rq) == READ; in blk_rq_map_kern() local
237 bio = bio_copy_kern(q, kbuf, len, gfp_mask, reading); in blk_rq_map_kern()
/Linux-v5.4/Documentation/w1/slaves/
Dw1_ds2438.rst49 Opening and reading this file initiates the CONVERT_T (temperature conversion)
58 Opening and reading this file initiates the CONVERT_V (voltage conversion)

12345678910>>...21