/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 …]
|
D | spkguide.txt | 191 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/gpu/drm/ |
D | drm_dp_helper.c | 65 i2c_algo_dp_aux_address(struct i2c_adapter *adapter, u16 address, bool reading) in i2c_algo_dp_aux_address() argument 71 if (reading) in i2c_algo_dp_aux_address() 86 i2c_algo_dp_aux_stop(struct i2c_adapter *adapter, bool reading) in i2c_algo_dp_aux_stop() argument 91 if (reading) in i2c_algo_dp_aux_stop() 141 bool reading = false; in i2c_algo_dp_aux_xfer() local 148 reading = (msgs[m].flags & I2C_M_RD) != 0; in i2c_algo_dp_aux_xfer() 149 ret = i2c_algo_dp_aux_address(adapter, msgs[m].addr, reading); in i2c_algo_dp_aux_xfer() 152 if (reading) { in i2c_algo_dp_aux_xfer() 170 i2c_algo_dp_aux_stop(adapter, reading); in i2c_algo_dp_aux_xfer()
|
/drivers/media/usb/gspca/ |
D | sn9c2028.c | 101 static int sn9c2028_read4(struct gspca_dev *gspca_dev, u8 *reading) in sn9c2028_read4() argument 113 memcpy(reading, gspca_dev->usb_buf, 4); in sn9c2028_read4() 114 PDEBUG(D_USBI, "read4 response %02x%02x%02x%02x", reading[0], in sn9c2028_read4() 115 reading[1], reading[2], reading[3]); in sn9c2028_read4() 122 __u8 reading[4]; in sn9c2028_long_command() local 136 memset(reading, 0, 4); in sn9c2028_long_command() 137 status = sn9c2028_read4(gspca_dev, reading); in sn9c2028_long_command()
|
/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 43 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
|
D | inkernel.txt | 48 about this channel such as it's current reading. 51 iio_read_channel_raw() - get a reading
|
D | ring.txt | 35 The primary buffer reading function. Note that it may well not return
|
D | overview.txt | 45 capture or reading from a number of sensors. These triggers are
|
D | device.txt | 38 Raw data reading function. Used for both raw channel access
|
/drivers/macintosh/ |
D | via-macii.c | 105 reading, enumerator 424 macii_state = reading; in macii_interrupt() 473 case reading: in macii_interrupt() 503 if (macii_state == reading) { in macii_interrupt()
|
D | via-cuda.c | 72 reading, enumerator 483 cuda_state = reading; in cuda_interrupt() 494 cuda_state = reading; in cuda_interrupt() 539 case reading: in cuda_interrupt() 584 cuda_state = reading; in cuda_interrupt()
|
D | via-maciisi.c | 77 reading, enumerator 480 maciisi_state = reading; in maciisi_interrupt() 549 case reading: in maciisi_interrupt() 627 maciisi_state = reading; in maciisi_interrupt()
|
D | via-pmu68k.c | 82 reading, enumerator 622 pmu_state = reading; in pmu_interrupt() 637 case reading: in pmu_interrupt()
|
D | via-pmu.c | 117 reading, enumerator 1461 if (pmu_state == reading || pmu_state == reading_intr) in pmu_sr_intr() 1490 pmu_state = reading; in pmu_sr_intr() 1509 case reading: in pmu_sr_intr()
|
/drivers/media/v4l2-core/ |
D | videobuf-core.c | 193 if (q->reading) { in videobuf_queue_is_busy() 236 if (q->streaming || q->reading) { in __videobuf_free() 267 q->reading = 0; in videobuf_queue_cancel() 539 if (q->reading) { in videobuf_qbuf() 740 if (q->reading) in videobuf_streamon() 989 q->reading = 1; in __videobuf_read_start() 1036 if (q->reading) in videobuf_stop() 1057 if (!q->reading) { in videobuf_read_stream() 1130 if (!q->reading) in videobuf_poll_stream() 1132 if (!q->reading) { in videobuf_poll_stream()
|
/drivers/scsi/qla4xxx/ |
D | ql4_attr.c | 38 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/media/dvb-frontends/ |
D | rtl2832.c | 275 u8 reading[4]; in rtl2832_rd_demod_reg() local 290 ret = rtl2832_rd_regs(priv, reg_start_addr, page, &reading[0], len); in rtl2832_rd_demod_reg() 296 reading_tmp |= reading[i] << ((len - 1 - i) * 8); in rtl2832_rd_demod_reg() 318 u8 reading[4]; in rtl2832_wr_demod_reg() local 333 ret = rtl2832_rd_regs(priv, reg_start_addr, page, &reading[0], len); in rtl2832_wr_demod_reg() 339 reading_tmp |= reading[i] << ((len - 1 - i) * 8); in rtl2832_wr_demod_reg()
|
/drivers/extcon/ |
D | extcon-arizona.c | 467 static int arizona_hpdet_do_id(struct arizona_extcon_info *info, int *reading, in arizona_hpdet_do_id() argument 478 info->hpdet_res[info->num_hpdet_res++] = *reading; in arizona_hpdet_do_id() 504 *reading = info->hpdet_res[0]; in arizona_hpdet_do_id() 507 if (*reading >= ARIZONA_HPDET_MAX && !info->hpdet_retried) { in arizona_hpdet_do_id() 543 int ret, reading; in arizona_hpdet_irq() local 572 reading = ret; in arizona_hpdet_irq() 580 ret = arizona_hpdet_do_id(info, &reading, &mic); in arizona_hpdet_irq() 588 if (reading >= 5000) in arizona_hpdet_irq()
|
/drivers/virt/ |
D | Kconfig | 25 2) A file interface to reading incoming doorbells.
|
/drivers/firmware/google/ |
D | Kconfig | 21 clearing the EFI event log and reading and writing NVRAM
|
/drivers/media/usb/stkwebcam/ |
D | stk-webcam.h | 121 int reading; member
|
/drivers/s390/char/ |
D | Kconfig | 160 prompt "API for reading z/VM monitor service records" 163 Character device driver for reading z/VM monitor service records
|
/drivers/media/platform/ |
D | vino.c | 291 int reading; member 3358 if (vcs->reading) in vino_reqbufs() 3438 if (vcs->reading) in vino_querybuf() 3467 if (vcs->reading) in vino_qbuf() 3500 if (vcs->reading) in vino_dqbuf() 3563 if (vcs->reading) in vino_streamon() 3601 if (vcs->reading) in vino_streamoff() 3882 if (vcs->reading) { in vino_mmap()
|
/drivers/staging/tidspbridge/Documentation/ |
D | error-codes | 11 can be propagated to user space by reading errno symbol defined in errno.h, for
|
/drivers/net/wireless/rt2x00/ |
D | Kconfig | 233 These debugfs files support both reading and writing of the
|