Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/soundwire/
Dqcom.c125 struct qcom_swrm_ctrl { struct
126 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); argument
153 int (*reg_write)(struct qcom_swrm_ctrl *ctrl, int reg, int val); argument
174 #define to_qcom_sdw(b) container_of(b, struct qcom_swrm_ctrl, bus) argument