Lines Matching defs:config
38 static int regmap_sdw_config_check(const struct regmap_config *config)
41 if (config->val_bits != 8)
45 if (config->reg_bits != 32)
48 if (config->pad_bits != 0)
55 const struct regmap_config *config,
61 ret = regmap_sdw_config_check(config);
66 &sdw->dev, config, lock_key, lock_name);
71 const struct regmap_config *config,
77 ret = regmap_sdw_config_check(config);
82 &sdw->dev, config, lock_key, lock_name);