Home
last modified time | relevance | path

Searched refs:REGULATOR_FLAGS_STATIC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/regulator/
H A Dregulator.h41 #define REGULATOR_FLAGS_STATIC 0x00000001 /* Static strings */ macro
H A Dregulator_fixed.c484 sc->init_def.reg_init_def.flags = REGULATOR_FLAGS_STATIC; in regfix_attach()
H A Dregulator.c381 if (def->flags & REGULATOR_FLAGS_STATIC) { in regnode_create()