Searched defs:ipu7_isys_queue (Results 1 – 1 of 1) sorted by relevance
21 struct ipu7_isys_queue { struct22 struct vb2_queue vbq;23 struct list_head node;24 struct device *dev;25 spinlock_t lock;26 struct list_head active;27 struct list_head incoming;28 unsigned int fw_output;
Completed in 27 milliseconds