Searched defs:hidma_lldev (Results 1 – 1 of 1) sorted by relevance
53 struct hidma_lldev { struct54 bool msi_support; /* flag indicating MSI support */55 bool initialized; /* initialized flag */56 u8 trch_state; /* trch_state of the device */57 u8 evch_state; /* evch_state of the device */58 u8 chidx; /* channel index in the core */59 u32 nr_tres; /* max number of configs */60 spinlock_t lock; /* reentrancy */61 struct hidma_tre *trepool; /* trepool of user configs */62 struct device *dev; /* device */[all …]