Lines Matching full:descriptor
21 * descriptor and ep companion descriptor
23 * @desc: Endpoint descriptor, with endpoint direction and transfer mode
27 * @ep_comp: Endpoint companion descriptor, with the required
36 * By choosing an endpoint to use with the specified descriptor,
39 * passed later to usb_ep_enable(), along with some descriptor.
41 * That second descriptor won't always be the same as the first one.
53 * descriptor bEndpointAddress. For bulk endpoints, the wMaxPacket value
55 * the bmAttribute field in the ep companion descriptor is
61 * On failure, this returns a null endpoint descriptor.
119 * descriptor
121 * @desc: Endpoint descriptor, with endpoint direction and transfer mode
125 * By choosing an endpoint to use with the specified descriptor, this
128 * usb_ep_enable(), along with some descriptor.
130 * That second descriptor won't always be the same as the first one.
141 * descriptor bEndpointAddress. For bulk endpoints, the wMaxPacket value
143 * that the users must consider adjusting the autoconfigured descriptor.
147 * On failure, this returns a null endpoint descriptor.