Searched defs:reg_np (Results 1 – 3 of 3) sorted by relevance
24 struct rt_regulator_node *reg_np; member32 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() local227 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() local452 struct rt_regulator_node *reg_np; in rt_regulator_set_mode() local480 struct rt_regulator_node *reg_np; in rt_regulator_get_mode() local505 static void regulator_check_parent(struct rt_regulator_node *reg_np) in regulator_check_parent()[all …]
24 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()
49 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