Searched refs:buffer_from_host (Results 1 – 2 of 2) sorted by relevance
262 rd_len = msg->u.buffer_from_host.buffer_header.length; in bulk_receive()292 msg->u.buffer_from_host.buffer_header.flags; in bulk_receive()293 msg_context->u.bulk.dts = msg->u.buffer_from_host.buffer_header.dts; in bulk_receive()294 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive()343 msg->u.buffer_from_host.short_data, in inline_receive()344 msg->u.buffer_from_host.payload_in_message); in inline_receive()347 msg->u.buffer_from_host.payload_in_message; in inline_receive()354 buffer_from_host(struct vchiq_mmal_instance *instance, in buffer_from_host() function392 m.u.buffer_from_host.drvbuf.magic = MMAL_MAGIC; in buffer_from_host()393 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()[all …]
382 struct mmal_msg_buffer_from_host buffer_from_host; member