Home
last modified time | relevance | path

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

/optee_os/core/drivers/regulator/
H A Dregulator.c96 if (regulator_is_always_on(regulator)) in regulator_enable()
144 if (regulator_is_always_on(regulator)) in regulator_disable()
290 if (regulator_is_always_on(regulator)) { in regulator_register()
/optee_os/core/include/drivers/
H A Dregulator.h278 static inline bool regulator_is_always_on(struct regulator *regulator) in regulator_is_always_on() function