Searched refs:decay (Results 1 - 23 of 23) sorted by relevance

/linux-4.1.27/lib/
H A Daverage.c20 * The factor for scaling up and the exponential weight (or decay rate) have to
31 * @weight: Exponential weight, or decay rate. This defines how fast the
/linux-4.1.27/include/uapi/sound/
H A Dasound_fm.h54 unsigned char decay; /* 4 bits: decay rate */ member in struct:snd_dm_fm_voice
H A Dsfnt_info.h92 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */
97 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
/linux-4.1.27/sound/synth/emux/
H A Demux_effect.c60 {PARM_BYTE_LO, 1, 0x7f, parm_offset(moddcysus), 0}, /* env1 decay */
69 {PARM_BYTE_LO, 1, 0x7f, parm_offset(voldcysus), 0}, /* env2 decay */
H A Dsoundfont.c632 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0.
870 /* attack & decay/release time table (msec) */
925 /* decay/release time: search from time table */
1052 int attack, hold, decay, release; load_guspatch() local
1058 decay = calc_gus_envelope_time load_guspatch()
1074 snd_sf_calc_parm_decay(decay); load_guspatch()
H A Demux_nrpn.c239 /* decay: */ gs_decay()
/linux-4.1.27/sound/pci/asihpi/
H A Dhpifunc.c1899 u32 decay) hpi_compander_set_decay_time_constant()
1901 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay, hpi_compander_set_decay_time_constant()
1906 u32 *decay) hpi_compander_get_decay_time_constant()
1909 decay, NULL); hpi_compander_get_decay_time_constant()
2062 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) hpi_meter_set_rms_ballistics() argument
2065 attack, decay); hpi_meter_set_rms_ballistics()
2071 u32 decay; hpi_meter_get_rms_ballistics() local
2075 &attack, &decay); hpi_meter_get_rms_ballistics()
2080 *pn_decay = (unsigned short)decay; hpi_meter_get_rms_ballistics()
2085 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) hpi_meter_set_peak_ballistics() argument
2088 attack, decay); hpi_meter_set_peak_ballistics()
2095 u32 decay; hpi_meter_get_peak_ballistics() local
2099 &attack, &decay); hpi_meter_get_peak_ballistics()
2104 *pn_decay = (short)decay; hpi_meter_get_peak_ballistics()
1898 hpi_compander_set_decay_time_constant(u32 h_control, unsigned int index, u32 decay) hpi_compander_set_decay_time_constant() argument
1905 hpi_compander_get_decay_time_constant(u32 h_control, unsigned int index, u32 *decay) hpi_compander_get_decay_time_constant() argument
H A Dhpi.h1406 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay);
1408 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay);
1410 u16 hpi_meter_get_peak_ballistics(u32 h_control, u16 *attack, u16 *decay);
1412 u16 hpi_meter_get_rms_ballistics(u32 h_control, u16 *attack, u16 *decay);
1651 u32 decay);
/linux-4.1.27/net/dccp/ccids/
H A Dccid2.h61 * @tx_rtt_seq: to decay RTTVAR at most once per flight
/linux-4.1.27/arch/ia64/kernel/
H A Dsmpboot.c495 decay (char *str) decay() function
502 __setup("decay=", decay);
/linux-4.1.27/sound/drivers/opl3/
H A Dopl3_synth.c509 /* Set decay phase level */ snd_opl3_set_voice()
510 reg_val |= voice->decay & OPL3_DECAY_MASK; snd_opl3_set_voice()
/linux-4.1.27/sound/isa/sb/
H A Demu8000_callback.c262 /* decay/sustain parameter for volume envelope is used start_voice()
H A Demu8000_pcm.c300 /* decay/sustain parameter for volume envelope is used setup_voice()
/linux-4.1.27/sound/pci/emu10k1/
H A Demu10k1_callback.c377 /* decay/sustain parameter for volume envelope is used start_voice()
/linux-4.1.27/tools/perf/ui/
H A Dbrowser.c335 * after an output_resort and hist decay.
/linux-4.1.27/include/sound/
H A Demu10k1.h487 #define DCYSUSV 0x12 /* Volume envelope sustain and decay register */
493 #define DCYSUSV_DECAYTIME_MASK 0x0000007f /* Volume envelope decay time, log encoded */
510 #define DCYSUSM 0x16 /* Modulation envelope decay and sustain register */
513 #define DCYSUSM_DECAYTIME_MASK 0x0000007f /* Envelope decay time, log encoded */
/linux-4.1.27/kernel/sched/
H A Dproc.c437 * would be when CPU is idle and so we just decay the old load without
H A Dfair.c2603 /* Synchronize an entity's decay with its parenting cfs_rq.*/ __synchronize_entity_decay()
2850 * migration we use a negative decay count to track the remote decays enqueue_entity_load_avg()
2893 * transitioning to a blocked state we track its projected decay using
4390 * Rough decay (wiping) for cost saving, don't worry record_wakee()
4922 * to blocked load iff they have a positive decay-count. It can never migrate_task_rq_fair()
4923 * be negative here since on-rq tasks have decay-count == 0. migrate_task_rq_fair()
5305 * The weight average is an exponential decay average of the instantaneous
8041 * decay. task_move_group_fair()
/linux-4.1.27/tools/perf/util/
H A Dhist.c223 /* XXX need decay for weight too? */ he_stat__decay()
/linux-4.1.27/include/net/sctp/
H A Dstructs.h749 * should decay if the address is not used for a long enough time
/linux-4.1.27/include/linux/
H A Dsched.h1636 * in faults_memory and faults_cpu decay and these values are copied.
/linux-4.1.27/drivers/md/
H A Draid10.c2285 * Used by fix_read_error() to decay the per rdev read_errors.
/linux-4.1.27/kernel/events/
H A Dcore.c275 /* decay the counter by 1 average sample */ perf_sample_event_took()

Completed in 1200 milliseconds