Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-vchiq.c417 m.u.buffer_from_host.drvbuf.magic = MMAL_MAGIC; in buffer_from_host()
418 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()
419 m.u.buffer_from_host.drvbuf.port_handle = port->handle; in buffer_from_host()
420 m.u.buffer_from_host.drvbuf.client_context = msg_context->handle; in buffer_from_host()
463 if (msg->u.buffer_from_host.drvbuf.magic == MMAL_MAGIC) { in buffer_to_host_cb()
464 handle = msg->u.buffer_from_host.drvbuf.client_context; in buffer_to_host_cb()
Dmmal-msg.h298 struct mmal_driver_buffer drvbuf; member