Lines Matching refs:sdw
637 struct regmap *__regmap_init_sdw(struct sdw_slave *sdw,
641 struct regmap *__regmap_init_sdw_mbq(struct sdw_slave *sdw,
698 struct regmap *__devm_regmap_init_sdw(struct sdw_slave *sdw,
702 struct regmap *__devm_regmap_init_sdw_mbq(struct sdw_slave *sdw,
912 * @sdw: Device that will be interacted with
918 #define regmap_init_sdw(sdw, config) \
920 sdw, config)
925 * @sdw: Device that will be interacted with
931 #define regmap_init_sdw_mbq(sdw, config) \
933 sdw, config)
1123 * @sdw: Device that will be interacted with
1130 #define devm_regmap_init_sdw(sdw, config) \
1132 sdw, config)
1137 * @sdw: Device that will be interacted with
1144 #define devm_regmap_init_sdw_mbq(sdw, config) \
1146 sdw, config)