Home
last modified time | relevance | path

Searched defs:qcom_swrm_ctrl (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soundwire/
H A Dqcom.c176 struct qcom_swrm_ctrl { struct
177 struct sdw_bus bus;
178 struct device *dev;
179 struct regmap *regmap;
180 u32 max_reg;
181 const unsigned int *reg_layout;
182 void __iomem *mmio;
183 struct reset_control *audio_cgcr;
208 int (*reg_read)(struct qcom_swrm_ctrl *ctrl, int reg, u32 *val); argument
209 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument
[all …]