Searched refs:regmapcfg (Results 1 – 3 of 3) sorted by relevance
946 const struct regmap_config *regmapcfg; in nct6775_platform_probe() local963 regmapcfg = &nct6775_regmap_config; in nct6775_platform_probe()965 regmapcfg = &nct6775_wmi_regmap_config; in nct6775_platform_probe()973 return nct6775_probe(&pdev->dev, data, regmapcfg); in nct6775_platform_probe()
205 const struct regmap_config *regmapcfg);
3506 const struct regmap_config *regmapcfg) in nct6775_probe() argument3519 data->regmap = devm_regmap_init(dev, NULL, data, regmapcfg); in nct6775_probe()