Home
last modified time | relevance | path

Searched refs:PTP_USB_BULK_REQ_LEN (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A Dusb.c93 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()
H A Dolympus-wrap.c236 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()
H A Dptp.h88 #define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN+5*sizeof(uint32_t)) macro
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/MTP/Inc/
H A Dusbh_mtp_ptp.h234 #define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN+5*sizeof(uint32_t)) macro
/dports/multimedia/libmtp/libmtp-1.1.18/src/
H A Dlibusb-glue.c1162 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()
H A Dlibopenusb1-glue.c1170 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()
H A Dlibusb1-glue.c1266 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()
H A Dptp.h87 #define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN+5*sizeof(uint32_t)) macro
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/MTP/Src/
H A Dusbh_mtp_ptp.c400 MTP_Handle->ptp.op_container.length = PTP_USB_BULK_REQ_LEN- (sizeof(uint32_t)*(5-req->Nparam)); in USBH_PTP_SendRequest()