Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/cx18/
Dcx18-driver.c710 cx->in_work_order[i].cx = cx; in cx18_init_in_work_orders()
711 cx->in_work_order[i].str = cx->epu_debug_str; in cx18_init_in_work_orders()
712 INIT_WORK(&cx->in_work_order[i].work, cx18_in_work_handler); in cx18_init_in_work_orders()
1255 cancel_work_sync(&cx->in_work_order[i].work); in cx18_cancel_in_work_orders()
Dcx18-mailbox.c526 if (atomic_read(&cx->in_work_order[i].pending) == 0) { in alloc_in_work_order_irq()
527 order = &cx->in_work_order[i]; in alloc_in_work_order_irq()
Dcx18-driver.h647 struct cx18_in_work_order in_work_order[CX18_MAX_IN_WORK_ORDERS]; member