Searched refs:msg_tmp (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/saa7164/
H A Dsaa7164-bus.c313 struct tmComResInfo msg_tmp; local
372 memcpy(&msg_tmp, bus->m_pdwGetRing + curr_grp, space_rem);
373 memcpy((u8 *)&msg_tmp + space_rem, bus->m_pdwGetRing,
378 memcpy(&msg_tmp, bus->m_pdwGetRing + curr_grp, bytes_to_read);
384 memcpy(msg, &msg_tmp, sizeof(*msg));
389 if ((msg_tmp.id != msg->id) || (msg_tmp.command != msg->command) ||
390 (msg_tmp.controlselector != msg->controlselector) ||
391 (msg_tmp.seqno != msg->seqno) || (msg_tmp
[all...]

Completed in 87 milliseconds