Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dnct6775-platform.c904 const struct regmap_config *regmapcfg; in nct6775_platform_probe() local
921 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()
Dnct6775.h203 const struct regmap_config *regmapcfg);
Dnct6775-core.c3403 const struct regmap_config *regmapcfg) in nct6775_probe() argument
3415 data->regmap = devm_regmap_init(dev, NULL, data, regmapcfg); in nct6775_probe()