Home
last modified time | relevance | path

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

123

/linux/drivers/accessibility/speakup/
A Dspk_ttyio.c128 .tiocmset = spk_ttyio_tiocmset,
283 if (tty->ops->tiocmset) in spk_ttyio_tiocmset()
284 tty->ops->tiocmset(tty, set, clear); in spk_ttyio_tiocmset()
A Dspeakup_apollo.c166 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()
A Dspk_types.h161 void (*tiocmset)(struct spk_synth *synth, unsigned int set, unsigned int clear); member
A Dserialio.c40 .tiocmset = spk_serial_tiocmset,
/linux/drivers/bluetooth/
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()
A Dhci_ldisc.c301 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/drivers/tty/hvc/
A Dhvc_console.h66 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear); member
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,
A Dhvc_vio.c224 .tiocmset = hvterm_hvsi_tiocmset,
A Dhvc_opal.c150 .tiocmset = hvc_opal_hvsi_tiocmset,
/linux/drivers/tty/serdev/
A Dserdev-ttyport.c244 if (!tty->ops->tiocmset) in ttyport_set_tiocm()
247 return tty->ops->tiocmset(tty, set, clear); in ttyport_set_tiocm()
/linux/include/linux/
A Dtty_driver.h278 int (*tiocmset)(struct tty_struct *tty, member
/linux/drivers/usb/serial/
A Dcypress_m8.c157 .tiocmset = cypress_tiocmset,
183 .tiocmset = cypress_tiocmset,
209 .tiocmset = cypress_tiocmset,
A Dqcserial.c466 .tiocmset = usb_wwan_tiocmset,
A Dmetro-usb.c359 .tiocmset = metrousb_tiocmset,
A Dopticon.c397 .tiocmset = opticon_tiocmset,
A Dupd78f0730.c418 .tiocmset = upd78f0730_tiocmset,
A Df81232.c994 .tiocmset = f81232_tiocmset,
1019 .tiocmset = f81232_tiocmset,
A Dbelkin_sa.c81 .tiocmset = belkin_sa_tiocmset,
A Dspcp8x5.c477 .tiocmset = spcp8x5_tiocmset,
A Dusb-serial.c599 if (port->serial->type->tiocmset) in serial_tiocmset()
600 return port->serial->type->tiocmset(tty, set, clear); in serial_tiocmset()
1309 .tiocmset = serial_tiocmset,
A Dssu100.c530 .tiocmset = ssu100_tiocmset,
A Dio_edgeport.c2999 .tiocmset = edge_tiocmset,
3034 .tiocmset = edge_tiocmset,
3069 .tiocmset = edge_tiocmset,
3104 .tiocmset = edge_tiocmset,
/linux/include/linux/usb/
A Dserial.h293 int (*tiocmset)(struct tty_struct *tty, member
/linux/drivers/tty/ipwireless/
A Dtty.c558 .tiocmset = ipw_tiocmset,

Completed in 52 milliseconds

123