Lines Matching defs:attack
1886 u32 attack)
1888 return hpi_control_param_set(h_control, HPI_COMPANDER_ATTACK, attack,
1893 u32 *attack)
1896 index, attack, NULL);
2063 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay)
2066 attack, decay);
2071 u32 attack;
2076 &attack, &decay);
2079 *pn_attack = (unsigned short)attack;
2086 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay)
2089 attack, decay);
2095 u32 attack;
2100 &attack, &decay);
2103 *pn_attack = (short)attack;