/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | hso.c | 231 struct hso_tiocmget *tiocmget; member 1424 struct hso_tiocmget *tiocmget, in tiocmget_submit_urb() 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 1468 /* tiocmget is only supported on HSO_PORT_MODEM */ in tiocmget_intr_callback() 1469 tiocmget in tiocmget_intr_callback() 1423 tiocmget_submit_urb(struct hso_serial *serial, struct hso_tiocmget *tiocmget, struct usb_device *usb) tiocmget_submit_urb() argument 1546 struct hso_tiocmget *tiocmget; hso_wait_modem_status() local 1595 struct hso_tiocmget *tiocmget = serial->tiocmget; hso_get_count() local 1625 struct hso_tiocmget *tiocmget; hso_serial_tiocmget() local 2192 struct hso_tiocmget *tiocmget; hso_stop_serial_device() local 2579 struct hso_tiocmget *tiocmget; hso_free_tiomget() local 2622 struct hso_tiocmget *tiocmget; hso_create_bulk_serial_device() local [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | hso.c | 231 struct hso_tiocmget *tiocmget; member 1417 struct hso_tiocmget *tiocmget, in tiocmget_submit_urb() 1424 usb_fill_int_urb(tiocmget->urb, usb, in tiocmget_submit_urb() 1426 tiocmget->endp-> in tiocmget_submit_urb() 1428 tiocmget->serial_state_notification, in tiocmget_submit_urb() 1431 tiocmget->endp->bInterval); in tiocmget_submit_urb() 1432 result = usb_submit_urb(tiocmget->urb, GFP_ATOMIC); in tiocmget_submit_urb() 1444 struct hso_tiocmget *tiocmget; in tiocmget_intr_callback() local 1461 /* tiocmget is only supported on HSO_PORT_MODEM */ in tiocmget_intr_callback() 1462 tiocmget in tiocmget_intr_callback() 1416 tiocmget_submit_urb(struct hso_serial *serial, struct hso_tiocmget *tiocmget, struct usb_device *usb) tiocmget_submit_urb() argument 1539 struct hso_tiocmget *tiocmget; hso_wait_modem_status() local 1588 struct hso_tiocmget *tiocmget = serial->tiocmget; hso_get_count() local 1618 struct hso_tiocmget *tiocmget; hso_serial_tiocmget() local 2185 struct hso_tiocmget *tiocmget; hso_stop_serial_device() local 2572 struct hso_tiocmget *tiocmget; hso_free_tiomget() local 2615 struct hso_tiocmget *tiocmget; hso_create_bulk_serial_device() local [all...] |
/kernel/linux/linux-5.10/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 | 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()
|
/kernel/linux/linux-6.6/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 | 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()
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_console.h | 64 /* tiocmget/set implementation */ 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,
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_console.h | 64 /* tiocmget/set implementation */ 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_vio.c | 223 .tiocmget = hvterm_hvsi_tiocmget,
|
H A D | hvc_opal.c | 149 .tiocmget = hvc_opal_hvsi_tiocmget,
|
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 233 if (!tty->ops->tiocmget) in ttyport_get_tiocm() 236 return tty->ops->tiocmget(tty); in ttyport_get_tiocm()
|
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 233 if (!tty->ops->tiocmget) in ttyport_get_tiocm() 236 return tty->ops->tiocmget(tty); in ttyport_get_tiocm()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty_driver.h | 276 int (*tiocmget)(struct tty_struct *tty); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_driver.h | 254 * @tiocmget: ``int ()(struct tty_struct *tty)`` 379 int (*tiocmget)(struct tty_struct *tty); member
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | upd78f0730.c | 423 .tiocmget = upd78f0730_tiocmget,
|
H A D | metro-usb.c | 360 .tiocmget = metrousb_tiocmget,
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | serial.h | 291 int (*tiocmget)(struct tty_struct *tty); member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | serial.h | 287 int (*tiocmget)(struct tty_struct *tty); member
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | metro-usb.c | 358 .tiocmget = metrousb_tiocmget,
|
H A D | upd78f0730.c | 420 .tiocmget = upd78f0730_tiocmget,
|
H A D | opticon.c | 394 .tiocmget = opticon_tiocmget,
|