Searched defs:qcom_swrm_ctrl (Results 1 – 1 of 1) sorted by relevance
125 struct qcom_swrm_ctrl { struct126 struct sdw_bus bus;127 struct device *dev;128 struct regmap *regmap;152 int (*reg_read)(struct qcom_swrm_ctrl *ctrl, int reg, u32 *val); argument153 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument174 #define to_qcom_sdw(b) container_of(b, struct qcom_swrm_ctrl, bus) argument