Home
last modified time | relevance | path

Searched defs:reg_np (Results 1 – 3 of 3) sorted by relevance

/components/drivers/regulator/
A Dregulator.c24 struct rt_regulator_node *reg_np; member
32 rt_err_t rt_regulator_register(struct rt_regulator_node *reg_np) in rt_regulator_register()
66 rt_err_t rt_regulator_unregister(struct rt_regulator_node *reg_np) in rt_regulator_unregister()
110 struct rt_regulator_node *reg_np; in rt_regulator_notifier_register() local
227 static rt_err_t regulator_enable(struct rt_regulator_node *reg_np) in regulator_enable()
279 static rt_err_t regulator_disable(struct rt_regulator_node *reg_np) in regulator_disable()
424 struct rt_regulator_node *reg_np; in rt_regulator_get_voltage() local
452 struct rt_regulator_node *reg_np; in rt_regulator_set_mode() local
480 struct rt_regulator_node *reg_np; in rt_regulator_get_mode() local
505 static void regulator_check_parent(struct rt_regulator_node *reg_np) in regulator_check_parent()
[all …]
A Dregulator-fixed.c24 static rt_err_t regulator_fixed_enable(struct rt_regulator_node *reg_np) in regulator_fixed_enable()
40 static rt_err_t regulator_fixed_disable(struct rt_regulator_node *reg_np) in regulator_fixed_disable()
56 static rt_bool_t regulator_fixed_is_enabled(struct rt_regulator_node *reg_np) in regulator_fixed_is_enabled()
78 static int regulator_fixed_get_voltage(struct rt_regulator_node *reg_np) in regulator_fixed_get_voltage()
A Dregulator-gpio.c49 static rt_err_t regulator_gpio_enable(struct rt_regulator_node *reg_np) in regulator_gpio_enable()
68 static rt_err_t regulator_gpio_disable(struct rt_regulator_node *reg_np) in regulator_gpio_disable()
87 static rt_bool_t regulator_gpio_is_enabled(struct rt_regulator_node *reg_np) in regulator_gpio_is_enabled()
108 static rt_err_t regulator_gpio_set_voltage(struct rt_regulator_node *reg_np, in regulator_gpio_set_voltage()
146 static int regulator_gpio_get_voltage(struct rt_regulator_node *reg_np) in regulator_gpio_get_voltage()

Completed in 5 milliseconds