Lines Matching refs:LIBMTP_property_t
83 LIBMTP_property_t id; /**< LIBMTP internal type for the property */
101 static int register_property(char const * const description, LIBMTP_property_t const id,
126 static uint16_t map_libmtp_property_to_ptp_property(LIBMTP_property_t inproperty);
127 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t intype);
441 static int register_property(char const * const description, LIBMTP_property_t const id, in register_property()
668 static uint16_t map_libmtp_property_to_ptp_property(LIBMTP_property_t inproperty) in map_libmtp_property_to_ptp_property()
690 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t inproperty) in map_ptp_property_to_libmtp_property()
753 char const * LIBMTP_Get_Property_Description(LIBMTP_property_t inproperty) in LIBMTP_Get_Property_Description()
886 int LIBMTP_Get_Allowed_Property_Values(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Get_Allowed_Property_Values()
1083 int LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, in LIBMTP_Is_Property_Supported()
1122 LIBMTP_property_t const attribute_id) in LIBMTP_Get_String_From_Object()
1137 … LIBMTP_property_t const attribute_id, uint64_t const value_default) in LIBMTP_Get_u64_From_Object()
1152 LIBMTP_property_t const attribute_id, uint32_t const value_default) in LIBMTP_Get_u32_From_Object()
1167 LIBMTP_property_t const attribute_id, uint16_t const value_default) in LIBMTP_Get_u16_From_Object()
1182 LIBMTP_property_t const attribute_id, uint8_t const value_default) in LIBMTP_Get_u8_From_Object()
1197 LIBMTP_property_t const attribute_id, char const * const string) in LIBMTP_Set_Object_String()
1213 LIBMTP_property_t const attribute_id, uint32_t const value) in LIBMTP_Set_Object_u32()
1228 LIBMTP_property_t const attribute_id, uint16_t const value) in LIBMTP_Set_Object_u16()
1243 LIBMTP_property_t const attribute_id, uint8_t const value) in LIBMTP_Set_Object_u8()