HomeSort by relevance Sort by last modified time
    Searched refs:outep_maxpacket (Results 1 - 2 of 2) sorted by null

  /external/libmtp/src/
libusb-glue.h 57 int outep_maxpacket; member in struct:_PTP_USB
libusb-glue.c 108 int* outep_maxpacket,
715 printf(" OUT endpoint maxpacket: %d bytes\n", ptp_usb->outep_maxpacket);
915 curread % ptp_usb->outep_maxpacket == 0) {
956 if (towrite > ptp_usb->outep_maxpacket && towrite % ptp_usb->outep_maxpacket != 0) {
957 towrite -= towrite % ptp_usb->outep_maxpacket;
    [all...]

Completed in 578 milliseconds