Searched refs:set_ep_max_packet_size (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_uac2.c | 978 static void set_ep_max_packet_size(const struct f_uac2_opts *uac2_opts, set_ep_max_packet_size() function 1097 set_ep_max_packet_size(uac2_opts, &fs_epin_desc, 1000, true); afunc_bind() 1098 set_ep_max_packet_size(uac2_opts, &fs_epout_desc, 1000, false); afunc_bind() 1099 set_ep_max_packet_size(uac2_opts, &hs_epin_desc, 8000, true); afunc_bind() 1100 set_ep_max_packet_size(uac2_opts, &hs_epout_desc, 8000, false); afunc_bind()
|
Completed in 64 milliseconds