Searched refs:tiocmget (Results 1 - 25 of 59) sorted by relevance

123

/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/drivers/bluetooth/
H A Dhci_ath.c52 int status = tty->driver->ops->tiocmget(tty);
58 tty->driver->ops->tiocmget(tty);
63 tty->driver->ops->tiocmget(tty);
67 status = tty->driver->ops->tiocmget(tty);
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/tty/hvc/
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,
H A Dhvc_vio.c225 .tiocmget = hvterm_hvsi_tiocmget,
H A Dhvc_opal.c150 .tiocmget = hvc_opal_hvsi_tiocmget,
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c231 if (!tty->ops->tiocmget)
234 return tty->ops->tiocmget(tty);
/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/serial/
H A Dmetro-usb.c358 .tiocmget = metrousb_tiocmget,
H A Dopticon.c394 .tiocmget = opticon_tiocmget,
H A Dupd78f0730.c420 .tiocmget = upd78f0730_tiocmget,
H A Dcypress_m8.c157 .tiocmget = cypress_tiocmget,
183 .tiocmget = cypress_tiocmget,
209 .tiocmget = cypress_tiocmget,
H A Dspcp8x5.c477 .tiocmget = spcp8x5_tiocmget,
H A Dssu100.c515 .tiocmget = ssu100_tiocmget,
H A Dkobil_sct.c92 .tiocmget = kobil_tiocmget,
H A Dkl5kusb105.c88 .tiocmget = klsi_105_tiocmget,
H A Dbelkin_sa.c81 .tiocmget = belkin_sa_tiocmget,
H A Dqcserial.c470 .tiocmget = usb_wwan_tiocmget,
H A Df81232.c984 .tiocmget = f81232_tiocmget,
1009 .tiocmget = f81232_tiocmget,
H A Dusb-serial.c587 if (port->serial->type->tiocmget)
588 return port->serial->type->tiocmget(tty);
1308 .tiocmget = serial_tiocmget,
H A Dwhiteheat.c123 .tiocmget = whiteheat_tiocmget,
H A Dch341.c851 .tiocmget = ch341_tiocmget,
/linux-master/include/linux/usb/
H A Dserial.h287 int (*tiocmget)(struct tty_struct *tty); member in struct:usb_serial_driver
/linux-master/drivers/tty/ipwireless/
H A Dtty.c557 .tiocmget = ipw_tiocmget,

Completed in 326 milliseconds

123