Searched defs:qcom_swrm_ctrl (Results 1 – 1 of 1) sorted by relevance
178 struct qcom_swrm_ctrl { struct179 struct sdw_bus bus;180 struct device *dev;181 struct regmap *regmap;182 u32 max_reg;183 const unsigned int *reg_layout;184 void __iomem *mmio;185 struct reset_control *audio_cgcr;209 int (*reg_read)(struct qcom_swrm_ctrl *ctrl, int reg, u32 *val); argument210 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument[all …]