Searched refs:msg_tmp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-bus.c | 311 struct tmComResInfo msg_tmp; in saa7164_bus_get() local 370 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 …]
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | audit.h | 87 struct audit_message msg_tmp; in audit_recv() local 91 msg = &msg_tmp; in audit_recv() 115 struct audit_message msg_tmp; in audit_request() local 124 reply = &msg_tmp; in audit_request() 130 reply = &msg_tmp; in audit_request()
|
| /linux/drivers/mailbox/ |
| H A D | bcm74110-mailbox.c | 219 struct bcm74110_mbox_msg *msg, *msg_tmp; in bcm74110_rx_pop_init_msg() local 224 list_for_each_entry_safe(msg, msg_tmp, &mbox->rx_svc_init_list, in bcm74110_rx_pop_init_msg() 245 struct bcm74110_mbox_msg *msg, *msg_tmp; in bcm74110_rx_flush_msg() local 253 list_for_each_entry_safe(msg, msg_tmp, &list_temp, list_entry) { in bcm74110_rx_flush_msg()
|