Lines Matching refs:regulator_dev
15 struct regulator_dev;
45 struct regulator_dev *rdev);
47 struct regulator_dev *rdev);
49 struct regulator_dev *rdev,
55 const char *rdev_get_name(struct regulator_dev *rdev);
56 int regulator_check_consumers(struct regulator_dev *rdev,
59 int regulator_check_voltage(struct regulator_dev *rdev,
61 int regulator_get_voltage_rdev(struct regulator_dev *rdev);
62 int regulator_set_voltage_rdev(struct regulator_dev *rdev,
70 static inline const char *rdev_get_name(struct regulator_dev *rdev) in rdev_get_name()
74 static inline int regulator_check_consumers(struct regulator_dev *rdev, in regulator_check_consumers()
80 static inline int regulator_check_voltage(struct regulator_dev *rdev, in regulator_check_voltage()
85 static inline int regulator_get_voltage_rdev(struct regulator_dev *rdev) in regulator_get_voltage_rdev()
89 static inline int regulator_set_voltage_rdev(struct regulator_dev *rdev, in regulator_set_voltage_rdev()