Searched refs:p_hs_bint (Results 1 – 5 of 5) sorted by relevance
40 static u8 p_hs_bint = UAC2_DEF_PHSBINT; variable41 module_param(p_hs_bint, byte, 0444);42 MODULE_PARM_DESC(p_hs_bint,290 uac2_opts->p_hs_bint = p_hs_bint; in audio_bind()
43 u8 p_hs_bint; member
735 opts_bint = uac2_opts->p_hs_bint; in set_ep_max_packet_size_bint()1019 else if ((opts->p_hs_bint < 0) || (opts->p_hs_bint > 4)) in afunc_validate_opts()1189 hs_epin_desc.bInterval = uac2_opts->p_hs_bint; in afunc_bind()1190 ss_epin_desc.bInterval = uac2_opts->p_hs_bint; in afunc_bind()2075 UAC2_ATTRIBUTE(u8, p_hs_bint);2158 opts->p_hs_bint = UAC2_DEF_PHSBINT; in afunc_alloc_inst()
26 p_hs_bint playback bInterval for HS/SS (1-4: fixed, 0: auto)
747 p_hs_bint playback bInterval for HS/SS (1-4: fixed, 0: auto)