| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | hso.c | 231 struct hso_tiocmget *tiocmget; member 1424 struct hso_tiocmget *tiocmget, in tiocmget_submit_urb() argument 1431 usb_fill_int_urb(tiocmget->urb, usb, in tiocmget_submit_urb() 1433 tiocmget->endp-> in tiocmget_submit_urb() 1435 tiocmget->serial_state_notification, in tiocmget_submit_urb() 1438 tiocmget->endp->bInterval); in tiocmget_submit_urb() 1439 result = usb_submit_urb(tiocmget->urb, GFP_ATOMIC); in tiocmget_submit_urb() 1451 struct hso_tiocmget *tiocmget; in tiocmget_intr_callback() local 1469 tiocmget = serial->tiocmget; in tiocmget_intr_callback() 1470 if (!tiocmget) in tiocmget_intr_callback() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H 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()
|
| H A D | hci_ldisc.c | 306 if (hu->tty->driver->ops->tiocmget && hu->tty->driver->ops->tiocmset) in hci_uart_has_flow_control() 337 status = tty->driver->ops->tiocmget(tty); in hci_uart_set_flow_control() 350 status = tty->driver->ops->tiocmget(tty); in hci_uart_set_flow_control()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serdev/ |
| H A D | serdev-ttyport.c | 239 if (!tty->ops->tiocmget) in ttyport_get_tiocm() 242 return tty->ops->tiocmget(tty); in ttyport_get_tiocm()
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvc_console.h | 65 int (*tiocmget)(struct hvc_struct *hp); member
|
| H 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,
|
| H A D | hvc_opal.c | 149 .tiocmget = hvc_opal_hvsi_tiocmget,
|
| H A D | hvc_vio.c | 223 .tiocmget = hvterm_hvsi_tiocmget,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty_driver.h | 277 int (*tiocmget)(struct tty_struct *tty); member
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | cypress_m8.c | 156 .tiocmget = cypress_tiocmget, 182 .tiocmget = cypress_tiocmget, 208 .tiocmget = cypress_tiocmget,
|
| H A D | qcserial.c | 468 .tiocmget = usb_wwan_tiocmget,
|
| H A D | metro-usb.c | 360 .tiocmget = metrousb_tiocmget,
|
| H A D | upd78f0730.c | 423 .tiocmget = upd78f0730_tiocmget,
|
| H A D | usb-serial.c | 503 if (port->serial->type->tiocmget) in serial_tiocmget() 504 return port->serial->type->tiocmget(tty); in serial_tiocmget() 1195 .tiocmget = serial_tiocmget,
|
| H A D | opticon.c | 416 .tiocmget = opticon_tiocmget,
|
| H A D | f81232.c | 1037 .tiocmget = f81232_tiocmget, 1062 .tiocmget = f81232_tiocmget,
|
| H A D | kl5kusb105.c | 87 .tiocmget = klsi_105_tiocmget,
|
| H A D | spcp8x5.c | 478 .tiocmget = spcp8x5_tiocmget,
|
| H A D | belkin_sa.c | 80 .tiocmget = belkin_sa_tiocmget,
|
| H A D | kobil_sct.c | 91 .tiocmget = kobil_tiocmget,
|
| H A D | ssu100.c | 546 .tiocmget = ssu100_tiocmget,
|
| H A D | digi_acceleport.c | 283 .tiocmget = digi_tiocmget, 313 .tiocmget = digi_tiocmget,
|
| H A D | keyspan_pda.c | 788 .tiocmget = keyspan_pda_tiocmget,
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | serial.h | 291 int (*tiocmget)(struct tty_struct *tty); member
|
| /OK3568_Linux_fs/kernel/drivers/tty/ipwireless/ |
| H A D | tty.c | 560 .tiocmget = ipw_tiocmget,
|