Searched refs:msg_tmp (Results 1 – 1 of 1) sorted by relevance
311 struct tmComResInfo msg_tmp; in saa7164_bus_get() local370 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, space_rem); in saa7164_bus_get()371 memcpy_fromio((u8 *)&msg_tmp + space_rem, bus->m_pdwGetRing, in saa7164_bus_get()376 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, bytes_to_read); in saa7164_bus_get()379 msg_tmp.size = le16_to_cpu((__force __le16)msg_tmp.size); in saa7164_bus_get()380 msg_tmp.command = le32_to_cpu((__force __le32)msg_tmp.command); in saa7164_bus_get()381 msg_tmp.controlselector = le16_to_cpu((__force __le16)msg_tmp.controlselector); in saa7164_bus_get()382 memcpy(msg, &msg_tmp, sizeof(*msg)); in saa7164_bus_get()391 if ((msg_tmp.id != msg->id) || (msg_tmp.command != msg->command) || in saa7164_bus_get()392 (msg_tmp.controlselector != msg->controlselector) || in saa7164_bus_get()[all …]