Home | History | Annotate | Download | only in src

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,
668 static uint16_t map_libmtp_property_to_ptp_property(LIBMTP_property_t inproperty)
690 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t inproperty)
753 char const * LIBMTP_Get_Property_Description(LIBMTP_property_t inproperty)
886 int LIBMTP_Get_Allowed_Property_Values(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property,
1083 int LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property,
1122 LIBMTP_property_t const attribute_id)
1137 LIBMTP_property_t const attribute_id, uint64_t const value_default)
1152 LIBMTP_property_t const attribute_id, uint32_t const value_default)
1167 LIBMTP_property_t const attribute_id, uint16_t const value_default)
1182 LIBMTP_property_t const attribute_id, uint8_t const value_default)
1197 LIBMTP_property_t const attribute_id, char const * const string)
1213 LIBMTP_property_t const attribute_id, uint32_t const value)
1228 LIBMTP_property_t const attribute_id, uint16_t const value)
1243 LIBMTP_property_t const attribute_id, uint8_t const value)