Home
last modified time | relevance | path

Searched refs:regmapcfg (Results 1 – 3 of 3) sorted by relevance

/drivers/hwmon/
Dnct6775-platform.c914 const struct regmap_config *regmapcfg; in nct6775_platform_probe() local
931 regmapcfg = &nct6775_regmap_config; in nct6775_platform_probe()
933 regmapcfg = &nct6775_wmi_regmap_config; in nct6775_platform_probe()
941 return nct6775_probe(&pdev->dev, data, regmapcfg); in nct6775_platform_probe()
Dnct6775.h203 const struct regmap_config *regmapcfg);
Dnct6775-core.c3414 const struct regmap_config *regmapcfg) in nct6775_probe() argument
3426 data->regmap = devm_regmap_init(dev, NULL, data, regmapcfg); in nct6775_probe()