/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 24 tristate "Processor Clocking Control interface driver" 38 tristate "ACPI Processor P-States driver" 66 tristate "SFI Performance-States driver" 76 tristate "AMD Elan SC400 and SC410" 91 tristate "AMD Elan SC520" 102 tristate "AMD Mobile K6-2/K6-3 PowerNow!" 113 tristate "AMD Mobile Athlon/Duron PowerNow!" 130 tristate "AMD Opteron/Athlon64 PowerNow!" 142 tristate "AMD frequency sensitivity feedback powersave bias" 159 tristate "Cyri [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | expr.h | 27 typedef enum tristate { enum 29 } tristate; typedef 56 tristate tri; 61 tristate tri; 107 * An upper bound on the tristate value the user can set for the symbol 108 * if it is a boolean or tristate. Calculated from prompt dependencies, 114 tristate visible; 304 tristate expr_calc_value(struct expr *e); 316 tristate pr_type, const char *title);
|
H A D | lkc_proto.h | 25 bool sym_tristate_within_range(struct symbol *sym,tristate tri); 26 bool sym_set_tristate_value(struct symbol *sym,tristate tri); 27 tristate sym_toggle_tristate_value(struct symbol *sym);
|
H A D | symbol.c | 40 static tristate modules_val; 61 return "tristate"; in sym_type_name() 179 tristate tri; in sym_calc_visibility() 296 /* no choice? reset tristate value */ in sym_calc_choice() 478 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 497 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 499 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 533 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value() 535 tristate oldval, newval; in sym_toggle_tristate_value() 692 * For tristate symbo [all...] |
H A D | streamline_config.pl | 223 } elsif ($state eq "DEP" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) { 241 } elsif ($state ne "NONE" && /^\s*(tristate\s+\S|prompt\b)/) {
|
H A D | lkc.h | 133 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | expr.h | 27 typedef enum tristate { enum 29 } tristate; typedef 56 tristate tri; 61 tristate tri; 107 * An upper bound on the tristate value the user can set for the symbol 108 * if it is a boolean or tristate. Calculated from prompt dependencies, 114 tristate visible; 297 tristate expr_calc_value(struct expr *e); 309 tristate pr_type, const char *title);
|
H 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); 28 tristate sym_toggle_tristate_value(struct symbol *sym);
|
H A D | symbol.c | 39 static tristate modules_val; 60 return "tristate"; in sym_type_name() 178 tristate tri; in sym_calc_visibility() 295 /* no choice? reset tristate value */ in sym_calc_choice() 477 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 496 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 498 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 532 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value() 534 tristate oldval, newval; in sym_toggle_tristate_value() 691 * For tristate symbo [all...] |
H A D | streamline_config.pl | 223 } elsif ($state eq "DEP" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) { 241 } elsif ($state ne "NONE" && /^\s*(tristate\s+\S|prompt\b)/) {
|
H A D | lkc.h | 116 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
H A D | conf.c | 180 int pty = 33; /* probability of tristate = y */ in conf_set_all_new_symbols() 181 int ptm = 33; /* probability of tristate = m */ in conf_set_all_new_symbols() 304 static void conf_rewrite_tristates(tristate old_val, tristate new_val) in conf_rewrite_tristates() 385 tristate oldval, newval; in conf_sym()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 24 tristate "Processor Clocking Control interface driver" 72 tristate "selftest for AMD Processor P-State driver" 87 tristate "ACPI Processor P-States driver" 115 tristate "AMD Elan SC400 and SC410" 130 tristate "AMD Elan SC520" 141 tristate "AMD Mobile K6-2/K6-3 PowerNow!" 152 tristate "AMD Mobile Athlon/Duron PowerNow!" 169 tristate "AMD Opteron/Athlon64 PowerNow!" 181 tristate "AMD frequency sensitivity feedback powersave bias" 198 tristate "Cyri [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | adau7118.c | 208 static int adau7118_set_tristate(struct snd_soc_dai *dai, int tristate) in adau7118_set_tristate() argument 214 dev_dbg(st->dev, "Set tristate, %d\n", tristate); in adau7118_set_tristate() 219 ADAU7118_TRISTATE(tristate)); in adau7118_set_tristate()
|
H A D | cs35l32.c | 172 static int cs35l32_set_tristate(struct snd_soc_dai *dai, int tristate) in cs35l32_set_tristate() argument 177 CS35L32_SDOUT_3ST, tristate << 3); in cs35l32_set_tristate()
|
H A D | adau1977.c | 729 static int adau1977_set_tristate(struct snd_soc_dai *dai, int tristate) in adau1977_set_tristate() argument 734 if (tristate) in adau1977_set_tristate()
|
H A D | wm8961.c | 688 static int wm8961_set_tristate(struct snd_soc_dai *dai, int tristate) in wm8961_set_tristate() argument 693 if (tristate) in wm8961_set_tristate()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | adau7118.c | 208 static int adau7118_set_tristate(struct snd_soc_dai *dai, int tristate) in adau7118_set_tristate() argument 214 dev_dbg(st->dev, "Set tristate, %d\n", tristate); in adau7118_set_tristate() 219 ADAU7118_TRISTATE(tristate)); in adau7118_set_tristate()
|
H A D | cs35l32.c | 173 static int cs35l32_set_tristate(struct snd_soc_dai *dai, int tristate) in cs35l32_set_tristate() argument 178 CS35L32_SDOUT_3ST, tristate << 3); in cs35l32_set_tristate()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc-dai.h | 135 int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate); 240 int (*set_tristate)(struct snd_soc_dai *dai, int tristate);
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-zynq.c | 1049 u32 tristate = 0; in zynq_pinconf_cfg_set() local 1068 tristate = ZYNQ_PINCONF_TRISTATE; in zynq_pinconf_cfg_set() 1105 if (tristate || pullup) { in zynq_pinconf_cfg_set() 1107 reg |= tristate | pullup; in zynq_pinconf_cfg_set()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-zynq.c | 1051 u32 tristate = 0; in zynq_pinconf_cfg_set() local 1070 tristate = ZYNQ_PINCONF_TRISTATE; in zynq_pinconf_cfg_set() 1108 if (tristate || pullup) { in zynq_pinconf_cfg_set() 1110 reg |= tristate | pullup; in zynq_pinconf_cfg_set()
|
/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | ad5592r-base.c | 199 u8 pulldown = 0, tristate = 0, dac = 0, adc = 0; in ad5592r_set_channel_modes() local 226 tristate |= BIT(i); in ad5592r_set_channel_modes() 253 ret = ops->reg_write(st, AD5592R_REG_TRISTATE, tristate); in ad5592r_set_channel_modes()
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5592r-base.c | 203 u8 pulldown = 0, tristate = 0, dac = 0, adc = 0; in ad5592r_set_channel_modes() local 230 tristate |= BIT(i); in ad5592r_set_channel_modes() 257 ret = ops->reg_write(st, AD5592R_REG_TRISTATE, tristate); in ad5592r_set_channel_modes()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc-dai.h | 194 int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate); 313 int (*set_tristate)(struct snd_soc_dai *dai, int tristate);
|