Searched refs:PTP_USB_BULK_REQ_LEN (Results 1 – 4 of 4) sorted by relevance
1162 usbreq.length=htod32(PTP_USB_BULK_REQ_LEN- in ptp_usb_sendreq()1173 towrite = PTP_USB_BULK_REQ_LEN-(sizeof(uint32_t)*(5-req->Nparam)); in ptp_usb_sendreq()
1187 usbreq.length=htod32(PTP_USB_BULK_REQ_LEN- in ptp_usb_sendreq()1198 towrite = PTP_USB_BULK_REQ_LEN-(sizeof(uint32_t)*(5-req->Nparam)); in ptp_usb_sendreq()
1170 usbreq.length = htod32(PTP_USB_BULK_REQ_LEN - in ptp_usb_sendreq()1181 towrite = PTP_USB_BULK_REQ_LEN - (sizeof (uint32_t)*(5 - req->Nparam)); in ptp_usb_sendreq()
87 #define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN+5*sizeof(uint32_t)) macro