Home
last modified time | relevance | path

Searched refs:buffers_with_vpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.h77 atomic_t buffers_with_vpu; member
H A Dmmal-vchiq.c267 atomic_dec(&msg_context->u.bulk.port->buffers_with_vpu); in buffer_work_cb()
405 atomic_inc(&port->buffers_with_vpu); in buffer_from_host()
445 atomic_dec(&port->buffers_with_vpu); in buffer_from_host()
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c637 while (atomic_read(&port->buffers_with_vpu)) { in stop_streaming()
640 __func__, atomic_read(&port->buffers_with_vpu)); in stop_streaming()
646 atomic_read(&port->buffers_with_vpu)); in stop_streaming()