Searched refs:TRISTATE (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 31 TRISTATE, 163 if sym.type in (BOOL, TRISTATE): 209 if sym.type in (BOOL, TRISTATE):
|
D | kconfiglib.py | 1002 sym.orig_type = TRISTATE 1288 sym.orig_type is TRISTATE 4316 if self.orig_type is TRISTATE and \ 4652 self.orig_type is TRISTATE and value in TRI_TO_STR or 5216 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value: 5305 self.orig_type is TRISTATE and value in TRI_TO_STR): 6343 if sc.choice.orig_type is TRISTATE and \ 6344 sc.orig_type is not TRISTATE and sc.choice.tri_value != 2: 6348 if sc.orig_type is TRISTATE and vis == 1 and sc.choice.tri_value == 2: 6354 if vis == 1 and sc.type is not TRISTATE: [all …]
|
D | guiconfig.py | 83 BOOL, TRISTATE, STRING, INT, HEX, \ 269 elif sym.orig_type in (BOOL, TRISTATE):
|
D | menuconfig.py | 219 BOOL, TRISTATE, STRING, INT, HEX, \ 762 elif sym.orig_type in (BOOL, TRISTATE):
|