Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/class/
Dcdc-acm.h117 wait_queue_head_t wioctl; /* for ioctl */ member
Dcdc-acm.c328 wake_up_all(&acm->wioctl); in acm_process_notification()
959 add_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
962 remove_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1334 init_waitqueue_head(&acm->wioctl); in acm_probe()
1530 wake_up_all(&acm->wioctl); in acm_disconnect()
/Linux-v4.19/drivers/staging/greybus/
Duart.c65 wait_queue_head_t wioctl; member
693 add_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
696 remove_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
891 init_waitqueue_head(&gb_tty->wioctl); in gb_uart_probe()
959 wake_up_all(&gb_tty->wioctl); in gb_uart_remove()