Searched refs:p_hs_bint (Results 1 – 3 of 3) 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()
48 u8 p_hs_bint; member
722 opts_bint = uac2_opts->p_hs_bint; in set_ep_max_packet_size_bint()1009 else if ((opts->p_hs_bint < 0) || (opts->p_hs_bint > 4)) in afunc_validate_opts()1200 hs_epin_desc.bInterval = uac2_opts->p_hs_bint; in afunc_bind()1201 ss_epin_desc.bInterval = uac2_opts->p_hs_bint; in afunc_bind()2089 UAC2_ATTRIBUTE(u8, p_hs_bint);2205 opts->p_hs_bint = UAC2_DEF_PHSBINT; in afunc_alloc_inst()
Completed in 9 milliseconds