Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_util.h48 extern struct vchiq_header *vchiu_queue_pop(struct vchiu_queue *queue);
Dvchiq_shim.c79 header = vchiu_queue_pop(&service->queue); in vchi_msg_remove()
339 header = vchiu_queue_pop(&service->queue); in vchi_msg_dequeue()
413 header = vchiu_queue_pop(&service->queue); in vchi_msg_hold()
Dvchiq_util.c70 struct vchiq_header *vchiu_queue_pop(struct vchiu_queue *queue) in vchiu_queue_pop() function