Home
last modified time | relevance | path

Searched defs:ipu6_isys_queue (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-isys-queue.h20 struct ipu6_isys_queue { struct
21 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