Home
last modified time | relevance | path

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

123

/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 …]
Dspkguide.txt191 can still use the reading controls to review the screen however.
435 level and the reading punctuation level at the same time. For
441 # set punc and reading punc levels to 0
448 # set punc and reading punc levels to 1
455 # set punc and reading punc levels to 2
462 # set punc and reading punc levels to 3
469 chmod command, then you could change the default reading punc and
472 then the reading punc and punc level would both get set to 3.
810 Use the speakup review keys to position the reading cursor on the first
811 character of the above url. When the reading cursor is in position,
[all …]
/drivers/media/usb/gspca/
Dsn9c2028.c111 static int sn9c2028_read4(struct gspca_dev *gspca_dev, u8 *reading) in sn9c2028_read4() argument
123 memcpy(reading, gspca_dev->usb_buf, 4); in sn9c2028_read4()
124 PDEBUG(D_USBI, "read4 response %02x%02x%02x%02x", reading[0], in sn9c2028_read4()
125 reading[1], reading[2], reading[3]); in sn9c2028_read4()
132 __u8 reading[4]; in sn9c2028_long_command() local
146 memset(reading, 0, 4); in sn9c2028_long_command()
147 status = sn9c2028_read4(gspca_dev, reading); in sn9c2028_long_command()
/drivers/hwmon/
Dpowr1220.c116 int reading; in powr1220_read_adc() local
151 reading = result >> 4; in powr1220_read_adc()
158 reading |= result << 4; 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()
167 if (reading > data->adc_maxes[ch_num]) in powr1220_read_adc()
168 data->adc_maxes[ch_num] = reading; in powr1220_read_adc()
/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light43 use a infrared sensor reading to remove infrared noise from the
44 proximity reading. If this is not enabled, the driver can still
45 do this calculation manually by reading the infrared sensor
53 used to return the value of a reading by the sensor. If this
62 sensing mode. This value should be the output from a reading
94 sensing mode. This value should be the output from a reading
Dinkernel.txt48 about this channel such as it's current reading.
51 iio_read_channel_raw() - get a reading
Dring.txt35 The primary buffer reading function. Note that it may well not return
Doverview.txt45 capture or reading from a number of sensors. These triggers are
Ddevice.txt38 Raw data reading function. Used for both raw channel access
/drivers/macintosh/
Dvia-macii.c105 reading, enumerator
424 macii_state = reading; in macii_interrupt()
473 case reading: in macii_interrupt()
503 if (macii_state == reading) { in macii_interrupt()
Dvia-cuda.c72 reading, enumerator
485 cuda_state = reading; in cuda_interrupt()
496 cuda_state = reading; in cuda_interrupt()
541 case reading: in cuda_interrupt()
586 cuda_state = reading; in cuda_interrupt()
Dvia-maciisi.c77 reading, enumerator
480 maciisi_state = reading; in maciisi_interrupt()
549 case reading: in maciisi_interrupt()
627 maciisi_state = reading; in maciisi_interrupt()
Dvia-pmu68k.c82 reading, enumerator
622 pmu_state = reading; in pmu_interrupt()
637 case reading: in pmu_interrupt()
/drivers/media/v4l2-core/
Dvideobuf-core.c195 if (q->reading) { in videobuf_queue_is_busy()
238 if (q->streaming || q->reading) { in __videobuf_free()
269 q->reading = 0; in videobuf_queue_cancel()
542 if (q->reading) { in videobuf_qbuf()
744 if (q->reading) in videobuf_streamon()
993 q->reading = 1; in __videobuf_read_start()
1040 if (q->reading) in videobuf_stop()
1061 if (!q->reading) { in videobuf_read_stream()
1134 if (!q->reading) in videobuf_poll_stream()
1136 if (!q->reading) { in videobuf_poll_stream()
/drivers/hwtracing/coresight/
Dcoresight-tmc.c124 bool reading; member
248 if (drvdata->reading) { in tmc_enable()
367 if (drvdata->reading) in tmc_disable()
451 drvdata->reading = true; in tmc_read_prepare()
480 drvdata->reading = false; in tmc_read_unprepare()
/drivers/scsi/qla4xxx/
Dql4_attr.c38 long reading; in qla4_8xxx_sysfs_write_fw_dump() local
48 ret = kstrtol(buf, 10, &reading); in qla4_8xxx_sysfs_write_fw_dump()
55 switch (reading) { in qla4_8xxx_sysfs_write_fw_dump()
/drivers/extcon/
Dextcon-arizona.c528 static int arizona_hpdet_do_id(struct arizona_extcon_info *info, int *reading, in arizona_hpdet_do_id() argument
539 info->hpdet_res[info->num_hpdet_res++] = *reading; in arizona_hpdet_do_id()
565 *reading = info->hpdet_res[0]; in arizona_hpdet_do_id()
568 if (*reading >= ARIZONA_HPDET_MAX && !info->hpdet_retried) { in arizona_hpdet_do_id()
604 int ret, reading; in arizona_hpdet_irq() local
632 reading = ret; in arizona_hpdet_irq()
640 ret = arizona_hpdet_do_id(info, &reading, &mic); in arizona_hpdet_irq()
647 if (reading >= 5000) in arizona_hpdet_irq()
/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c79 i2c_algo_dp_aux_address(struct i2c_adapter *adapter, u16 address, bool reading) in i2c_algo_dp_aux_address() argument
85 if (reading) in i2c_algo_dp_aux_address()
100 i2c_algo_dp_aux_stop(struct i2c_adapter *adapter, bool reading) in i2c_algo_dp_aux_stop() argument
105 if (reading) in i2c_algo_dp_aux_stop()
155 bool reading = false; in i2c_algo_dp_aux_xfer() local
162 reading = (msgs[m].flags & I2C_M_RD) != 0; in i2c_algo_dp_aux_xfer()
163 ret = i2c_algo_dp_aux_address(adapter, msgs[m].addr, reading); in i2c_algo_dp_aux_xfer()
166 if (reading) { in i2c_algo_dp_aux_xfer()
184 i2c_algo_dp_aux_stop(adapter, reading); in i2c_algo_dp_aux_xfer()
/drivers/media/dvb-frontends/
Drtl2832.c198 u8 msb, lsb, reading[4], len; in rtl2832_rd_demod_reg() local
207 ret = rtl2832_bulk_read(client, reg_start_addr, reading, len); in rtl2832_rd_demod_reg()
213 reading_tmp |= reading[i] << ((len - 1 - i) * 8); in rtl2832_rd_demod_reg()
228 u8 msb, lsb, reading[4], writing[4], len; in rtl2832_wr_demod_reg() local
237 ret = rtl2832_bulk_read(client, reg_start_addr, reading, len); in rtl2832_wr_demod_reg()
243 reading_tmp |= reading[i] << ((len - 1 - i) * 8); in rtl2832_wr_demod_reg()
/drivers/virt/
DKconfig25 2) A file interface to reading incoming doorbells.
/drivers/soc/ti/
DKconfig16 Packets are queued/de-queued by writing/reading descriptor address
/drivers/firmware/google/
DKconfig20 clearing the EFI event log and reading and writing NVRAM
/drivers/media/usb/stkwebcam/
Dstk-webcam.h121 int reading; member
/drivers/iio/humidity/
DKconfig10 This driver supports reading data via a single interrupt
/drivers/s390/char/
DKconfig183 prompt "API for reading z/VM monitor service records"
186 Character device driver for reading z/VM monitor service records

123