Home
last modified time | relevance | path

Searched refs:old_pval (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_main.c1186 int old_pval = *pval; in __mthca_check_profile_val() local
1188 if (old_pval <= 0) in __mthca_check_profile_val()
1191 *pval = roundup_pow_of_two(old_pval); in __mthca_check_profile_val()
1193 if (old_pval != *pval) { in __mthca_check_profile_val()
1195 old_pval, name); in __mthca_check_profile_val()
/linux/sound/usb/
H A Dmixer_quirks.c336 unsigned long old_pval = kcontrol->private_value; in snd_audigy2nx_led_put() local
346 kcontrol->private_value = old_pval; in snd_audigy2nx_led_put()
495 unsigned long old_pval = kcontrol->private_value; in snd_emu0204_ch_switch_put() local
507 kcontrol->private_value = old_pval; in snd_emu0204_ch_switch_put()
1160 unsigned long old_pval = kcontrol->private_value; in snd_nativeinstruments_control_put() local
1161 u8 oldval = (old_pval >> 24) & 0xff; in snd_nativeinstruments_control_put()
1172 kcontrol->private_value = old_pval; in snd_nativeinstruments_control_put()
1330 unsigned long old_pval = list->kctl->private_value; in snd_ftu_eff_switch_put() local
1331 unsigned int pval = old_pval; in snd_ftu_eff_switch_put()
1343 kctl->private_value = old_pval; in snd_ftu_eff_switch_put()
[all …]