Lines Matching defs:rdev
27 int regulator_is_enabled_regmap(struct regulator_dev *rdev) in regulator_is_enabled_regmap()
59 int regulator_enable_regmap(struct regulator_dev *rdev) in regulator_enable_regmap()
85 int regulator_disable_regmap(struct regulator_dev *rdev) in regulator_disable_regmap()
102 static int regulator_range_selector_to_index(struct regulator_dev *rdev, in regulator_range_selector_to_index()
129 int regulator_get_voltage_sel_pickable_regmap(struct regulator_dev *rdev) in regulator_get_voltage_sel_pickable_regmap()
173 int regulator_set_voltage_sel_pickable_regmap(struct regulator_dev *rdev, in regulator_set_voltage_sel_pickable_regmap()
235 int regulator_get_voltage_sel_regmap(struct regulator_dev *rdev) in regulator_get_voltage_sel_regmap()
261 int regulator_set_voltage_sel_regmap(struct regulator_dev *rdev, unsigned sel) in regulator_set_voltage_sel_regmap()
292 int regulator_map_voltage_iterate(struct regulator_dev *rdev, in regulator_map_voltage_iterate()
330 int regulator_map_voltage_ascend(struct regulator_dev *rdev, in regulator_map_voltage_ascend()
361 int regulator_map_voltage_linear(struct regulator_dev *rdev, in regulator_map_voltage_linear()
407 int regulator_map_voltage_linear_range(struct regulator_dev *rdev, in regulator_map_voltage_linear_range()
456 int regulator_map_voltage_pickable_linear_range(struct regulator_dev *rdev, in regulator_map_voltage_pickable_linear_range()
521 int regulator_list_voltage_linear(struct regulator_dev *rdev, in regulator_list_voltage_linear()
544 int regulator_list_voltage_pickable_linear_range(struct regulator_dev *rdev, in regulator_list_voltage_pickable_linear_range()
625 int regulator_list_voltage_linear_range(struct regulator_dev *rdev, in regulator_list_voltage_linear_range()
642 int regulator_list_voltage_table(struct regulator_dev *rdev, in regulator_list_voltage_table()
663 int regulator_set_bypass_regmap(struct regulator_dev *rdev, bool enable) in regulator_set_bypass_regmap()
685 int regulator_set_soft_start_regmap(struct regulator_dev *rdev) in regulator_set_soft_start_regmap()
703 int regulator_set_pull_down_regmap(struct regulator_dev *rdev) in regulator_set_pull_down_regmap()
722 int regulator_get_bypass_regmap(struct regulator_dev *rdev, bool *enable) in regulator_get_bypass_regmap()
748 int regulator_set_active_discharge_regmap(struct regulator_dev *rdev, in regulator_set_active_discharge_regmap()
775 int regulator_set_current_limit_regmap(struct regulator_dev *rdev, in regulator_set_current_limit_regmap()
827 int regulator_get_current_limit_regmap(struct regulator_dev *rdev) in regulator_get_current_limit_regmap()