Searched defs:inep (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/src/
H A Dlibusb-glue.h54 int inep; member in struct:_PTP_USB
H A Dlibusb-glue.c105 int* inep,
854 result = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, (char*)bytes, toread, ptp_usb->timeout);
923 zeroresult = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, &temp, 0, ptp_usb->timeout);
1394 result = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, &byte, 1, ptp_usb->timeout);
1405 zeroresult = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, &zerobyte, 0, ptp_usb->timeout);
1638 /* check the inep status */
1640 ret = usb_get_endpoint_status(ptp_usb,ptp_usb->inep,&status);
1642 perror ("inep: usb_get_endpoint_status()");
1645 ret = usb_clear_stall_feature(ptp_usb,ptp_usb->inep);
1671 ret = usb_clear_halt(ptp_usb->handle,ptp_usb->inep);
1717 find_interface_and_endpoints(struct usb_device *dev, uint8_t *interface, int* inep, int* inep_maxpacket, int* outep, int *outep_maxpacket, int* intep) argument
[all...]

Completed in 25 milliseconds