/linux/drivers/ras/ |
H A D | cec.c | 39 * If, after decay, an element gets inserted again, its generation is set to 11b 67 * We use DECAY_BITS bits of PAGE_SHIFT bits for counting decay, i.e., how long 90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK) macro 139 * Decrement decay value. We're using DECAY_BITS bits to denote decay of an 147 u8 decay = DECAY(ca->array[i]); in do_spring_cleaning() local 149 if (!decay) in do_spring_cleaning() 152 decay--; in do_spring_cleaning() 155 ca->array[i] |= (decay << COUNT_BITS); in do_spring_cleaning() 459 i, this, bins[DECAY(ca->array[i])], COUNT(ca->array[i])); in array_show() 469 seq_printf(m, "Decay interval: %lld seconds\n", decay_interval); in array_show() [all …]
|
/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/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/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/Documentation/networking/ |
H A D | xfrm_sync.rst | 19 ensure proper decay of SAs) and replay counters to avoid replay attacks 34 machine is known ahead of time since the decay of the time countdown
|
/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/sound/synth/emux/ |
H A D | emux_effect.c | 46 {PARM_BYTE_LO, 1, 0x7f, parm_offset(moddcysus), 0}, /* env1 decay */ 55 {PARM_BYTE_LO, 1, 0x7f, parm_offset(voldcysus), 0}, /* env2 decay */
|
H A D | soundfont.c | 626 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0. 901 /* attack & decay/release time table (msec) */ 956 /* decay/release time: search from time table */ 1092 int attack, hold, decay, release; in load_guspatch() local 1098 decay = calc_gus_envelope_time in load_guspatch() 1114 snd_sf_calc_parm_decay(decay); in load_guspatch()
|
H A D | emux_nrpn.c | 226 /* decay: */
|
/linux/net/dccp/ccids/ |
H A D | ccid2.h | 48 * @tx_rtt_seq: to decay RTTVAR at most once per flight
|
/linux/kernel/sched/ |
H A D | pelt.c | 112 * Step 1: decay old *_sum if we crossed period boundaries. in accumulate_sum() 448 * We start to decay with normal context time and then we add the in update_irq_load_avg()
|
/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 | wm8510.c | 143 SOC_SINGLE("DAC Playback Limiter Decay", WM8510_DACLIM1, 4, 15, 0), 158 SOC_SINGLE("ALC Capture Decay", WM8510_ALC3, 4, 15, 0),
|
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 | nau8810.c | 305 SOC_SINGLE("DAC Limiter Decay", NAU8810_REG_DACLIM1, 327 SOC_SINGLE("ALC Decay", NAU8810_REG_ALC3,
|
/linux/drivers/md/ |
H A D | raid1-10.c | 175 * Used by fix_read_error() to decay the per rdev read_errors.
|
/linux/include/sound/ |
H A D | opl3.h | 110 * Attack / Decay rate (0x60 to 0x75)
|