Searched refs:in_work_order (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/media/pci/cx18/
H A Dcx18-mailbox.c512 if (atomic_read(&cx->in_work_order[i].pending) == 0) {
513 order = &cx->in_work_order[i];
H A Dcx18-driver.h635 struct cx18_in_work_order in_work_order[CX18_MAX_IN_WORK_ORDERS]; member in struct:cx18
H A Dcx18-driver.c702 cx->in_work_order[i].cx = cx;
703 cx->in_work_order[i].str = cx->epu_debug_str;
704 INIT_WORK(&cx->in_work_order[i].work, cx18_in_work_handler);
1238 cancel_work_sync(&cx->in_work_order[i].work);

Completed in 145 milliseconds