Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dhi6421v530-regulator.c25 struct hi6421v530_regulator_info { struct
94 static const struct hi6421v530_regulator_info hi6421v530_regulator_info[] = { variable
110 const struct hi6421v530_regulator_info *info; in hi6421v530_regulator_ldo_get_mode()
113 info = container_of(rdev->desc, struct hi6421v530_regulator_info, rdesc); in hi6421v530_regulator_ldo_get_mode()
125 const struct hi6421v530_regulator_info *info; in hi6421v530_regulator_ldo_set_mode()
128 info = container_of(rdev->desc, struct hi6421v530_regulator_info, rdesc); in hi6421v530_regulator_ldo_set_mode()
172 for (i = 0; i < ARRAY_SIZE(hi6421v530_regulator_info); i++) { in hi6421v530_regulator_probe()
177 &hi6421v530_regulator_info[i].rdesc, in hi6421v530_regulator_probe()
181 hi6421v530_regulator_info[i].rdesc.name); in hi6421v530_regulator_probe()