Searched defs:ipu6_isys_queue (Results 1 – 1 of 1) sorted by relevance
20 struct ipu6_isys_queue { struct21 struct vb2_queue vbq;22 struct list_head node;23 struct device *dev;27 spinlock_t lock;28 struct list_head active;29 struct list_head incoming;53 container_of(__vb2, struct ipu6_isys_queue, vbq) argument