Home
last modified time | relevance | path

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

/drivers/staging/greybus/
Duart.c67 wait_queue_head_t wioctl; member
698 add_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
701 remove_wait_queue(&gb_tty->wioctl, &wait); in wait_serial_change()
903 init_waitqueue_head(&gb_tty->wioctl); in gb_uart_probe()
971 wake_up_all(&gb_tty->wioctl); in gb_uart_remove()
/drivers/usb/class/
Dcdc-acm.h111 wait_queue_head_t wioctl; /* for ioctl */ member
Dcdc-acm.c350 wake_up_all(&acm->wioctl); in acm_ctrl_irq()
957 add_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
960 remove_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1349 init_waitqueue_head(&acm->wioctl); in acm_probe()
1560 wake_up_all(&acm->wioctl); in acm_disconnect()