Home
last modified time | relevance | path

Searched refs:get_ctl_value (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/usb/
H A Dmixer.c401 static int get_ctl_value(struct usb_mixer_elem_info *cval, int request, in get_ctl_value() function
414 return get_ctl_value(cval, UAC_GET_CUR, validx, value); in get_cur_ctl_value()
421 return get_ctl_value(cval, UAC_GET_CUR, in get_cur_mix_raw()
1223 if (get_ctl_value(cval, UAC_GET_MAX, (cval->control << 8) | minchn, &cval->max) < 0 || in get_min_max_with_quirks()
1224 get_ctl_value(cval, UAC_GET_MIN, (cval->control << 8) | minchn, &cval->min) < 0) { in get_min_max_with_quirks()
1231 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks()
1245 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks()
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer.c406 static int get_ctl_value(struct usb_mixer_elem_info *cval, int request, in get_ctl_value() function
419 return get_ctl_value(cval, UAC_GET_CUR, validx, value); in get_cur_ctl_value()
426 return get_ctl_value(cval, UAC_GET_CUR, in get_cur_mix_raw()
1261 if (get_ctl_value(cval, UAC_GET_MAX, (cval->control << 8) | minchn, &cval->max) < 0 || in get_min_max_with_quirks()
1262 get_ctl_value(cval, UAC_GET_MIN, (cval->control << 8) | minchn, &cval->min) < 0) { in get_min_max_with_quirks()
1269 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks()
1283 if (get_ctl_value(cval, UAC_GET_RES, in get_min_max_with_quirks()

Completed in 10 milliseconds