Home | History | Annotate | Download | only in src

Lines Matching refs:MTPProperties

927 typedef struct _MTPProperties MTPProperties;
1897 MTPProperties *mtpprops;
2123 uint16_t ptp_mtp_getobjectproplist (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops);
2125 uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops);
2126 uint16_t ptp_mtp_setobjectproplist (PTPParams* params, MTPProperties *props, int nrofprops);
2555 MTPProperties *ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops);
2556 void ptp_destroy_object_prop(MTPProperties *prop);
2557 void ptp_destroy_object_prop_list(MTPProperties *props, int nrofprops);
2558 MTPProperties *ptp_find_object_prop_in_cache(PTPParams *params, uint32_t const handle, uint32_t const attribute_id);