Home
last modified time | relevance | path

Searched refs:REGULATOR_INIT_ENABLED (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dregulator.h129 #define REGULATOR_INIT_ENABLED (REGULATOR_ALWAYS_ON | REGULATOR_BOOT_ON) macro
291 return (config->flags & REGULATOR_INIT_ENABLED) != 0U; in regulator_common_is_init_enabled()
/Zephyr-latest/drivers/regulator/
Dregulator_common.c92 } else if ((config->flags & REGULATOR_INIT_ENABLED) != 0U) { in regulator_common_init()