Searched refs:buffer_from_host (Results 1 – 2 of 2) sorted by relevance
319 rd_len = msg->u.buffer_from_host.buffer_header.length; in bulk_receive()348 msg_context->u.bulk.dts = msg->u.buffer_from_host.buffer_header.dts; in bulk_receive()349 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive()363 msg->u.buffer_from_host.short_data, in inline_receive()364 msg->u.buffer_from_host.payload_in_message); in inline_receive()367 msg->u.buffer_from_host.payload_in_message; in inline_receive()374 buffer_from_host(struct vchiq_mmal_instance *instance, in buffer_from_host() function416 m.u.buffer_from_host.drvbuf.magic = MMAL_MAGIC; in buffer_from_host()417 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()418 m.u.buffer_from_host.drvbuf.port_handle = port->handle; in buffer_from_host()[all …]
391 struct mmal_msg_buffer_from_host buffer_from_host; member