Searched refs:cx18_in_work_order (Results 1 – 2 of 2) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-mailbox.c | 244 static void epu_dma_done(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done() 338 static void epu_debug(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug() 349 static void epu_cmd(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd() 378 void free_in_work_order(struct cx18 *cx, struct cx18_in_work_order *order) in free_in_work_order() 385 struct cx18_in_work_order *order = in cx18_in_work_handler() 386 container_of(work, struct cx18_in_work_order, work); in cx18_in_work_handler() 397 static void mb_ack_irq(struct cx18 *cx, struct cx18_in_work_order *order) in mb_ack_irq() 433 static int epu_dma_done_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done_irq() 461 int epu_debug_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug_irq() 482 int epu_cmd_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd_irq() [all …]
|
D | cx18-driver.h | 360 struct cx18_in_work_order { struct 647 struct cx18_in_work_order in_work_order[CX18_MAX_IN_WORK_ORDERS];
|