Searched defs:rdev (Results 1 – 2 of 2) sorted by relevance
24 #define for_each_rdev(rdev) \ argument27 #define for_each_registered_rdev(rdev) \ argument31 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() local68 struct rdev *rdev; in regulator_get_by_name() local121 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 …]
95 struct rdev { struct96 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;