Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Df_uac2.c450 static void set_ep_max_packet_size(const struct f_uac2_opts *uac2_opts, in set_ep_max_packet_size() function
676 set_ep_max_packet_size(uac2_opts, &fs_epin_desc, 1000, true); in afunc_bind()
677 set_ep_max_packet_size(uac2_opts, &fs_epout_desc, 1000, false); in afunc_bind()
678 set_ep_max_packet_size(uac2_opts, &hs_epin_desc, 8000, true); in afunc_bind()
679 set_ep_max_packet_size(uac2_opts, &hs_epout_desc, 8000, false); in afunc_bind()