| /linux-6.15/drivers/ras/ |
| H A 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, *dfs; in create_debugfs_nodes() local 497 decay = debugfs_create_file("decay_interval", S_IRUSR | S_IWUSR, d, in create_debugfs_nodes() 499 if (!decay) { in create_debugfs_nodes()
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | ti,tps65086.yaml | 65 ti,regulator-decay: 68 Set this if the output needs to decay, default is for the output 118 ti,regulator-decay;
|
| /linux-6.15/include/uapi/sound/ |
| H A D | asound_fm.h | 40 unsigned char decay; /* 4 bits: decay rate */ member
|
| /linux-6.15/sound/pci/asihpi/ |
| 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);
|
| H A D | hpifunc.c | 1900 u32 decay) in hpi_compander_set_decay_time_constant() argument 1907 u32 *decay) in hpi_compander_get_decay_time_constant() argument 1910 decay, NULL); in hpi_compander_get_decay_time_constant() 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() 2088 attack, decay); in hpi_meter_set_peak_ballistics() 2095 u32 decay; in hpi_meter_get_peak_ballistics() local 2099 &attack, &decay); in hpi_meter_get_peak_ballistics() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | vctrl-regulator.yaml | 34 Describes how slowly the regulator voltage will decay down in the
|
| /linux-6.15/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-6.15/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-6.15/sound/synth/emux/ |
| H A D | soundfont.c | 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()
|
| /linux-6.15/sound/drivers/opl3/ |
| H A D | opl3_synth.c | 500 reg_val |= voice->decay & OPL3_DECAY_MASK; in snd_opl3_set_voice()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | bcache.rst | 492 versions that decay over the past day, hour and 5 minutes; they're also
|
| H A D | kernel-parameters.txt | 6334 [KNL, SMP] Set a decay shift for scheduler thermal 6336 default decay period of other scheduler pelt 6338 sched_thermal_decay_shift will left shift the decay 6341 i.e. with the default pelt decay period of 32 ms 6342 sched_thermal_decay_shift thermal pressure decay pr
|
| H A D | cgroup-v2.rst | 2188 This is an exponential moving average with a decay rate of 1/exp 2189 bound by the sampling interval. The decay rate interval can be
|