Searched refs:PTP_USB_BULK_REQ_LEN (Results 1 – 2 of 2) sorted by relevance
1135 usbreq.length=htod32(PTP_USB_BULK_REQ_LEN- in ptp_usb_sendreq()1146 towrite = PTP_USB_BULK_REQ_LEN-(sizeof(uint32_t)*(5-req->Nparam)); in ptp_usb_sendreq()
83 #define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN+5*sizeof(uint32_t)) macro