Home
last modified time | relevance | path

Searched refs:Nparam (Results 1 – 7 of 7) sorted by relevance

/external/libmtp/src/
Dptp.c70 ptp->Nparam = n_param; in ptp_init_container()
983 ptp.Nparam=n_param; in ptp_generic_no_data()
1282 if (ptp.Nparam >= 1) in ptp_getnumobjects()
1304 if ((ptp.Nparam >= 1) && ((ptp.Param1 & 0x7000) == 0x2000)) in ptp_canon_eos_bulbstart()
1328 if (ptp.Nparam >= 1) in ptp_canon_eos_capture()
1348 if ((ptp.Nparam >= 1) && ((ptp.Param1 & 0x7000) == 0x2000)) in ptp_canon_eos_bulbend()
2029 if (ptp.Nparam > 0) in ptp_canon_gettreeinfo()
2194 …params=0x%X, code=0x%X, trans_id=0x%X, p1=0x%X, p2=0x%X, p3=0x%X", event.Nparam,event.Code,event.T… in ptp_check_event_queue()
2270 …params=0x%X, code=0x%X, trans_id=0x%X, p1=0x%X, p2=0x%X, p3=0x%X", event.Nparam,event.Code,event.T… in ptp_check_event()
2290 …params=0x%X, code=0x%X, trans_id=0x%X, p1=0x%X, p2=0x%X, p3=0x%X", event.Nparam,event.Code,event.T… in ptp_wait_event()
[all …]
Dlibusb-glue.c1163 (sizeof(uint32_t)*(5-req->Nparam))); in ptp_usb_sendreq()
1173 towrite = PTP_USB_BULK_REQ_LEN-(sizeof(uint32_t)*(5-req->Nparam)); in ptp_usb_sendreq()
Dptp-pack.c1432 ec->Nparam=1; in ptp_unpack_EC()
1436 ec->Nparam=2; in ptp_unpack_EC()
1440 ec->Nparam=3; in ptp_unpack_EC()
2644 (*ec)[i].Nparam = 1; in ptp_unpack_Nikon_EC()
Dlibusb1-glue.c1188 (sizeof(uint32_t)*(5-req->Nparam))); in ptp_usb_sendreq()
1198 towrite = PTP_USB_BULK_REQ_LEN-(sizeof(uint32_t)*(5-req->Nparam)); in ptp_usb_sendreq()
Dlibopenusb1-glue.c1171 (sizeof (uint32_t)*(5 - req->Nparam))); in ptp_usb_sendreq()
1181 towrite = PTP_USB_BULK_REQ_LEN - (sizeof (uint32_t)*(5 - req->Nparam)); in ptp_usb_sendreq()
Dptp.h62 uint8_t Nparam; member
Dlibmtp.c9197 ptp.Nparam = n_param;