Searched refs:tiocmset (Results 1 – 25 of 68) sorted by relevance
123
/drivers/staging/speakup/ |
D | spk_ttyio.c | 124 .tiocmset = spk_ttyio_tiocmset, 284 if (speakup_tty->ops->tiocmset) in spk_ttyio_tiocmset() 285 speakup_tty->ops->tiocmset(speakup_tty, set, clear); in spk_ttyio_tiocmset()
|
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()
|
D | spk_types.h | 156 void (*tiocmset)(unsigned int set, unsigned int clear); member
|
D | serialio.c | 39 .tiocmset = spk_serial_tiocmset,
|
/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 | 302 if (hu->tty->driver->ops->tiocmget && hu->tty->driver->ops->tiocmset) in hci_uart_has_flow_control() 342 status = tty->driver->ops->tiocmset(tty, set, clear); in hci_uart_set_flow_control() 355 status = tty->driver->ops->tiocmset(tty, set, clear); in hci_uart_set_flow_control()
|
/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 | 861 if (!hp || !hp->ops->tiocmset) in hvc_tiocmset() 863 return hp->ops->tiocmset(hp, set, clear); in hvc_tiocmset() 910 .tiocmset = hvc_tiocmset,
|
D | hvc_vio.c | 224 .tiocmset = hvterm_hvsi_tiocmset,
|
D | hvc_opal.c | 150 .tiocmset = hvc_opal_hvsi_tiocmset,
|
/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()
|
/drivers/staging/isdn/gigaset/ |
D | ser-gigaset.c | 424 if (!tty->ops->tiocmset) in gigaset_set_modem_ctrl() 431 return tty->ops->tiocmset(tty, set, clear); in gigaset_set_modem_ctrl()
|
/drivers/usb/serial/ |
D | cypress_m8.c | 155 .tiocmset = cypress_tiocmset, 181 .tiocmset = cypress_tiocmset, 207 .tiocmset = cypress_tiocmset,
|
D | qcserial.c | 463 .tiocmset = usb_wwan_tiocmset,
|
D | metro-usb.c | 361 .tiocmset = metrousb_tiocmset,
|
D | opticon.c | 390 .tiocmset = opticon_tiocmset,
|
D | upd78f0730.c | 424 .tiocmset = upd78f0730_tiocmset,
|
D | usb-serial.c | 515 if (port->serial->type->tiocmset) in serial_tiocmset() 516 return port->serial->type->tiocmset(tty, set, clear); in serial_tiocmset() 1196 .tiocmset = serial_tiocmset,
|
D | spcp8x5.c | 479 .tiocmset = spcp8x5_tiocmset,
|
D | belkin_sa.c | 81 .tiocmset = belkin_sa_tiocmset,
|
D | ssu100.c | 546 .tiocmset = ssu100_tiocmset,
|
D | kobil_sct.c | 92 .tiocmset = kobil_tiocmset,
|
D | digi_acceleport.c | 287 .tiocmset = digi_tiocmset, 317 .tiocmset = digi_tiocmset,
|
D | ch341.c | 634 .tiocmset = ch341_tiocmset,
|
/drivers/tty/ipwireless/ |
D | tty.c | 561 .tiocmset = ipw_tiocmset,
|
123