vchiu_queue        17 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c 	struct vchiu_queue queue;
vchiu_queue        11 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.c int vchiu_queue_init(struct vchiu_queue *queue, int size)
vchiu_queue        32 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.c void vchiu_queue_delete(struct vchiu_queue *queue)
vchiu_queue        37 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.c int vchiu_queue_is_empty(struct vchiu_queue *queue)
vchiu_queue        42 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.c void vchiu_queue_push(struct vchiu_queue *queue, struct vchiq_header *header)
vchiu_queue        58 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.c struct vchiq_header *vchiu_queue_peek(struct vchiu_queue *queue)
vchiu_queue        70 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.c struct vchiq_header *vchiu_queue_pop(struct vchiu_queue *queue)
vchiu_queue        39 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h extern int  vchiu_queue_init(struct vchiu_queue *queue, int size);
vchiu_queue        40 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h extern void vchiu_queue_delete(struct vchiu_queue *queue);
vchiu_queue        42 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h extern int vchiu_queue_is_empty(struct vchiu_queue *queue);
vchiu_queue        44 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h extern void vchiu_queue_push(struct vchiu_queue *queue,
vchiu_queue        47 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h extern struct vchiq_header *vchiu_queue_peek(struct vchiu_queue *queue);
vchiu_queue        48 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.h extern struct vchiq_header *vchiu_queue_pop(struct vchiu_queue *queue);