Lines Matching defs:qcom_swrm_ctrl
141 struct qcom_swrm_ctrl { struct
142 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); argument
174 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument
175 u32 slave_status;
176 u32 wr_fifo_depth;
177 u32 rd_fifo_depth;
178 bool clock_stop_not_supported;