OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 40 milliseconds