Searched refs:PTP_DP_GETDATA (Results 1 – 1 of 1) sorted by relevance
/external/libmtp/src/ |
D | ptp.c | 105 #define PTP_DP_GETDATA 0x0002 /* receiving data */ macro 167 case PTP_DP_GETDATA: in ptp_transaction_new() 367 case PTP_DP_GETDATA: in ptp_transaction() 377 case PTP_DP_GETDATA: { in ptp_transaction() 420 ret=ptp_transaction_new(params, &ptp, PTP_DP_GETDATA, 0, &handler); in ptp_getdeviceinfo() 443 ret=ptp_transaction_new(params, &ptp, PTP_DP_GETDATA, 0, &handler); in ptp_canon_eos_getdeviceinfo() 561 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len); in ptp_getstorageids() 591 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &si, &len); in ptp_getstorageinfo() 628 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &oh, &len); in ptp_getobjecthandles() 712 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &oi, &len); in ptp_getobjectinfo() [all …]
|