Searched refs:tristate (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dcheckhelp.pl17 while (/^\s*(bool|tristate|dep_tristate|string|int|hex).*' *(.*)'.*(CONFIG_\w*)/) {
H A DConfigure200 # tristate processes a tristate argument
202 # tristate question define
204 function tristate () {
235 # dep_tristate processes a tristate argument that depends upon
238 # this is a normal tristate. This is used in cases where modules
294 tristate "$ques" "$var"
H A DMenuconfig26 # new bool, tristate and dep_tristate parameters from the defconfig file.
179 # Create a tristate (Yes/No/Module) radiolist function
180 # which calls our local tristate function.
184 function tristate () {
205 # Create a tristate radiolist function which is dependent on
212 # this is a normal tristate. This is used in cases where modules
233 tristate "$ques" "$var"
513 # Handle a tristate (Yes/No/Module) option.
1082 function tristate () {
H A Dheader.tk362 proc tristate {w mnum line text variable } { procedure
368 tristate $w $mnum $line $text $variable
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dlkc_proto.h24 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
25 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
26 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
H A Dexpr.h34 typedef enum tristate { enum
36 } tristate; typedef in typeref:enum:tristate
66 tristate tri;
75 tristate tri;
92 tristate visible;
200 tristate expr_calc_value(struct expr *e);
H A Dsymbol.c102 return "tristate";
127 tristate visible;
140 tristate visible, oldvisible;
306 bool sym_tristate_within_range(struct symbol *sym, tristate val)
331 bool sym_set_tristate_value(struct symbol *sym, tristate val)
333 tristate oldval = sym_get_tristate_value(sym);
359 tristate sym_toggle_tristate_value(struct symbol *sym)
361 tristate oldval, newval;
484 tristate val;
H A Dlkc.h65 static inline tristate sym_get_tristate_value(struct symbol *sym)
H A Dconf.c78 tristate val;
152 val = (tristate)(random() % 3);
206 tristate oldval, newval;
H A Dmenu.c231 tristate visible;
H A Dmconf.c197 tristate val;
H A Dexpr.c906 tristate expr_calc_value(struct expr *e)
908 tristate val1, val2;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dhpt366.c847 byte tristate, resetmask, bus_reg; local
857 tristate = 0x56;
861 tristate = 0x52;
866 pci_read_config_word(hwif->pci_dev, tristate, &tri_reg);
898 pci_write_config_word(hwif->pci_dev, tristate, tri_reg);

Completed in 110 milliseconds