Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-vchiq.h77 atomic_t buffers_with_vpu; member
Dbcm2835-camera.c625 while (atomic_read(&port->buffers_with_vpu)) { in stop_streaming()
628 __func__, atomic_read(&port->buffers_with_vpu)); in stop_streaming()
634 atomic_read(&port->buffers_with_vpu)); in stop_streaming()
Dmmal-vchiq.c249 atomic_dec(&msg_context->u.bulk.port->buffers_with_vpu); in buffer_work_cb()
392 atomic_inc(&port->buffers_with_vpu); in buffer_from_host()