Searched refs:in_work_order (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-driver.c683 cx->in_work_order[i].cx = cx;
684 cx->in_work_order[i].str = cx->epu_debug_str;
685 INIT_WORK(&cx->in_work_order[i].work, cx18_in_work_handler);
1199 cancel_work_sync(&cx->in_work_order[i].work);
H A Dcx18-mailbox.c468 if (atomic_read(&cx->in_work_order[i].pending) == 0) {
469 order = &cx->in_work_order[i];
H A Dcx18-driver.h614 struct cx18_in_work_order in_work_order[CX18_MAX_IN_WORK_ORDERS]; member in struct:cx18

Completed in 115 milliseconds