Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/bluetooth/
Dhci_ath.c73 tty->driver->ops->tiocmset(tty, 0x00, TIOCM_RTS); in ath_wakeup_ar3k()
78 tty->driver->ops->tiocmset(tty, TIOCM_RTS, 0x00); in ath_wakeup_ar3k()
Dhci_ldisc.c336 status = tty->driver->ops->tiocmset(tty, set, clear); in hci_uart_set_flow_control()
349 status = tty->driver->ops->tiocmset(tty, set, clear); in hci_uart_set_flow_control()
/Linux-v4.19/drivers/staging/speakup/
Dspeakup_apollo.c166 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()
Dspk_ttyio.c124 .tiocmset = spk_ttyio_tiocmset,
280 speakup_tty->ops->tiocmset(speakup_tty, set, clear); in spk_ttyio_tiocmset()
Dspk_types.h156 void (*tiocmset)(unsigned int set, unsigned int clear); member
Dserialio.c39 .tiocmset = spk_serial_tiocmset,
/Linux-v4.19/drivers/tty/hvc/
Dhvc_console.h66 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear); member
Dhvc_console.c861 if (!hp || !hp->ops->tiocmset) in hvc_tiocmset()
863 return hp->ops->tiocmset(hp, set, clear); in hvc_tiocmset()
910 .tiocmset = hvc_tiocmset,
Dhvc_vio.c216 .tiocmset = hvterm_hvsi_tiocmset,
Dhvc_opal.c150 .tiocmset = hvc_opal_hvsi_tiocmset,
/Linux-v4.19/drivers/tty/serdev/
Dserdev-ttyport.c244 if (!tty->ops->tiocmset) in ttyport_set_tiocm()
247 return tty->driver->ops->tiocmset(tty, set, clear); in ttyport_set_tiocm()
/Linux-v4.19/include/linux/
Dtty_driver.h284 int (*tiocmset)(struct tty_struct *tty, member
/Linux-v4.19/drivers/isdn/gigaset/
Dser-gigaset.c427 if (!tty->ops->tiocmset) in gigaset_set_modem_ctrl()
434 return tty->ops->tiocmset(tty, set, clear); in gigaset_set_modem_ctrl()
/Linux-v4.19/drivers/usb/serial/
Dqcserial.c463 .tiocmset = usb_wwan_tiocmset,
Dcypress_m8.c158 .tiocmset = cypress_tiocmset,
184 .tiocmset = cypress_tiocmset,
210 .tiocmset = cypress_tiocmset,
Dmetro-usb.c361 .tiocmset = metrousb_tiocmset,
Dupd78f0730.c424 .tiocmset = upd78f0730_tiocmset,
Dopticon.c409 .tiocmset = opticon_tiocmset,
Dusb-serial.c497 if (port->serial->type->tiocmset) in serial_tiocmset()
498 return port->serial->type->tiocmset(tty, set, clear); in serial_tiocmset()
1178 .tiocmset = serial_tiocmset,
Dspcp8x5.c482 .tiocmset = spcp8x5_tiocmset,
Dbelkin_sa.c81 .tiocmset = belkin_sa_tiocmset,
Dkobil_sct.c92 .tiocmset = kobil_tiocmset,
Dssu100.c566 .tiocmset = ssu100_tiocmset,
/Linux-v4.19/include/linux/usb/
Dserial.h297 int (*tiocmset)(struct tty_struct *tty, member
/Linux-v4.19/drivers/tty/ipwireless/
Dtty.c563 .tiocmset = ipw_tiocmset,

123