• Home
  • Raw
  • Download

Lines Matching refs:deviceinfo

407 ptp_getdeviceinfo (PTPParams* params, PTPDeviceInfo* deviceinfo)  in ptp_getdeviceinfo()  argument
423 if (ret == PTP_RC_OK) ptp_unpack_DI(params, di, deviceinfo, len); in ptp_getdeviceinfo()
538 ptp_free_DI (&params->deviceinfo); in ptp_free_params()
1504 if ( (params->deviceinfo.VendorExtensionID == PTP_VENDOR_NIKON) && in ptp_check_event()
1525 if ( (params->deviceinfo.VendorExtensionID == PTP_VENDOR_CANON) && in ptp_check_event()
2651 for (;i<params->deviceinfo.OperationsSupported_len;i++) { in ptp_operation_issupported()
2652 if (params->deviceinfo.OperationsSupported[i]==operation) in ptp_operation_issupported()
2664 for (;i<params->deviceinfo.EventsSupported_len;i++) { in ptp_event_issupported()
2665 if (params->deviceinfo.EventsSupported[i]==event) in ptp_event_issupported()
2677 for (i=0;i<params->deviceinfo.DevicePropertiesSupported_len;i++) in ptp_property_issupported()
2678 if (params->deviceinfo.DevicePropertiesSupported[i]==property) in ptp_property_issupported()
3470 if (params->deviceinfo.VendorExtensionID==PTP_VENDOR_MICROSOFT in ptp_get_property_description()
3471 || params->deviceinfo.VendorExtensionID==PTP_VENDOR_MTP) in ptp_get_property_description()
3476 if (params->deviceinfo.VendorExtensionID==PTP_VENDOR_EASTMAN_KODAK) in ptp_get_property_description()
3481 if (params->deviceinfo.VendorExtensionID==PTP_VENDOR_CANON) in ptp_get_property_description()
3486 if (params->deviceinfo.VendorExtensionID==PTP_VENDOR_NIKON) in ptp_get_property_description()
4127 (ptp_value_trans[i].vendor == params->deviceinfo.VendorExtensionID)) in ptp_render_property_value()
4142 (ptp_value_list[i].vendor == params->deviceinfo.VendorExtensionID)) && in ptp_render_property_value()
4148 if (params->deviceinfo.VendorExtensionID==PTP_VENDOR_MICROSOFT in ptp_render_property_value()
4149 || params->deviceinfo.VendorExtensionID==PTP_VENDOR_MTP) { in ptp_render_property_value()
4284 switch (params->deviceinfo.VendorExtensionID) { in ptp_render_ofc()
4418 switch (params->deviceinfo.VendorExtensionID) { in ptp_render_opcode()