Searched refs:p_hs_bint (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/usb/gadget/function/
H A Df_uac2.c735 opts_bint = uac2_opts->p_hs_bint;
1022 else if ((opts->p_hs_bint < 0) || (opts->p_hs_bint > 4))
1193 hs_epin_desc.bInterval = uac2_opts->p_hs_bint;
1194 ss_epin_desc.bInterval = uac2_opts->p_hs_bint;
2079 UAC2_ATTRIBUTE(u8, p_hs_bint);
2168 opts->p_hs_bint = UAC2_DEF_PHSBINT;
H A Du_uac2.h48 u8 p_hs_bint; member in struct:f_uac2_opts
/linux-master/drivers/usb/gadget/legacy/
H A Daudio.c40 static u8 p_hs_bint = UAC2_DEF_PHSBINT; variable
41 module_param(p_hs_bint, byte, 0444);
42 MODULE_PARM_DESC(p_hs_bint,
290 uac2_opts->p_hs_bint = p_hs_bint;

Completed in 320 milliseconds