Searched defs:mdl_ack (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/cx18/
H A Dcx18-mailbox.c248 struct cx18_mdl_ack *mdl_ack; local
266 mdl_ack = order->mdl_ack;
267 for (i = 0; i < mdl_ack_count; i++, mdl_ack++) {
268 id = mdl_ack->id;
277 * two mdl_ack buffers so mdl_acks are not stale).
283 * early (but the new mdl_ack is guaranteed to be good in this
284 * case as the firmware wouldn't point us to a new mdl_ack until
298 mdl = cx18_queue_get_mdl(s, id, mdl_ack->data_used);
450 cx18_memcpy_fromio(cx, order->mdl_ack, c
[all...]
H A Dcx18-driver.h367 struct cx18_mdl_ack mdl_ack[CX18_MAX_MDL_ACKS]; member in struct:cx18_in_work_order

Completed in 154 milliseconds