Lines Matching full:bulk
36 * - ep1-bulk, ep2-bulk, ... address and type are fixed, not direction
37 * - ep1in-bulk, ep2out-iso, ... all three are fixed
40 * Type suffixes are "-bulk", "-iso", or "-int". Numbers are decimal.
69 /* type-restriction: "-iso", "-bulk", or "-int". in ep_matches()
77 /* bulk endpoints handle interrupt transfers, in ep_matches()
90 if ('b' != tmp[1]) /* != "-bulk" */ in ep_matches()
114 /* endpoint maxpacket size is an input parameter, except for bulk in ep_matches()
116 * the usb spec fixes high speed bulk maxpacket at 512 bytes. in ep_matches()
161 /* report (variable) full speed bulk maxpacket */ in ep_matches()
208 * descriptor bEndpointAddress. For bulk endpoints, the wMaxPacket value
240 ep = find_ep(gadget, "ep3-bulk"); in usb_ep_autoconfig()
246 ep = find_ep(gadget, "ep2-bulk"); in usb_ep_autoconfig()
253 ep = find_ep(gadget, "ep3in-bulk"); in usb_ep_autoconfig()
258 ep = find_ep(gadget, "ep1-bulk"); in usb_ep_autoconfig()
264 * First try standard, common configuration: ep1in-bulk, in usb_ep_autoconfig()
265 * ep2out-bulk, ep3in-int to match other udc drivers to avoid in usb_ep_autoconfig()