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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-bus.c288 tmComResInfo_t msg_tmp; local
346 memcpy(&msg_tmp, bus->m_pdwGetRing + curr_grp, space_rem);
347 memcpy((u8 *)&msg_tmp + space_rem, bus->m_pdwGetRing,
352 memcpy(&msg_tmp, bus->m_pdwGetRing + curr_grp, bytes_to_read);
358 memcpy(msg, &msg_tmp, sizeof(*msg));
363 if ((msg_tmp.id != msg->id) || (msg_tmp.command != msg->command) ||
364 (msg_tmp.controlselector != msg->controlselector) ||
365 (msg_tmp.seqno != msg->seqno) || (msg_tmp
[all...]

Completed in 54 milliseconds