Home
last modified time | relevance | path

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

/freebsd/sys/dev/regulator/
H A Dregulator.h42 #define REGULATOR_FLAGS_NOT_DISABLE 0x00000002 /* Cannot be disabled */ macro
H A Dregulator.c660 (regnode->flags & REGULATOR_FLAGS_NOT_DISABLE) == 0 && in regnode_disable()
700 ((regnode->flags & REGULATOR_FLAGS_NOT_DISABLE) == 0)) { in regnode_stop()