Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsch56xx-common.h12 struct regmap *devm_regmap_init_sch56xx(struct device *dev, struct mutex *lock, u16 addr,
H A Dsch56xx-common.c324 struct regmap *devm_regmap_init_sch56xx(struct device *dev, struct mutex *lock, u16 addr, in devm_regmap_init_sch56xx() function
346 EXPORT_SYMBOL(devm_regmap_init_sch56xx);
H A Dsch5627.c590 data->regmap = devm_regmap_init_sch56xx(&pdev->dev, &data->update_lock, data->addr, in sch5627_probe()