Searched refs:cx18_memcpy_fromio (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/media/video/cx18/ |
D | cx18-mailbox.c | 392 cx18_memcpy_fromio(cx, order->mdl_ack, cx->enc_mem + mdl_ack_offset, in epu_dma_done_irq() 410 cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252); in epu_debug_irq() 507 cx18_memcpy_fromio(cx, &order_mb->cmd, &mb->cmd, 4 * sizeof(u32)); in cx18_api_epu_cmd_irq() 509 cx18_memcpy_fromio(cx, &order_mb->request, &mb->request, in cx18_api_epu_cmd_irq()
|
D | cx18-io.h | 141 void cx18_memcpy_fromio(struct cx18 *cx, void *to, in cx18_memcpy_fromio() function
|