Searched refs:cx18_in_work_order (Results 1 – 2 of 2) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-mailbox.c | 230 static void epu_dma_done(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done() 323 static void epu_debug(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug() 334 static void epu_cmd(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd() 363 void free_in_work_order(struct cx18 *cx, struct cx18_in_work_order *order) in free_in_work_order() 370 struct cx18_in_work_order *order = in cx18_in_work_handler() 371 container_of(work, struct cx18_in_work_order, work); in cx18_in_work_handler() 382 static void mb_ack_irq(struct cx18 *cx, struct cx18_in_work_order *order) in mb_ack_irq() 416 static int epu_dma_done_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done_irq() 444 int epu_debug_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug_irq() 465 int epu_cmd_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd_irq() [all …]
|
D | cx18-driver.h | 346 struct cx18_in_work_order { struct 635 struct cx18_in_work_order in_work_order[CX18_MAX_IN_WORK_ORDERS];
|