Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/class/
Dcdc-acm.h94 wait_queue_head_t wioctl; /* for ioctl */ member
Dcdc-acm.c358 wake_up_all(&acm->wioctl); in acm_process_notification()
1018 add_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1021 remove_wait_queue(&acm->wioctl, &wait); in wait_serial_change()
1370 init_waitqueue_head(&acm->wioctl); in acm_probe()
1579 wake_up_all(&acm->wioctl); in acm_disconnect()
/Linux-v6.6/drivers/staging/greybus/
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()