Searched refs:tristate (Results 1 – 25 of 154) sorted by relevance
1234567
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | confdata.c | 776 FILE *out, *tristate, *out_h; in conf_write_autoconf() local 790 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf() 791 if (!tristate) { in conf_write_autoconf() 799 fclose(tristate); in conf_write_autoconf() 808 fprintf(tristate, "#\n" in conf_write_autoconf() 835 fprintf(tristate, "%s%s=M\n", in conf_write_autoconf() 842 fprintf(tristate,"%s%s=Y\n", in conf_write_autoconf() 871 fclose(tristate); in conf_write_autoconf() 1008 sym->def[S_DEF_USER].tri = (tristate)(rand() % cnt); in conf_set_all_new_symbols()
|
| H A D | expr.h | 25 typedef enum tristate { enum 27 } tristate; typedef 52 tristate tri; 57 tristate tri; 79 tristate visible; 195 tristate expr_calc_value(struct expr *e);
|
| H A D | symbol.c | 35 tristate modules_val; 192 tristate tri; in sym_calc_visibility() 456 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 475 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 477 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 511 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value() 513 tristate oldval, newval; in sym_toggle_tristate_value() 680 tristate val; in sym_get_string_default() 744 tristate val; in sym_get_string_value()
|
| H A D | lkc_proto.h | 38 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri)); 39 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri)); 40 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
|
| H A D | zconf.hash.c_shipped | 112 char kconf_id_strings_str28[sizeof("tristate")]; 147 "tristate",
|
| H A D | qconf.cc | 121 tristate expr; in updateMenu() 484 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 488 tristate oldval; in setValue()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ |
| H A D | Kconfig | 2 tristate "MsOS" 6 tristate "Interrupt spi mode"
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | Kconfig | 3 tristate "JPEG_EX"
|
| /utopia/UTPA2-700.0.x/modules/miu/drv/miu/ |
| H A D | Kconfig | 3 tristate "MIU"
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/gop/ |
| H A D | Kconfig | 3 tristate "GOP"
|
| /utopia/UTPA2-700.0.x/modules/ve/drv/ve/ |
| H A D | Kconfig | 3 tristate "VE"
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/ |
| H A D | Kconfig | 3 tristate "TSP3"
|
| /utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx2/ |
| H A D | Kconfig | 3 tristate "HDMITX2"
|
| /utopia/UTPA2-700.0.x/modules/njpd/drv/njpd_ex/ |
| H A D | Kconfig | 3 tristate "NJPD_EX"
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/drv/mvd_ex/ |
| H A D | Kconfig | 3 tristate "MVD_EX"
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/ |
| H A D | Kconfig | 3 tristate "HDMITX"
|
| /utopia/UTPA2-700.0.x/modules/audio/drv/audio/ |
| H A D | Kconfig | 3 tristate "AUDIO"
|
| /utopia/UTPA2-700.0.x/modules/rtc/drv/rtc/ |
| H A D | Kconfig | 3 tristate "RTC"
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/hdcp/ |
| H A D | Kconfig | 3 tristate "HDCP"
|
| /utopia/UTPA2-700.0.x/modules/bdma/drv/bdma/ |
| H A D | Kconfig | 3 tristate "BDMA"
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gopsc/ |
| H A D | Kconfig | 3 tristate "GOPSC"
|
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | Kconfig | 3 tristate "HSL"
|
| /utopia/UTPA2-700.0.x/modules/demodulator/drv/dvb_extdemod/ |
| H A D | Kconfig | 3 tristate "MSB1233"
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | Kconfig | 3 tristate "MFE_EX"
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/mmfi/ |
| H A D | Kconfig | 3 tristate "MMFI"
|
1234567