Searched refs:sis (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 2205 def sis(expr, val, title): function 2207 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val] 2208 if not sis: 2212 for si in sis: 2219 s += sis(sym.rev_dep, 2, 2221 s += sis(sym.rev_dep, 1, 2223 s += sis(sym.rev_dep, 0, 2227 s += sis(sym.weak_rev_dep, 2, 2229 s += sis(sym.weak_rev_dep, 1, 2231 s += sis(sym.weak_rev_dep, 0,
|
D | menuconfig.py | 2730 def sis(expr, val, title): function 2732 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val] 2733 if not sis: 2737 for si in sis: 2744 s += sis(sym.rev_dep, 2, 2746 s += sis(sym.rev_dep, 1, 2748 s += sis(sym.rev_dep, 0, 2752 s += sis(sym.weak_rev_dep, 2, 2754 s += sis(sym.weak_rev_dep, 1, 2756 s += sis(sym.weak_rev_dep, 0,
|
/Zephyr-latest/dts/bindings/ |
D | vendor-prefixes.txt | 623 sis Silicon Integrated Systems Corp.
|