Lines Matching refs:inep
105 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);
1719 int* inep,
1752 *inep=ep[k].bEndpointAddress;
1839 &ptp_usb->inep,