Home
last modified time | relevance | path

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

/linux/drivers/platform/raspberrypi/vchiq-mmal/
H A Dmmal-vchiq.c366 msg->u.buffer_from_host.payload_in_message); in inline_receive()
369 msg->u.buffer_from_host.payload_in_message; in inline_receive()
439 m.u.buffer_from_host.payload_in_message = 0; in buffer_from_host()
502 } else if (msg->u.buffer_from_host.payload_in_message == 0) { in buffer_to_host_cb()
515 } else if (msg->u.buffer_from_host.payload_in_message <= in buffer_to_host_cb()
526 msg->u.buffer_from_host.payload_in_message; in buffer_to_host_cb()
H A Dmmal-msg.h308 u32 payload_in_message; member