Searched refs:PTP_USB_BULK_REQ_LEN (Results 1 – 9 of 9) sorted by relevance
93 usbreq.length=htod32(PTP_USB_BULK_REQ_LEN- in ptp_usb_sendreq()104 towrite = PTP_USB_BULK_REQ_LEN-(sizeof(uint32_t)*(5-req->Nparam)); in ptp_usb_sendreq()
236 usbreq.length= htod32(PTP_USB_BULK_REQ_LEN- in ums_wrap_sendreq()325 resp->Nparam = (dtoh32(usbresp.length)-PTP_USB_BULK_REQ_LEN)/sizeof(uint32_t); in ums_wrap_getresp()
88 #define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN+5*sizeof(uint32_t)) macro
234 #define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN+5*sizeof(uint32_t)) macro
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()
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()
1266 usbreq.length=htod32(PTP_USB_BULK_REQ_LEN- in ptp_usb_sendreq()1277 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
400 MTP_Handle->ptp.op_container.length = PTP_USB_BULK_REQ_LEN- (sizeof(uint32_t)*(5-req->Nparam)); in USBH_PTP_SendRequest()