Home | History | Annotate | Download | only in libusb

Lines Matching full:endpoint

60  * example, when reading data from a endpoint:
64 * or when writing data to an endpoint:
73 * to read data on a bulk or interrupt endpoint and wait for data to arrive.
174 * constraints on packet size defined by endpoint descriptors. The host must
175 * not send data payloads larger than the endpoint's maximum packet size.
184 * When requesting data on a bulk endpoint, libusb requires you to supply a
206 * multiple of the endpoint's packet size: the final packet will either
333 * your application may submit a request for data on an IN endpoint which is
400 * by the bInterval value of the endpoint descriptor.
407 * To perform I/O to an isochronous endpoint, allocate the transfer by calling
416 * that you might not even use the transfer on an isochronous endpoint.
421 * packet length is determined by the wMaxPacketSize field in the endpoint
426 * packet size for an isochronous endpoint. Note that the maximum packet
1302 * use it on a non-isochronous endpoint. If you do this, ensure that at time