Searched defs:qcom_swrm_ctrl (Results 1 – 1 of 1) sorted by relevance
141 struct qcom_swrm_ctrl { struct142 struct sdw_bus bus;143 struct device *dev;144 struct regmap *regmap;145 void __iomem *mmio;146 struct reset_control *audio_cgcr;148 struct dentry *debugfs;173 int (*reg_read)(struct qcom_swrm_ctrl *ctrl, int reg, u32 *val); argument174 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument175 u32 slave_status;[all …]