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