Home
last modified time | relevance | path

Searched refs:wioctl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/usb/class/
Dcdc-acm.h120 wait_queue_head_t wioctl; /* for ioctl */ member
Dcdc-acm.c329 wake_up_all(&acm->wioctl); in acm_process_notification()
986 add_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
989 remove_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1356 init_waitqueue_head(&acm->wioctl); in acm_probe()
1551 wake_up_all(&acm->wioctl); in acm_disconnect()
/Linux-v5.10/drivers/staging/greybus/
Duart.c57 wait_queue_head_t wioctl; member
675 add_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
678 remove_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
869 init_waitqueue_head(&gb_tty->wioctl); in gb_uart_probe()
937 wake_up_all(&gb_tty->wioctl); in gb_uart_remove()