Searched refs:cx18_in_work_order (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-mailbox.c | 239 static void epu_dma_done(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done() 332 static void epu_debug(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug() 343 static void epu_cmd(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd() 372 void free_in_work_order(struct cx18 *cx, struct cx18_in_work_order *order) in free_in_work_order() 379 struct cx18_in_work_order *order = in cx18_in_work_handler() 380 container_of(work, struct cx18_in_work_order, work); in cx18_in_work_handler() 391 static void mb_ack_irq(struct cx18 *cx, struct cx18_in_work_order *order) in mb_ack_irq() 425 static int epu_dma_done_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done_irq() 453 int epu_debug_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug_irq() 474 int epu_cmd_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd_irq() [all …]
|
D | cx18-driver.h | 355 struct cx18_in_work_order { struct 644 struct cx18_in_work_order in_work_order[CX18_MAX_IN_WORK_ORDERS];
|