Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsch56xx-common.h14 int sch56xx_regmap_read16(struct regmap *map, unsigned int reg, unsigned int *val);
H A Dsch56xx-common.c251 int sch56xx_regmap_read16(struct regmap *map, unsigned int reg, unsigned int *val) in sch56xx_regmap_read16() function
268 EXPORT_SYMBOL(sch56xx_regmap_read16);
H A Dsch5627.c349 ret = sch56xx_regmap_read16(data->regmap, SCH5627_REG_FAN_MIN[channel], in sch5627_read()