/kernel/linux/linux-5.10/drivers/ras/ |
D | cec.c | 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() 483 struct dentry *d, *pfn, *decay, *count, *array; in create_debugfs_nodes() local 491 decay = debugfs_create_file("decay_interval", S_IRUSR | S_IWUSR, d, in create_debugfs_nodes() 493 if (!decay) { in create_debugfs_nodes()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | tps65086.txt | 28 - ti,regulator-decay : This is applicable for buck[1-6], set this if 29 the output needs to decay, default is for 50 ti,regulator-decay;
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
D | asound_fm.h | 55 unsigned char decay; /* 4 bits: decay rate */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
D | asound_fm.h | 25 unsigned char decay; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
D | asound_fm.h | 38 unsigned char decay; member
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
D | hpi.h | 1395 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay); 1397 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay); 1399 u16 hpi_meter_get_peak_ballistics(u32 h_control, u16 *attack, u16 *decay); 1401 u16 hpi_meter_get_rms_ballistics(u32 h_control, u16 *attack, u16 *decay); 1640 u32 decay);
|
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() 2063 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument 2066 attack, decay); in hpi_meter_set_rms_ballistics() 2072 u32 decay; in hpi_meter_get_rms_ballistics() local 2076 &attack, &decay); in hpi_meter_get_rms_ballistics() 2081 *pn_decay = (unsigned short)decay; in hpi_meter_get_rms_ballistics() 2086 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_peak_ballistics() argument [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
D | vctrl.txt | 28 - min-slew-down-rate : Describes how slowly the regulator voltage will decay
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | smpboot.c | 482 decay (char *str) in decay() function 489 __setup("decay=", decay);
|
/kernel/linux/linux-5.10/Documentation/networking/ |
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
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
D | soundfont.c | 1041 int attack, hold, decay, release; in load_guspatch() local 1047 decay = calc_gus_envelope_time in load_guspatch() 1063 snd_sf_calc_parm_decay(decay); in load_guspatch()
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
D | opl3_synth.c | 502 reg_val |= voice->decay & OPL3_DECAY_MASK; in snd_opl3_set_voice()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
D | cpuidle.rst | 370 sleep length. They both are subject to decay (after a CPU wakeup) every time 385 sleep length. It is subject to decay on every CPU wakeup and it is increased
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | bcache.rst | 492 versions that decay over the past day, hour and 5 minutes; they're also
|
D | kernel-parameters.txt | 4806 [KNL, SMP] Set a decay shift for scheduler thermal 4808 default decay period of other scheduler pelt 4810 sched_thermal_decay_shift will left shift the decay 4813 i.e. with the default pelt decay period of 32 ms 4814 sched_thermal_decay_shift thermal pressure decay pr
|
D | cgroup-v2.rst | 1841 This is an exponential moving average with a decay rate of 1/exp 1842 bound by the sampling interval. The decay rate interval can be
|