Searched refs:set_ep_max_packet_size_bint (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/gadget/function/ |
H A 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 1197 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &fs_epin_desc, in afunc_bind() 1204 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &fs_epout_desc, in afunc_bind() 1211 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &hs_epin_desc, in afunc_bind() 1218 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &hs_epout_desc, in afunc_bind() 1225 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &ss_epin_desc, in afunc_bind() 1232 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &ss_epout_desc, in afunc_bind()
|