Home
last modified time | relevance | path

Searched refs:always_on (Results 1 – 5 of 5) sorted by relevance

/components/drivers/regulator/
A Dregulator-fixed.c29 if (rf->enable_pin < 0 || param->always_on) in regulator_fixed_enable()
45 if (rf->enable_pin < 0 || param->always_on) in regulator_fixed_disable()
62 if (rf->enable_pin < 0 || param->always_on) in regulator_fixed_is_enabled()
A Dregulator-gpio.c54 if (param->always_on) in regulator_gpio_enable()
73 if (param->always_on) in regulator_gpio_disable()
92 if (param->always_on) in regulator_gpio_is_enabled()
A Dregulator_dm.c52 param->always_on = rt_ofw_prop_read_bool(np, "regulator-always-on"); in regulator_ofw_parse()
A Dregulator.c58 if (param->boot_on || param->always_on) in rt_regulator_register()
86 if (!(reg_np->param->boot_on || reg_np->param->always_on)) in rt_regulator_unregister()
/components/drivers/include/drivers/
A Dregulator.h36 rt_uint32_t always_on:1; /* Must be enabled */ member

Completed in 6 milliseconds