Lines Matching defs:rdev
107 static int always_enabled_by_hwstate(struct regulator_dev *rdev) in always_enabled_by_hwstate()
112 static int never_enabled_by_hwstate(struct regulator_dev *rdev) in never_enabled_by_hwstate()
117 static int bd71837_get_buck34_enable_hwctrl(struct regulator_dev *rdev) in bd71837_get_buck34_enable_hwctrl()
129 static void voltage_change_done(struct regulator_dev *rdev, unsigned int sel, in voltage_change_done()
151 static int voltage_change_prepare(struct regulator_dev *rdev, unsigned int sel, in voltage_change_prepare()
219 static int bd718xx_set_voltage_sel_restricted(struct regulator_dev *rdev, in bd718xx_set_voltage_sel_restricted()
236 struct regulator_dev *rdev, unsigned int sel) in bd718xx_set_voltage_sel_pickable_restricted()
252 struct regulator_dev *rdev, unsigned int sel) in bd71837_set_voltage_sel_pickable_restricted()
437 static int bd718x7_xvp_sanity_check(struct regulator_dev *rdev, int lim_uV, in bd718x7_xvp_sanity_check()
460 static int bd718x7_set_ldo_uvp(struct regulator_dev *rdev, int lim_uV, in bd718x7_set_ldo_uvp()
522 static int bd718x7_set_buck_uvp(struct regulator_dev *rdev, int lim_uV, in bd718x7_set_buck_uvp()
542 static int bd718x7_set_buck_ovp(struct regulator_dev *rdev, int lim_uV, in bd718x7_set_buck_ovp()
1763 struct regulator_dev *rdev; in bd718xx_probe() local