• Home
  • Raw
  • Download

Lines Matching refs:dtoh16a

94 #define dtoh16a(a)	dtoh16ap(params,a)  macro
136 if (dtoh16a(&data[offset+1+2*i])>127) in ptp_unpack_string()
139 loclstr[i] = dtoh16a(&data[offset+1+2*i]); in ptp_unpack_string()
267 (*array)[i]=dtoh16a(&data[offset+(sizeof(uint16_t)*(i+2))]); in ptp_unpack_uint16_t_array()
290 di->StandardVersion = dtoh16a(&data[PTP_di_StandardVersion]); in ptp_unpack_DI()
294 dtoh16a(&data[PTP_di_VendorExtensionVersion]); in ptp_unpack_DI()
300 dtoh16a(&data[PTP_di_FunctionalMode+totallen]); in ptp_unpack_DI()
421 si->StorageType=dtoh16a(&data[PTP_si_StorageType]); in ptp_unpack_SI()
422 si->FilesystemType=dtoh16a(&data[PTP_si_FilesystemType]); in ptp_unpack_SI()
423 si->AccessCapability=dtoh16a(&data[PTP_si_AccessCapability]); in ptp_unpack_SI()
573 oi->ObjectFormat=dtoh16a(&data[PTP_oi_ObjectFormat]); in ptp_unpack_OI()
574 oi->ProtectionStatus=dtoh16a(&data[PTP_oi_ProtectionStatus]); in ptp_unpack_OI()
576 oi->ThumbFormat=dtoh16a(&data[PTP_oi_ThumbFormat]); in ptp_unpack_OI()
584 oi->AssociationType=dtoh16a(&data[PTP_oi_AssociationType]); in ptp_unpack_OI()
640 CTVAL(value->i16,dtoh16a); in ptp_unpack_DPV()
643 CTVAL(value->u16,dtoh16a); in ptp_unpack_DPV()
676 RARR(value,u16,dtoh16a); in ptp_unpack_DPV()
679 RARR(value,i16,dtoh16a); in ptp_unpack_DPV()
723 dpd->DevicePropertyCode=dtoh16a(&data[PTP_dpd_DevicePropertyCode]); in ptp_unpack_DPD()
724 dpd->DataType=dtoh16a(&data[PTP_dpd_DataType]); in ptp_unpack_DPD()
759 N = dtoh16a(&data[offset]); in ptp_unpack_DPD()
802 opd->ObjectPropertyCode=dtoh16a(&data[PTP_opd_ObjectPropertyCode]); in ptp_unpack_OPD()
803 opd->DataType=dtoh16a(&data[PTP_opd_DataType]); in ptp_unpack_OPD()
828 N = dtoh16a(&data[offset]); in ptp_unpack_OPD()
1070 props[i].property = dtoh16a(data); in ptp_unpack_OPL()
1074 props[i].datatype = dtoh16a(data); in ptp_unpack_OPL()
1111 type = dtoh16a(&data[PTP_ec_Type]); in ptp_unpack_EC()
1113 ec->Code=dtoh16a(&data[PTP_ec_Code]); in ptp_unpack_EC()
1152 fe->ObjectFormatCode=dtoh16a(&data[PTP_cfe_ObjectFormatCode]); in ptp_unpack_Canon_FE()
1304 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OA_OFC]); in ptp_unpack_CANON_changes()
1313 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OI_OFC]); in ptp_unpack_CANON_changes()
1379 case PTP_DTC_INT16: XX( i16, dtoh16a ); in ptp_unpack_CANON_changes()
1381 case PTP_DTC_UINT16: XX( u16, dtoh16a ); in ptp_unpack_CANON_changes()
1581 dpd->FactoryDefaultValue.u16 = dtoh16a(data); in ptp_unpack_CANON_changes()
1582 dpd->CurrentValue.u16 = dtoh16a(data); in ptp_unpack_CANON_changes()
1688 *cnt = dtoh16a(&data[PTP_nikon_ec_Length]); in ptp_unpack_Nikon_EC()
1695 (*ec)[i].Code = dtoh16a(&data[PTP_nikon_ec_Code+PTP_nikon_ec_Size*i]); in ptp_unpack_Nikon_EC()
1802 oi->ObjectFormat = dtoh16a(cur + ptp_canon_dir_ofc); in ptp_unpack_canon_directory()