Searched refs:buffer_from_host (Results 1 – 2 of 2) sorted by relevance
306 rd_len = msg->u.buffer_from_host.buffer_header.length; in bulk_receive()335 msg_context->u.bulk.dts = msg->u.buffer_from_host.buffer_header.dts; in bulk_receive()336 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive()350 msg->u.buffer_from_host.short_data, in inline_receive()351 msg->u.buffer_from_host.payload_in_message); in inline_receive()354 msg->u.buffer_from_host.payload_in_message; in inline_receive()361 buffer_from_host(struct vchiq_mmal_instance *instance, in buffer_from_host() function403 m.u.buffer_from_host.drvbuf.magic = MMAL_MAGIC; in buffer_from_host()404 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()405 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