Searched refs:parm_defs (Results 1 – 1 of 1) sorted by relevance
42 } parm_defs[EMUX_NUM_EFFECTS] = { variable93 if (parm_defs[type].type & PARM_IS_SIGNED) in effect_set_byte()98 if (effect < parm_defs[type].low) in effect_set_byte()99 effect = parm_defs[type].low; in effect_set_byte()100 else if (effect > parm_defs[type].high) in effect_set_byte()101 effect = parm_defs[type].high; in effect_set_byte()115 if (effect < parm_defs[type].low) in effect_set_word()116 effect = parm_defs[type].low; in effect_set_word()117 else if (effect > parm_defs[type].high) in effect_set_word()118 effect = parm_defs[type].high; in effect_set_word()[all …]