| /linux/drivers/cpuidle/governors/ |
| H A D | menu.c | 26 #define DECAY 8 macro 256 timer_us = div_u64((RESOLUTION * DECAY * NSEC_PER_USEC) / 2 + in menu_select() 259 RESOLUTION * DECAY * NSEC_PER_USEC); in menu_select() 476 new_factor -= new_factor / DECAY; in menu_update() 492 * and the compiler can eliminate this test as long as DECAY > 1. in menu_update() 494 if (DECAY == 1 && unlikely(new_factor == 0)) in menu_update() 520 data->correction_factor[i] = RESOLUTION * DECAY; in menu_enable_device()
|
| /linux/include/uapi/sound/ |
| H A D | asound_fm.h | 40 unsigned char decay; /* 4 bits: decay rate */ member
|
| H A D | sfnt_info.h | 78 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */ 83 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 677 * @old and @new values. @decay represents how large the @old value remains. 678 * With a larger @decay value, the moving average changes slowly, exhibiting 681 #define __calc_avg(old, new, decay) ({ \ argument 682 typeof(decay) thr = 1 << (decay); \ 690 ret = ((old) - ((old) >> (decay))) + ((new) >> (decay)); \
|
| /linux/include/linux/mfd/ |
| H A D | ac100.h | 95 #define AC100_ADC_DAP_L_D_T 0x8a /* Left Decay Time */ 97 #define AC100_ADC_DAP_R_D_T 0x8c /* Right Decay Time */
|
| /linux/sound/pci/asihpi/ |
| H A D | hpifunc.c | 1900 u32 decay) in hpi_compander_set_decay_time_constant() argument 1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay, in hpi_compander_set_decay_time_constant() 1907 u32 *decay) in hpi_compander_get_decay_time_constant() argument 1910 decay, NULL); in hpi_compander_get_decay_time_constant() 2062 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument 2065 attack, decay); in hpi_meter_set_rms_ballistics() 2071 u32 decay; in hpi_meter_get_rms_ballistics() local 2075 &attack, &decay); in hpi_meter_get_rms_ballistics() 2080 *pn_decay = (unsigned short)decay; in hpi_meter_get_rms_ballistics() 2085 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_peak_ballistics() argument [all …]
|
| H A D | hpi.h | 1382 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay); 1384 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay); 1386 u16 hpi_meter_get_peak_ballistics(u32 h_control, u16 *attack, u16 *decay); 1388 u16 hpi_meter_get_rms_ballistics(u32 h_control, u16 *attack, u16 *decay); 1624 u32 decay);
|
| /linux/sound/drivers/opl4/ |
| H A D | opl4_local.h | 95 /* Attack / Decay 1 rate (0x98 to 0xAF) */ 100 /* Decay level / 2 rate (0xB0 to 0xC7) */
|
| /linux/drivers/regulator/ |
| H A D | tps65086-regulator.c | 334 /* Check for decay mode */ in tps65086_of_parse_cb() 335 if (desc->id <= BUCK6 && of_property_read_bool(node, "ti,regulator-decay")) { in tps65086_of_parse_cb() 341 dev_err(config->dev, "Error setting decay\n"); in tps65086_of_parse_cb()
|
| /linux/Documentation/scheduler/ |
| H A D | sched-eevdf.rst | 29 lag to decay over VRT. Hence, long-sleeping tasks eventually have their lag
|
| H A D | schedutil.rst | 102 highest. UTIL_EST filters to instantly increase and only decay on decrease.
|
| /linux/net/dccp/ccids/ |
| H A D | ccid2.h | |
| /linux/kernel/sched/ |
| H A D | pelt.c | 113 * Step 1: decay old *_sum if we crossed period boundaries. in accumulate_sum() 449 * We start to decay with normal context time and then we add the in update_irq_load_avg()
|
| /linux/include/acpi/ |
| H A D | cppc_acpi.h | 39 /* CPPC_AUTO_ACT_WINDOW_MAX_SIG is 127, so 128 and 129 will decay to 127 when writing */
|
| /linux/sound/pci/ice1712/ |
| H A D | wm8776.c | 295 .name = "Limiter Decay Time Capture Enum", 346 .name = "ALC Decay Time Capture Enum",
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_synth.c | 499 /* Set decay phase level */ in snd_opl3_set_voice() 500 reg_val |= voice->decay & OPL3_DECAY_MASK; in snd_opl3_set_voice()
|
| /linux/sound/soc/codecs/ |
| H A D | ml26124.c | 271 {0xb4, 0x03}, /* ALC Decay Time */ 280 {0xc2, 0x05}, /* PL Decay Time */
|
| H A D | wm8974.c | 135 SOC_SINGLE("DAC Playback Limiter Decay", WM8974_DACLIM1, 4, 15, 0), 150 SOC_SINGLE("ALC Capture Decay", WM8974_ALC3, 4, 15, 0),
|
| H A D | wm8940.c | 199 SOC_SINGLE("ALC Capture Decay", WM8940_ALC3, 4, 10, 0), 209 SOC_SINGLE("DAC Playback Limiter Decay", WM8940_DACLIM1, 4, 11, 0),
|
| H A D | tlv320adc3xxx.c | 718 SOC_DOUBLE_R("AGC Decay Time", ADC3XXX_LEFT_CHN_AGC_5, 720 SOC_ENUM("AGC Left Decay Time Multiplier", left_agc_decay_mult_enum), 721 SOC_ENUM("AGC Right Decay Time Multiplier", right_agc_decay_mult_enum),
|
| /linux/sound/synth/emux/ |
| H A D | emux_nrpn.c | 226 /* decay: */
|
| /linux/include/sound/ |
| H A D | opl3.h | 110 * Attack / Decay rate (0x60 to 0x75)
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1_callback.c | 398 /* decay/sustain parameter for volume envelope is used in start_voice()
|
| /linux/sound/isa/sb/ |
| H A D | emu8000_callback.c | 249 /* decay/sustain parameter for volume envelope is used in start_voice()
|
| /linux/drivers/mfd/ |
| H A D | wm8994-regmap.c | 726 { 0x2414, 0x0000 }, /* R9236 - MBC Band 1 Decay (1) */ 727 { 0x2415, 0x0800 }, /* R9237 - MBC Band 1 Decay (2) */ 748 { 0x242A, 0x0000 }, /* R9258 - MBC Band 2 Decay (1) */ 749 { 0x242B, 0x0800 }, /* R9259 - MBC Band 2 Decay (2) */
|