Searched refs:uwbd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Duwbd.c255 static int uwbd(void *param) function
264 rc->uwbd.wq,
265 !list_empty(&rc->uwbd.event_list)
272 spin_lock_irqsave(&rc->uwbd.event_list_lock, flags);
273 if (!list_empty(&rc->uwbd.event_list)) {
274 evt = list_first_entry(&rc->uwbd.event_list, struct uwb_event, list_node);
278 spin_unlock_irqrestore(&rc->uwbd.event_list_lock, flags);
294 rc->uwbd.task = kthread_run(uwbd, rc, "uwbd");
[all...]
H A DMakefile27 uwbd.o
H A Dlc-rc.c225 init_waitqueue_head(&rc->uwbd.wq);
226 INIT_LIST_HEAD(&rc->uwbd.event_list);
227 spin_lock_init(&rc->uwbd.event_list_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duwb.h76 struct uwbd { struct
353 struct uwbd uwbd; member in struct:uwb_rc

Completed in 130 milliseconds