Searched defs:hidma_lldev (Results 1 – 1 of 1) sorted by relevance
45 struct hidma_lldev { struct46 bool msi_support; /* flag indicating MSI support */47 bool initialized; /* initialized flag */48 u8 trch_state; /* trch_state of the device */49 u8 evch_state; /* evch_state of the device */50 u8 chidx; /* channel index in the core */51 u32 nr_tres; /* max number of configs */52 spinlock_t lock; /* reentrancy */53 struct hidma_tre *trepool; /* trepool of user configs */54 struct device *dev; /* device */[all …]