Searched defs:rdev (Results 1 – 2 of 2) sorted by relevance
22 #define for_each_rdev(rdev) \ argument25 #define for_each_registered_rdev(rdev) \ argument29 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() local66 struct rdev *rdev; in regulator_get_by_name() local119 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 …]
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;