Searched refs:buffer_from_host (Results 1 – 2 of 2) sorted by relevance
322 rd_len = msg->u.buffer_from_host.buffer_header.length; in bulk_receive()351 msg_context->u.bulk.dts = msg->u.buffer_from_host.buffer_header.dts; in bulk_receive()352 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive()366 msg->u.buffer_from_host.short_data, in inline_receive()367 msg->u.buffer_from_host.payload_in_message); in inline_receive()370 msg->u.buffer_from_host.payload_in_message; in inline_receive()377 buffer_from_host(struct vchiq_mmal_instance *instance, in buffer_from_host() function419 m.u.buffer_from_host.drvbuf.magic = MMAL_MAGIC; in buffer_from_host()420 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()421 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