/linux-5.19.10/drivers/accessibility/speakup/ |
D | spk_ttyio.c | 128 .tiocmset = spk_ttyio_tiocmset, 283 if (tty->ops->tiocmset) in spk_ttyio_tiocmset() 284 tty->ops->tiocmset(tty, set, clear); in spk_ttyio_tiocmset()
|
D | speakup_apollo.c | 166 synth->io_ops->tiocmset(synth, 0, UART_MCR_RTS); in do_catch_up() 167 synth->io_ops->tiocmset(synth, UART_MCR_RTS, 0); in do_catch_up()
|
D | spk_types.h | 161 void (*tiocmset)(struct spk_synth *synth, unsigned int set, unsigned int clear); member
|
D | serialio.c | 40 .tiocmset = spk_serial_tiocmset,
|
/linux-5.19.10/drivers/bluetooth/ |
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()
|
D | hci_ldisc.c | 301 if (hu->tty->driver->ops->tiocmget && hu->tty->driver->ops->tiocmset) in hci_uart_has_flow_control() 341 status = tty->driver->ops->tiocmset(tty, set, clear); in hci_uart_set_flow_control() 354 status = tty->driver->ops->tiocmset(tty, set, clear); in hci_uart_set_flow_control()
|
/linux-5.19.10/drivers/tty/hvc/ |
D | hvc_console.h | 66 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear); member
|
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,
|
D | hvc_opal.c | 150 .tiocmset = hvc_opal_hvsi_tiocmset,
|
D | hvc_vio.c | 224 .tiocmset = hvterm_hvsi_tiocmset,
|
/linux-5.19.10/drivers/tty/serdev/ |
D | serdev-ttyport.c | 244 if (!tty->ops->tiocmset) in ttyport_set_tiocm() 247 return tty->ops->tiocmset(tty, set, clear); in ttyport_set_tiocm()
|
/linux-5.19.10/include/linux/ |
D | tty_driver.h | 380 int (*tiocmset)(struct tty_struct *tty, member
|
/linux-5.19.10/drivers/usb/serial/ |
D | qcserial.c | 468 .tiocmset = usb_wwan_tiocmset,
|
D | cypress_m8.c | 157 .tiocmset = cypress_tiocmset, 183 .tiocmset = cypress_tiocmset, 209 .tiocmset = cypress_tiocmset,
|
D | metro-usb.c | 359 .tiocmset = metrousb_tiocmset,
|
D | upd78f0730.c | 418 .tiocmset = upd78f0730_tiocmset,
|
D | opticon.c | 397 .tiocmset = opticon_tiocmset,
|
D | f81232.c | 980 .tiocmset = f81232_tiocmset, 1005 .tiocmset = f81232_tiocmset,
|
D | spcp8x5.c | 477 .tiocmset = spcp8x5_tiocmset,
|
D | belkin_sa.c | 81 .tiocmset = belkin_sa_tiocmset,
|
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() 1309 .tiocmset = serial_tiocmset,
|
D | ssu100.c | 516 .tiocmset = ssu100_tiocmset,
|
D | keyspan_pda.c | 704 .tiocmset = keyspan_pda_tiocmset,
|
/linux-5.19.10/include/linux/usb/ |
D | serial.h | 293 int (*tiocmset)(struct tty_struct *tty, member
|
/linux-5.19.10/drivers/tty/ipwireless/ |
D | tty.c | 558 .tiocmset = ipw_tiocmset,
|