Searched refs:regmapcfg (Results 1 – 3 of 3) sorted by relevance
904 const struct regmap_config *regmapcfg; in nct6775_platform_probe() local921 regmapcfg = &nct6775_regmap_config; in nct6775_platform_probe()923 regmapcfg = &nct6775_wmi_regmap_config; in nct6775_platform_probe()931 return nct6775_probe(&pdev->dev, data, regmapcfg); in nct6775_platform_probe()
203 const struct regmap_config *regmapcfg);
3403 const struct regmap_config *regmapcfg) in nct6775_probe() argument3415 data->regmap = devm_regmap_init(dev, NULL, data, regmapcfg); in nct6775_probe()