Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_uac2.c978 static void set_ep_max_packet_size(const struct f_uac2_opts *uac2_opts, in set_ep_max_packet_size() function
1095 set_ep_max_packet_size(uac2_opts, &fs_epin_desc, 1000, true); in afunc_bind()
1096 set_ep_max_packet_size(uac2_opts, &fs_epout_desc, 1000, false); in afunc_bind()
1097 set_ep_max_packet_size(uac2_opts, &hs_epin_desc, 8000, true); in afunc_bind()
1098 set_ep_max_packet_size(uac2_opts, &hs_epout_desc, 8000, false); in afunc_bind()