Home
last modified time | relevance | path

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

/components/drivers/regulator/
A Dregulator-fixed.c13 struct regulator_fixed struct
22 #define raw_to_regulator_fixed(raw) rt_container_of(raw, struct regulator_fixed, parent) argument
26 struct regulator_fixed *rf = raw_to_regulator_fixed(reg_np); in regulator_fixed_enable()
42 struct regulator_fixed *rf = raw_to_regulator_fixed(reg_np); in regulator_fixed_disable()
59 struct regulator_fixed *rf = raw_to_regulator_fixed(reg_np); in regulator_fixed_is_enabled()
80 struct regulator_fixed *rf = raw_to_regulator_fixed(reg_np); in regulator_fixed_get_voltage()
98 struct regulator_fixed *rf = rt_calloc(1, sizeof(*rf)); in regulator_fixed_probe()

Completed in 4 milliseconds