Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.h94 wait_queue_head_t wioctl; /* for ioctl */ member
H A Dcdc-acm.c358 wake_up_all(&acm->wioctl); in acm_process_notification()
1021 add_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1024 remove_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1373 init_waitqueue_head(&acm->wioctl); in acm_probe()
1582 wake_up_all(&acm->wioctl); in acm_disconnect()
/openbmc/linux/drivers/staging/greybus/
H A Duart.c57 wait_queue_head_t wioctl; member
658 add_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
661 remove_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
868 init_waitqueue_head(&gb_tty->wioctl); in gb_uart_probe()
927 wake_up_all(&gb_tty->wioctl); in gb_uart_remove()