Lines Matching defs:rdev
97 static int twlreg_grp(struct regulator_dev *rdev) in twlreg_grp()
116 static int twl4030reg_is_enabled(struct regulator_dev *rdev) in twl4030reg_is_enabled()
194 static int twl4030reg_enable(struct regulator_dev *rdev) in twl4030reg_enable()
208 static int twl4030reg_disable(struct regulator_dev *rdev) in twl4030reg_disable()
222 static int twl4030reg_get_status(struct regulator_dev *rdev) in twl4030reg_get_status()
238 static int twl4030reg_set_mode(struct regulator_dev *rdev, unsigned mode) in twl4030reg_set_mode()
366 static int twl4030ldo_list_voltage(struct regulator_dev *rdev, unsigned index) in twl4030ldo_list_voltage()
375 twl4030ldo_set_voltage_sel(struct regulator_dev *rdev, unsigned selector) in twl4030ldo_set_voltage_sel()
383 static int twl4030ldo_get_voltage_sel(struct regulator_dev *rdev) in twl4030ldo_get_voltage_sel()
411 twl4030smps_set_voltage(struct regulator_dev *rdev, int min_uV, int max_uV, in twl4030smps_set_voltage()
422 static int twl4030smps_get_voltage(struct regulator_dev *rdev) in twl4030smps_get_voltage()
584 struct regulator_dev *rdev; in twlreg_probe() local