Home
last modified time | relevance | path

Searched refs:p_hs_bint (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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; in audio_bind()
/openbmc/linux/drivers/usb/gadget/function/
H A Du_uac2.h43 u8 p_hs_bint; member
H A Df_uac2.c735 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()
1190 hs_epin_desc.bInterval = uac2_opts->p_hs_bint; in afunc_bind()
1191 ss_epin_desc.bInterval = uac2_opts->p_hs_bint; in afunc_bind()
2076 UAC2_ATTRIBUTE(u8, p_hs_bint);
2159 opts->p_hs_bint = UAC2_DEF_PHSBINT; in afunc_alloc_inst()
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uac226 p_hs_bint playback bInterval for HS/SS (1-4: fixed, 0: auto)
/openbmc/linux/Documentation/usb/
H A Dgadget-testing.rst754 p_hs_bint playback bInterval for HS/SS (1-4: fixed, 0: auto)