Home
last modified time | relevance | path

Searched defs:rdev (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-3.4.0/drivers/st/regulator/
Dregulator_core.c22 #define for_each_rdev(rdev) \ argument
25 #define for_each_registered_rdev(rdev) \ argument
29 static void lock_driver(const struct rdev *rdev) in lock_driver()
36 static void unlock_driver(const struct rdev *rdev) in unlock_driver()
45 struct rdev *rdev; in regulator_get_by_phandle() local
66 struct rdev *rdev; in regulator_get_by_name() local
119 static int __regulator_set_state(struct rdev *rdev, bool state) in __regulator_set_state()
134 int regulator_enable(struct rdev *rdev) in regulator_enable()
153 int regulator_disable(struct rdev *rdev) in regulator_disable()
176 int regulator_is_enabled(const struct rdev *rdev) in regulator_is_enabled()
[all …]
/trusted-firmware-a-3.4.0/include/drivers/st/
Dregulator.h95 struct rdev { struct
96 const struct regul_description *desc;
98 int32_t phandle;
100 uint16_t min_mv;
101 uint16_t max_mv;
103 uint16_t flags;
105 uint32_t enable_ramp_delay;