Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775-platform.c946 const struct regmap_config *regmapcfg; in nct6775_platform_probe() local
963 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()
H A Dnct6775.h205 const struct regmap_config *regmapcfg);
H A Dnct6775-core.c3506 const struct regmap_config *regmapcfg) in nct6775_probe() argument
3519 data->regmap = devm_regmap_init(dev, NULL, data, regmapcfg); in nct6775_probe()