Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-bus.c321 struct tmComResInfo msg_tmp; in saa7164_bus_get() local
380 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, space_rem); in saa7164_bus_get()
381 memcpy_fromio((u8 *)&msg_tmp + space_rem, bus->m_pdwGetRing, in saa7164_bus_get()
386 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, bytes_to_read); in saa7164_bus_get()
389 msg_tmp.size = le16_to_cpu((__force __le16)msg_tmp.size); in saa7164_bus_get()
390 msg_tmp.command = le32_to_cpu((__force __le32)msg_tmp.command); in saa7164_bus_get()
391 msg_tmp.controlselector = le16_to_cpu((__force __le16)msg_tmp.controlselector); in saa7164_bus_get()
392 memcpy(msg, &msg_tmp, sizeof(*msg)); in saa7164_bus_get()
401 if ((msg_tmp.id != msg->id) || (msg_tmp.command != msg->command) || in saa7164_bus_get()
402 (msg_tmp.controlselector != msg->controlselector) || in saa7164_bus_get()
[all …]