Searched refs:REGULATOR_INIT_ENABLED (Results 1 – 2 of 2) sorted by relevance
129 #define REGULATOR_INIT_ENABLED (REGULATOR_ALWAYS_ON | REGULATOR_BOOT_ON) macro291 return (config->flags & REGULATOR_INIT_ENABLED) != 0U; in regulator_common_is_init_enabled()
92 } else if ((config->flags & REGULATOR_INIT_ENABLED) != 0U) { in regulator_common_init()