Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/st/regulator/
Dregulator_core.c24 #define for_each_rdev(rdev) \ argument
27 #define for_each_registered_rdev(rdev) \ argument
31 static void lock_driver(const struct rdev *rdev) in lock_driver()
38 static void unlock_driver(const struct rdev *rdev) in unlock_driver()
47 struct rdev *rdev; in regulator_get_by_phandle() local
68 struct rdev *rdev; in regulator_get_by_name() local
121 static int __regulator_set_state(struct rdev *rdev, bool state) in __regulator_set_state()
136 int regulator_enable(struct rdev *rdev) in regulator_enable()
155 int regulator_disable(struct rdev *rdev) in regulator_disable()
178 int regulator_is_enabled(const struct rdev *rdev) in regulator_is_enabled()
[all …]
/trusted-firmware-a-3.7.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;