Searched refs:set_ep_max_packet_size_bint (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/usb/gadget/function/ |
D | f_uac2.c | 715 static int set_ep_max_packet_size_bint(struct device *dev, const struct f_uac2_opts *uac2_opts, in set_ep_max_packet_size_bint() function 1195 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &fs_epin_desc, in afunc_bind() 1202 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &fs_epout_desc, in afunc_bind() 1209 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &hs_epin_desc, in afunc_bind() 1216 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &hs_epout_desc, in afunc_bind() 1223 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &ss_epin_desc, in afunc_bind() 1230 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &ss_epout_desc, in afunc_bind()
|