Home
last modified time | relevance | path

Searched refs:tiocmset (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dspk_ttyio.c127 .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 Dspeakup_apollo.c179 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 Dspk_types.h161 void (*tiocmset)(struct spk_synth *synth, unsigned int set, unsigned int clear); member
H A Dserialio.c40 .tiocmset = spk_serial_tiocmset,
/linux/drivers/bluetooth/
H A Dhci_ath.c59 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 Dhci_ldisc.c316 if (hu->tty->driver->ops->tiocmget && hu->tty->driver->ops->tiocmset) in hci_uart_has_flow_control()
356 status = tty->driver->ops->tiocmset(tty, set, clear); in hci_uart_set_flow_control()
369 status = tty->driver->ops->tiocmset(tty, set, clear); in hci_uart_set_flow_control()
/linux/drivers/tty/hvc/
H A Dhvc_console.h66 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear); member
H A Dhvc_console.c850 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 Dhvc_vio.c226 .tiocmset = hvterm_hvsi_tiocmset,
H A Dhvc_opal.c151 .tiocmset = hvc_opal_hvsi_tiocmset,
H A Dhvsi.c1035 .tiocmset = hvsi_tiocmset,
/linux/include/linux/usb/
H A Dserial.h288 int (*tiocmset)(struct tty_struct *tty, member
/linux/drivers/usb/serial/
H A Dupd78f0730.c420 .tiocmset = upd78f0730_tiocmset,
H A Dch341.c878 .tiocmset = ch341_tiocmset,
H A Dsierra.c1037 .tiocmset = sierra_tiocmset,
H A Dcp210x.c317 .tiocmset = cp210x_tiocmset,
/linux/drivers/tty/ipwireless/
H A Dtty.c558 .tiocmset = ipw_tiocmset,
/linux/drivers/mmc/core/
H A Dsdio_uart.c1010 .tiocmset = sdio_uart_tiocmset,
/linux/drivers/staging/greybus/
H A Duart.c791 .tiocmset = gb_tty_tiocmset,
/linux/drivers/tty/
H A Dmoxa.c546 .tiocmset = moxa_tiocmset,
H A Dnozomi.c1790 .tiocmset = ntty_tiocmset,
H A Dn_gsm.c4615 .tiocmset = gsmtty_tiocmset,