Home | History | Annotate | Download | only in src

Lines Matching refs:USB_BULK_WRITE

964 	    result = USB_BULK_WRITE(ptp_usb->handle,ptp_usb->outep,((char*)bytes+usbwritten),towrite-usbwritten,ptp_usb->timeout);
970 fprintf(stderr, "USB_BULK_WRITE: result=%#x\n", result);
1015 result=USB_BULK_WRITE(ptp_usb->handle,ptp_usb->outep,(char *)"x",0,ptp_usb->timeout);