Searched defs:RegulatorTreeInfo (Results 1 – 1 of 1) sorted by relevance
28 struct RegulatorTreeInfo { struct29 const char *name; /* regulator name */30 struct RegulatorNode *parent; /* regulator parent info */31 struct DListHead node;32 struct DListHead childHead; /* next level child regulator list */