Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-vchiq.c403 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()
406 m.u.buffer_from_host.drvbuf.client_context = msg_context->handle; in buffer_from_host()
448 if (msg->u.buffer_from_host.drvbuf.magic == MMAL_MAGIC) { in buffer_to_host_cb()
449 handle = msg->u.buffer_from_host.drvbuf.client_context; in buffer_to_host_cb()
Dmmal-msg.h298 struct mmal_driver_buffer drvbuf; member