| /linux/drivers/accessibility/speakup/ |
| H A D | spk_ttyio.c | 127 .tiocmset = spk_ttyio_tiocmset, 282 if (tty->ops->tiocmset) in spk_ttyio_tiocmset() 283 tty->ops->tiocmset(tty, set, clear); in spk_ttyio_tiocmset()
|
| H A D | speakup_apollo.c | 179 synth->io_ops->tiocmset(synth, 0, UART_MCR_RTS); in do_catch_up() 180 synth->io_ops->tiocmset(synth, UART_MCR_RTS, 0); in do_catch_up()
|
| H A D | spk_types.h | 161 void (*tiocmset)(struct spk_synth *synth, unsigned int set, unsigned int clear); member
|
| H A D | serialio.c | 40 .tiocmset = spk_serial_tiocmset,
|
| /linux/drivers/bluetooth/ |
| H A D | hci_ath.c | 59 tty->driver->ops->tiocmset(tty, 0x00, TIOCM_RTS); in ath_wakeup_ar3k() 64 tty->driver->ops->tiocmset(tty, TIOCM_RTS, 0x00); in ath_wakeup_ar3k()
|
| /linux/drivers/tty/hvc/ |
| H A D | hvc_console.h | 66 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear); member
|
| H A D | hvc_console.c | 850 if (!hp || !hp->ops->tiocmset) in hvc_tiocmset() 852 return hp->ops->tiocmset(hp, set, clear); in hvc_tiocmset() 899 .tiocmset = hvc_tiocmset,
|
| H A D | hvc_vio.c | 226 .tiocmset = hvterm_hvsi_tiocmset,
|
| H A D | hvc_opal.c | 151 .tiocmset = hvc_opal_hvsi_tiocmset,
|
| /linux/drivers/usb/serial/ |
| H A D | cypress_m8.c | 157 .tiocmset = cypress_tiocmset, 182 .tiocmset = cypress_tiocmset, 207 .tiocmset = cypress_tiocmset,
|
| H A D | qcserial.c | 472 .tiocmset = usb_wwan_tiocmset,
|
| H A D | metro-usb.c | 358 .tiocmset = metrousb_tiocmset,
|
| H A D | upd78f0730.c | 420 .tiocmset = upd78f0730_tiocmset,
|
| H A D | opticon.c | 394 .tiocmset = opticon_tiocmset,
|
| H A D | f81232.c | 1001 .tiocmset = f81232_tiocmset, 1025 .tiocmset = f81232_tiocmset,
|
| H A D | spcp8x5.c | 467 .tiocmset = spcp8x5_tiocmset,
|
| H A D | usb-serial.c | 599 if (port->serial->type->tiocmset) in serial_tiocmset() 600 return port->serial->type->tiocmset(tty, set, clear); in serial_tiocmset() 1302 .tiocmset = serial_tiocmset,
|
| H A D | belkin_sa.c | 81 .tiocmset = belkin_sa_tiocmset,
|
| H A D | ssu100.c | 515 .tiocmset = ssu100_tiocmset,
|
| H A D | kobil_sct.c | 92 .tiocmset = kobil_tiocmset,
|
| H A D | io_edgeport.c | 3004 .tiocmset = edge_tiocmset, 3038 .tiocmset = edge_tiocmset, 3072 .tiocmset = edge_tiocmset, 3106 .tiocmset = edge_tiocmset,
|
| H A D | keyspan_pda.c | 707 .tiocmset = keyspan_pda_tiocmset,
|
| H A D | ark3116.c | 613 .tiocmset = ark3116_tiocmset,
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 288 int (*tiocmset)(struct tty_struct *tty, member
|
| /linux/drivers/tty/ipwireless/ |
| H A D | tty.c | 558 .tiocmset = ipw_tiocmset,
|