Searched refs:wqh (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dauerchain.h53 wait_queue_head_t wqh; /* wait for completion */ member in struct:auerchain_chs
H A Dauerchain.c353 wake_up(&pchs->wqh);
366 init_waitqueue_head(&chs.wqh);
370 add_wait_queue(&chs.wqh, &wait);
376 remove_wait_queue(&chs.wqh, &wait);
387 remove_wait_queue(&chs.wqh, &wait);
H A Dkaweth.c1108 wait_queue_head_t wqh; member in struct:kw_api_data
1120 wake_up(&awd->wqh);
1134 init_waitqueue_head(&awd.wqh);
1138 add_wait_queue(&awd.wqh, &wait);
1145 remove_wait_queue(&awd.wqh, &wait);
1153 remove_wait_queue(&awd.wqh, &wait);
H A Dauerisdn.c750 DECLARE_WAIT_QUEUE_HEAD(wqh);
903 sleep_on_timeout(&wqh, AUISDN_IPTIMEOUT - timeout);
945 DECLARE_WAIT_QUEUE_HEAD(wqh);
965 sleep_on_timeout(&wqh, HZ / 10);
H A Dauermain.c585 DECLARE_WAIT_QUEUE_HEAD(wqh);
654 sleep_on_timeout(&wqh, HZ / 3);
H A Dusbvideo.h126 wait_queue_head_t wqh; /* Processes waiting */ member in struct:RingQueue
H A Dusb.c1107 wake_up(&awd->wqh);
1121 init_waitqueue_head(&awd.wqh);
1125 add_wait_queue(&awd.wqh, &wait);
1133 remove_wait_queue(&awd.wqh, &wait);
1145 remove_wait_queue(&awd.wqh, &wait);
H A Dusbvideo.c115 init_waitqueue_head(&rq->wqh);
221 interruptible_sleep_on(&rq->wqh);
227 if (waitqueue_active(&rq->wqh))
228 wake_up_interruptible(&rq->wqh);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb.h746 wait_queue_head_t wqh; member in struct:usb_api_data
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb.h746 wait_queue_head_t wqh; member in struct:usb_api_data
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb.h746 wait_queue_head_t wqh; member in struct:usb_api_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb.h753 wait_queue_head_t wqh; member in struct:usb_api_data

Completed in 98 milliseconds