Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/function/
Df_uac2.c447 static void set_ep_max_packet_size(const struct f_uac2_opts *uac2_opts, in set_ep_max_packet_size() function
673 set_ep_max_packet_size(uac2_opts, &fs_epin_desc, 1000, true); in afunc_bind()
674 set_ep_max_packet_size(uac2_opts, &fs_epout_desc, 1000, false); in afunc_bind()
675 set_ep_max_packet_size(uac2_opts, &hs_epin_desc, 8000, true); in afunc_bind()
676 set_ep_max_packet_size(uac2_opts, &hs_epout_desc, 8000, false); in afunc_bind()