Searched refs:tiocmget (Results 1 – 25 of 61) sorted by relevance
123
/linux/drivers/net/usb/ |
A D | hso.c | 1467 tiocmget = serial->tiocmget; in tiocmget_intr_callback() 1468 if (!tiocmget) in tiocmget_intr_callback() 1527 tiocmget, in tiocmget_intr_callback() 1547 tiocmget = serial->tiocmget; in hso_wait_modem_status() 1548 if (!tiocmget) in hso_wait_modem_status() 1593 struct hso_tiocmget *tiocmget = serial->tiocmget; in hso_get_count() local 1597 if (!tiocmget) in hso_get_count() 1634 tiocmget = serial->tiocmget; in hso_serial_tiocmget() 2218 tiocmget = serial->tiocmget; in hso_stop_serial_device() 2580 tiocmget = serial->tiocmget; in hso_free_tiomget() [all …]
|
/linux/drivers/bluetooth/ |
A D | hci_ath.c | 52 int status = tty->driver->ops->tiocmget(tty); in ath_wakeup_ar3k() 58 tty->driver->ops->tiocmget(tty); in ath_wakeup_ar3k() 63 tty->driver->ops->tiocmget(tty); in ath_wakeup_ar3k() 67 status = tty->driver->ops->tiocmget(tty); in ath_wakeup_ar3k()
|
A D | hci_ldisc.c | 301 if (hu->tty->driver->ops->tiocmget && hu->tty->driver->ops->tiocmset) in hci_uart_has_flow_control() 332 status = tty->driver->ops->tiocmget(tty); in hci_uart_set_flow_control() 345 status = tty->driver->ops->tiocmget(tty); in hci_uart_set_flow_control()
|
/linux/drivers/tty/hvc/ |
A D | hvc_console.h | 65 int (*tiocmget)(struct hvc_struct *hp); member
|
A D | hvc_console.c | 840 if (!hp || !hp->ops->tiocmget) in hvc_tiocmget() 842 return hp->ops->tiocmget(hp); in hvc_tiocmget() 898 .tiocmget = hvc_tiocmget,
|
A D | hvc_vio.c | 223 .tiocmget = hvterm_hvsi_tiocmget,
|
A D | hvc_opal.c | 149 .tiocmget = hvc_opal_hvsi_tiocmget,
|
/linux/drivers/tty/serdev/ |
A D | serdev-ttyport.c | 233 if (!tty->ops->tiocmget) in ttyport_get_tiocm() 236 return tty->ops->tiocmget(tty); in ttyport_get_tiocm()
|
/linux/include/linux/ |
A D | tty_driver.h | 277 int (*tiocmget)(struct tty_struct *tty); member
|
/linux/drivers/usb/serial/ |
A D | cypress_m8.c | 156 .tiocmget = cypress_tiocmget, 182 .tiocmget = cypress_tiocmget, 208 .tiocmget = cypress_tiocmget,
|
A D | qcserial.c | 465 .tiocmget = usb_wwan_tiocmget,
|
A D | metro-usb.c | 358 .tiocmget = metrousb_tiocmget,
|
A D | opticon.c | 396 .tiocmget = opticon_tiocmget,
|
A D | upd78f0730.c | 417 .tiocmget = upd78f0730_tiocmget,
|
A D | f81232.c | 993 .tiocmget = f81232_tiocmget, 1018 .tiocmget = f81232_tiocmget,
|
A D | belkin_sa.c | 80 .tiocmget = belkin_sa_tiocmget,
|
A D | kl5kusb105.c | 87 .tiocmget = klsi_105_tiocmget,
|
A D | spcp8x5.c | 476 .tiocmget = spcp8x5_tiocmget,
|
A D | usb-serial.c | 587 if (port->serial->type->tiocmget) in serial_tiocmget() 588 return port->serial->type->tiocmget(tty); in serial_tiocmget() 1308 .tiocmget = serial_tiocmget,
|
A D | ssu100.c | 529 .tiocmget = ssu100_tiocmget,
|
A D | io_edgeport.c | 2998 .tiocmget = edge_tiocmget, 3033 .tiocmget = edge_tiocmget, 3068 .tiocmget = edge_tiocmget, 3103 .tiocmget = edge_tiocmget,
|
A D | ark3116.c | 624 .tiocmget = ark3116_tiocmget,
|
A D | keyspan_pda.c | 703 .tiocmget = keyspan_pda_tiocmget,
|
/linux/include/linux/usb/ |
A D | serial.h | 292 int (*tiocmget)(struct tty_struct *tty); member
|
/linux/drivers/tty/ipwireless/ |
A D | tty.c | 557 .tiocmget = ipw_tiocmget,
|
Completed in 46 milliseconds
123