Home
last modified time | relevance | path

Searched refs:tiocmget (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dhci_ath.c66 int status = tty->driver->ops->tiocmget(tty); in ath_wakeup_ar3k()
72 tty->driver->ops->tiocmget(tty); in ath_wakeup_ar3k()
77 tty->driver->ops->tiocmget(tty); in ath_wakeup_ar3k()
81 status = tty->driver->ops->tiocmget(tty); in ath_wakeup_ar3k()
Dhci_ldisc.c309 if (hu->tty->driver->ops->tiocmget && hu->tty->driver->ops->tiocmset) in hci_uart_has_flow_control()
340 status = tty->driver->ops->tiocmget(tty); in hci_uart_set_flow_control()
353 status = tty->driver->ops->tiocmget(tty); in hci_uart_set_flow_control()
/linux-4.19.296/include/linux/
Dtty_driver.h283 int (*tiocmget)(struct tty_struct *tty); member
/linux-4.19.296/include/linux/usb/
Dserial.h296 int (*tiocmget)(struct tty_struct *tty); member
/linux-4.19.296/drivers/isdn/gigaset/
Dinterface.c481 .tiocmget = if_tiocmget,
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c419 static int tiocmget(struct tty_struct *tty);
2114 static int tiocmget(struct tty_struct *tty) in tiocmget() function
2802 .tiocmget = tiocmget,
/linux-4.19.296/drivers/isdn/i4l/
Disdn_tty.c1752 .tiocmget = isdn_tty_tiocmget,