Searched defs:vsp1_dl_manager (Results 1 – 1 of 1) sorted by relevance
216 struct vsp1_dl_manager { struct217 unsigned int index;218 bool singleshot;219 struct vsp1_device *vsp1;221 spinlock_t lock;222 struct list_head free;223 struct vsp1_dl_list *active;224 struct vsp1_dl_list *queued;225 struct vsp1_dl_list *pending;227 struct vsp1_dl_body_pool *pool;[all …]