Searched defs:ipu_soc (Results 1 – 1 of 1) sorted by relevance
145 struct ipu_soc { struct146 struct device *dev;147 const struct ipu_devtype *devtype;148 enum ipuv3_type ipu_type;149 spinlock_t lock;150 struct mutex channel_lock;175 static inline u32 ipu_idmac_read(struct ipu_soc *ipu, unsigned offset) in ipu_idmac_read() argument