/linux/scripts/kconfig/ |
A D | symbol.c | 199 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility() 215 if (sym->dir_dep.tri != tri) { in sym_calc_visibility() 216 sym->dir_dep.tri = tri; in sym_calc_visibility() 224 if (sym->rev_dep.tri != tri) { in sym_calc_visibility() 225 sym->rev_dep.tri = tri; in sym_calc_visibility() 233 if (sym->implied.tri != tri) { in sym_calc_visibility() 234 sym->implied.tri = tri; in sym_calc_visibility() 401 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value() 402 newval.tri = EXPR_AND(newval.tri, in sym_calc_value() 407 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value() [all …]
|
A D | conf.c | 127 if (csym->curr.tri != yes) in randomize_choice_values() 146 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values() 149 sym->def[S_DEF_USER].tri = no; in randomize_choice_values() 239 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() 242 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols() 245 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols() 248 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols() 252 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() 254 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols() 256 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() [all …]
|
A D | confdata.c | 226 sym->def[def].tri = mod; in conf_set_sym_val() 233 sym->def[def].tri = yes; in conf_set_sym_val() 238 sym->def[def].tri = no; in conf_set_sym_val() 412 sym->def[def].tri = no; in conf_read_simple() 445 sym->def[def].tri = no; in conf_read_simple() 493 switch (sym->def[def].tri) { in conf_read_simple() 497 if (cs->def[def].tri == yes) { in conf_read_simple() 503 if (cs->def[def].tri != no) in conf_read_simple() 508 cs->def[def].tri = EXPR_OR(cs->def[def].tri, sym->def[def].tri); in conf_read_simple() 1020 sym->def[S_DEF_AUTO].tri) in conf_touch_deps() [all …]
|
A D | lkc_proto.h | 26 bool sym_tristate_within_range(struct symbol *sym,tristate tri); 27 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
A D | expr.h | 56 tristate tri; member 61 tristate tri; member
|
A D | lkc.h | 118 return sym->curr.tri; in sym_get_tristate_value()
|
A D | menu.c | 634 visible = menu->prompt->visible.tri; in menu_is_visible() 636 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible()
|
A D | mconf.c | 602 if (sym->rev_dep.tri == mod) in build_conf()
|
A D | nconf.c | 877 if (sym->rev_dep.tri == mod) in build_conf()
|
/linux/Documentation/devicetree/bindings/gpio/ |
A D | gpio-xilinx.txt | 21 - xlnx,tri-default : if n-th bit is 1, GPIO-n is in tristate mode 26 - xlnx,tri-default-2 : as above but for the second channel 46 xlnx,tri-default = <0xffffffff>; 47 xlnx,tri-default-2 = <0xffffffff>;
|
/linux/drivers/input/joystick/ |
A D | sidewinder.c | 204 int tri = pos % bits; /* Start position */ in sw_get_bits() local 209 data |= (__u64)((buf[i] >> tri++) & 1) << bit++; /* Transfer bit */ in sw_get_bits() 210 if (tri == bits) { in sw_get_bits() 212 tri = 0; in sw_get_bits()
|
/linux/Documentation/devicetree/bindings/net/wireless/ |
A D | ieee80211.yaml | 29 can be tri-band wireless router with two identical chipsets used for two
|
/linux/arch/mips/boot/dts/xilfpga/ |
A D | nexys4ddr.dts | 51 xlnx,tri-default = <0xffffffff>;
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | pinctrl-bindings.txt | 4 such as pull-up/down, tri-state, drive-strength etc are designated as pin 15 need to reconfigure pins at run-time, for example to tri-state pins when the
|
A D | nvidia,tegra20-pinmux.txt | 6 the tri-state, mux, pull-up/down, and pad control register sets.
|
/linux/arch/microblaze/boot/dts/ |
A D | system.dts | 253 xlnx,tri-default = <0xffffffff>; 254 xlnx,tri-default-2 = <0xffffffff>;
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | msm8998-clamshell.dtsi | 351 * module is in tri-state (module powered off or not
|
A D | msm8998-mtp.dtsi | 407 * module is in tri-state (module powered off or not
|
A D | msm8998-oneplus-common.dtsi | 211 * module is in tri-state (module powered off or not
|
A D | sc7280-idp.dtsi | 487 * in tri-state (module powered off or not driving the
|
A D | sc7180-idp.dts | 573 * in tri-state (module powered off or not driving the
|
/linux/arch/arm/boot/dts/ |
A D | tegra20-colibri.dtsi | 765 /* Not tri-stating GMI_WR_N on SODIMM pin 93 RDnWR */ 770 line-name = "Not tri-state RDnWR";
|
A D | tegra30-colibri.dtsi | 187 /* Not tri-stating GMI_WR_N on RDnWR SODIMM pin 93 */
|
/linux/drivers/iio/accel/ |
A D | Kconfig | 269 Say yes here to build support for the Domintech low-g tri-axial 427 Say yes here to build support for the mCube MC3230 low-g tri-axial
|
/linux/drivers/input/misc/ |
A D | Kconfig | 387 tristate "Kionix KXTJ9 tri-axis digital accelerometer" 390 Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
|