Searched refs:tiocmget (Results 1 - 25 of 59) sorted by last modified time

123

/linux-master/drivers/bluetooth/
H A Dhci_ldisc.c301 if (hu->tty->driver->ops->tiocmget && hu->tty->driver->ops->tiocmset)
332 status = tty->driver->ops->tiocmget(tty);
345 status = tty->driver->ops->tiocmget(tty);
/linux-master/drivers/usb/serial/
H A Doption.c2354 .tiocmget = usb_wwan_tiocmget,
H A Doti6858.c154 .tiocmget = oti6858_tiocmget,
H A Dkeyspan.c3028 .tiocmget = keyspan_tiocmget,
3052 .tiocmget = keyspan_tiocmget,
3076 .tiocmget = keyspan_tiocmget,
H A Dftdi_sio.c2892 .tiocmget = ftdi_tiocmget,
H A Dcp210x.c316 .tiocmget = cp210x_tiocmget,
H A Dqcserial.c470 .tiocmget = usb_wwan_tiocmget,
H A Dusb-serial.c587 if (port->serial->type->tiocmget)
588 return port->serial->type->tiocmget(tty);
1308 .tiocmget = serial_tiocmget,
/linux-master/drivers/tty/serial/
H A Dserial_core.c2786 .tiocmget = uart_tiocmget,
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c231 if (!tty->ops->tiocmget)
234 return tty->ops->tiocmget(tty);
/linux-master/drivers/tty/
H A Damiserial.c1447 .tiocmget = rs_tiocmget,
H A Dtty_io.c2519 if (tty->ops->tiocmget)
2520 retval = tty->ops->tiocmget(tty);
H A Dnozomi.c1789 .tiocmget = ntty_tiocmget,
H A Dn_gsm.c4521 .tiocmget = gsmtty_tiocmget,
H A Dmxser.c1712 .tiocmget = mxser_tiocmget,
H A Dmoxa.c706 .tiocmget = moxa_tiocmget,
/linux-master/drivers/net/usb/
H A Dhso.c231 struct hso_tiocmget *tiocmget; member in struct:hso_serial
1416 struct hso_tiocmget *tiocmget,
1423 usb_fill_int_urb(tiocmget->urb, usb,
1425 tiocmget->endp->
1427 tiocmget->serial_state_notification,
1430 tiocmget->endp->bInterval);
1431 result = usb_submit_urb(tiocmget->urb, GFP_ATOMIC);
1443 struct hso_tiocmget *tiocmget; local
1460 /* tiocmget is only supported on HSO_PORT_MODEM */
1461 tiocmget
1415 tiocmget_submit_urb(struct hso_serial *serial, struct hso_tiocmget *tiocmget, struct usb_device *usb) argument
1538 struct hso_tiocmget *tiocmget; local
1587 struct hso_tiocmget *tiocmget = serial->tiocmget; local
1617 struct hso_tiocmget *tiocmget; local
2184 struct hso_tiocmget *tiocmget; local
2571 struct hso_tiocmget *tiocmget; local
2614 struct hso_tiocmget *tiocmget; local
[all...]
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c1121 .tiocmget = rfcomm_tty_tiocmget,
/linux-master/include/linux/
H A Dtty_driver.h253 * @tiocmget: ``int ()(struct tty_struct *tty)``
378 int (*tiocmget)(struct tty_struct *tty); member in struct:tty_operations
/linux-master/drivers/usb/class/
H A Dcdc-acm.c2053 .tiocmget = acm_tty_tiocmget,
/linux-master/drivers/tty/hvc/
H A Dhvc_vio.c225 .tiocmget = hvterm_hvsi_tiocmget,
H A Dhvc_opal.c150 .tiocmget = hvc_opal_hvsi_tiocmget,
H A Dhvc_console.h64 /* tiocmget/set implementation */
65 int (*tiocmget)(struct hvc_struct *hp); member in struct:hv_ops
H A Dhvc_console.c840 if (!hp || !hp->ops->tiocmget)
842 return hp->ops->tiocmget(hp);
898 .tiocmget = hvc_tiocmget,
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c1009 .tiocmget = sdio_uart_tiocmget,

Completed in 794 milliseconds

123