/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | spk_ttyio.c | 128 .tiocmset = spk_ttyio_tiocmset, 305 if (speakup_tty->ops->tiocmset) in spk_ttyio_tiocmset() 306 speakup_tty->ops->tiocmset(speakup_tty, set, clear); in spk_ttyio_tiocmset()
|
H A D | speakup_apollo.c | 166 synth->io_ops->tiocmset(0, UART_MCR_RTS); in do_catch_up() 167 synth->io_ops->tiocmset(UART_MCR_RTS, 0); in do_catch_up()
|
H A D | spk_types.h | 161 void (*tiocmset)(unsigned int set, unsigned int clear); member
|
H A D | serialio.c | 40 .tiocmset = spk_serial_tiocmset,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/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()
|
H A 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()
|
/kernel/linux/linux-6.6/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()
|
H A 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()
|
/kernel/linux/linux-5.10/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_opal.c | 150 .tiocmset = hvc_opal_hvsi_tiocmset,
|
H A D | hvc_vio.c | 224 .tiocmset = hvterm_hvsi_tiocmset,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty_driver.h | 277 int (*tiocmset)(struct tty_struct *tty, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_driver.h | 262 * @tiocmset: ``int ()(struct tty_struct *tty, 380 int (*tiocmset)(struct tty_struct *tty, member
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | upd78f0730.c | 424 .tiocmset = upd78f0730_tiocmset,
|
H A D | metro-usb.c | 361 .tiocmset = metrousb_tiocmset,
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | serial.h | 292 int (*tiocmset)(struct tty_struct *tty, member
|