Home
last modified time | relevance | path

Searched refs:p_volume_max (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_uac2.h53 s16 p_volume_max; member
H A Du_uac1.h43 s16 p_volume_max; member
H A Df_uac2.c1005 else if (opts->p_volume_max <= opts->p_volume_min) in afunc_validate_opts()
1014 else if ((opts->p_volume_max - opts->p_volume_min) % opts->p_volume_res) in afunc_validate_opts()
1309 agdev->params.p_fu.volume_max = uac2_opts->p_volume_max; in afunc_bind()
1652 max_db = opts->p_volume_max; in in_rq_range()
2087 UAC2_ATTRIBUTE(s16, p_volume_max);
2169 opts->p_volume_max = UAC2_DEF_MAX_DB; in afunc_alloc_inst()
H A Df_uac1.c552 max_db = opts->p_volume_max; in in_rq_max()
1149 if (opts->p_volume_max <= opts->p_volume_min) { in f_audio_validate_opts()
1163 if ((opts->p_volume_max - opts->p_volume_min) % opts->p_volume_res) { in f_audio_validate_opts()
1387 audio->params.p_fu.volume_max = audio_opts->p_volume_max; in f_audio_bind()
1603 UAC1_ATTRIBUTE(s16, p_volume_max);
1677 opts->p_volume_max = UAC1_DEF_MAX_DB; in f_audio_alloc_inst()

Completed in 6 milliseconds