Searched refs:Nparam (Results 1 – 7 of 7) sorted by relevance
/external/libmtp/src/ |
D | ptp.c | 70 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 …]
|
D | libusb-glue.c | 1163 (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()
|
D | ptp-pack.c | 1432 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()
|
D | libusb1-glue.c | 1188 (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()
|
D | libopenusb1-glue.c | 1171 (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()
|
D | ptp.h | 62 uint8_t Nparam; member
|
D | libmtp.c | 9197 ptp.Nparam = n_param;
|