Lines Matching defs:decay
1900 u32 decay)
1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay,
1907 u32 *decay)
1910 decay, NULL);
2063 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay)
2066 attack, decay);
2072 u32 decay;
2076 &attack, &decay);
2081 *pn_decay = (unsigned short)decay;
2086 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay)
2089 attack, decay);
2096 u32 decay;
2100 &attack, &decay);
2105 *pn_decay = (short)decay;