Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-vchiq.c392 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()
394 m.u.buffer_from_host.drvbuf.port_handle = port->handle; in buffer_from_host()
395 m.u.buffer_from_host.drvbuf.client_context = msg_context->handle; in buffer_from_host()
437 if (msg->u.buffer_from_host.drvbuf.magic == MMAL_MAGIC) { in buffer_to_host_cb()
438 handle = msg->u.buffer_from_host.drvbuf.client_context; in buffer_to_host_cb()
Dmmal-msg.h289 struct mmal_driver_buffer drvbuf; member