Searched defs:qcom_swrm_ctrl (Results 1 – 1 of 1) sorted by relevance
188 struct qcom_swrm_ctrl { struct189 struct sdw_bus bus;190 struct device *dev;191 struct regmap *regmap;192 u32 max_reg;193 const unsigned int *reg_layout;194 void __iomem *mmio;195 struct reset_control *audio_cgcr;220 int (*reg_read)(struct qcom_swrm_ctrl *ctrl, int reg, u32 *val); argument221 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument[all …]