Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Duart.c57 wait_queue_head_t wioctl; member
676 add_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
679 remove_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
886 init_waitqueue_head(&gb_tty->wioctl); in gb_uart_probe()
945 wake_up_all(&gb_tty->wioctl); in gb_uart_remove()
/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.h122 wait_queue_head_t wioctl; /* for ioctl */ member
H A Dcdc-acm.c347 wake_up_all(&acm->wioctl); in acm_process_notification()
998 add_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1001 remove_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1370 init_waitqueue_head(&acm->wioctl); in acm_probe()
1575 wake_up_all(&acm->wioctl); in acm_disconnect()