Searched refs:endpoint (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/libusb/wrapper/src/
H A Dtestlibusb.c27 void print_endpoint(struct usb_endpoint_descriptor *endpoint) argument
30 printf(" bEndpointAddress: %02xh\n", endpoint->bEndpointAddress);
31 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes);
32 printf(" wMaxPacketSize: %d\n", endpoint->wMaxPacketSize);
33 printf(" bInterval: %d\n", endpoint->bInterval);
34 printf(" bRefresh: %d\n", endpoint->bRefresh);
35 printf(" bSynchAddress: %d\n", endpoint->bSynchAddress);
36 printf(" extralen: %d\n", endpoint->extralen);
37 dump_data(endpoint->extra, endpoint
[all...]
H A Dusb.h156 struct usb_endpoint_descriptor *endpoint; member in struct:usb_interface_descriptor
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c492 * writes to a bulk endpoint
534 * reads from a bulk endpoint
579 * writes data to an interrupt endpoint
622 * reads data from an interrupt endpoint
662 /* close the endpoint so we stop polling the endpoint now */
826 * cfg and alt switches when the endpoint is opened.
969 * clears a halted endpoint
1023 * the interrupt IN endpoint is closed after the read
1151 * resets the endpoint
[all...]

Completed in 96 milliseconds