Lines Matching full:bulk
39 * - ep1-bulk, ep2-bulk, ... address and type are fixed, not direction
40 * - ep1in-bulk, ep2out-iso, ... all three are fixed
43 * Type suffixes are "-bulk", "-iso", or "-int". Numbers are decimal.
72 /* type-restriction: "-iso", "-bulk", or "-int". in ep_matches()
80 /* bulk endpoints handle interrupt transfers, in ep_matches()
93 if ('b' != tmp[1]) /* != "-bulk" */ in ep_matches()
117 /* endpoint maxpacket size is an input parameter, except for bulk in ep_matches()
119 * the usb spec fixes high speed bulk maxpacket at 512 bytes. in ep_matches()
164 /* report (variable) full speed bulk maxpacket */ in ep_matches()
211 * descriptor bEndpointAddress. For bulk endpoints, the wMaxPacket value
243 ep = find_ep(gadget, "ep3-bulk"); in usb_ep_autoconfig()
249 ep = find_ep(gadget, "ep2-bulk"); in usb_ep_autoconfig()
256 ep = find_ep(gadget, "ep3in-bulk"); in usb_ep_autoconfig()
261 ep = find_ep(gadget, "ep1-bulk"); in usb_ep_autoconfig()
267 * First try standard, common configuration: ep1in-bulk, in usb_ep_autoconfig()
268 * ep2out-bulk, ep3in-int to match other udc drivers to avoid in usb_ep_autoconfig()