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 spinlock_t lock; /* Protects active and incoming lists */24 struct list_head active;25 struct list_head incoming;26 unsigned int fw_output;
Completed in 7 milliseconds