Searched refs:ptp_property_issupported (Results 1 – 3 of 3) sorted by relevance
1810 ptp_property_issupported( current_params, PTP_DPC_BatteryLevel)) { in LIBMTP_Open_Raw_Device()3336 if (!ptp_property_issupported(params, PTP_DPC_MTP_DeviceFriendlyName)) { in LIBMTP_Get_Friendlyname()3369 if (!ptp_property_issupported(params, PTP_DPC_MTP_DeviceFriendlyName)) { in LIBMTP_Set_Friendlyname()3399 if (!ptp_property_issupported(params, PTP_DPC_MTP_SynchronizationPartner)) { in LIBMTP_Get_Syncpartner()3437 if (!ptp_property_issupported(params, PTP_DPC_MTP_SynchronizationPartner)) { in LIBMTP_Set_Syncpartner()3512 !ptp_property_issupported(params, PTP_DPC_BatteryLevel)) { in LIBMTP_Get_Batterylevel()3575 if (!ptp_property_issupported(params, property)) { in get_device_unicode_property()
2535 int ptp_property_issupported (PTPParams* params, uint16_t property);
2673 ptp_property_issupported(PTPParams* params, uint16_t property) in ptp_property_issupported() function