Lines Matching refs:MTPProperties
3740 ptp_mtp_getobjectproplist (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprop… in ptp_mtp_getobjectproplist()
3759 ptp_mtp_getobjectproplist_single (PTPParams* params, uint32_t handle, MTPProperties **props, int *n… in ptp_mtp_getobjectproplist_single()
3779 uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops) in ptp_mtp_sendobjectproplist()
3802 ptp_mtp_setobjectproplist (PTPParams* params, MTPProperties *props, int nrofprops) in ptp_mtp_setobjectproplist()
6455 MTPProperties *
6456 ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops) in ptp_get_new_object_prop_entry()
6458 MTPProperties *newprops; in ptp_get_new_object_prop_entry()
6459 MTPProperties *prop; in ptp_get_new_object_prop_entry()
6461 newprops = realloc(*props,sizeof(MTPProperties)*(*nrofprops+1)); in ptp_get_new_object_prop_entry()
6476 ptp_destroy_object_prop(MTPProperties *prop) in ptp_destroy_object_prop()
6492 ptp_destroy_object_prop_list(MTPProperties *props, int nrofprops) in ptp_destroy_object_prop_list()
6495 MTPProperties *prop = props; in ptp_destroy_object_prop_list()
6506 MTPProperties *
6510 MTPProperties *prop; in ptp_find_object_prop_in_cache()
6707 MTPProperties *props = NULL; in ptp_object_want()
6730 MTPProperties *prop = ob->mtpprops; in ptp_object_want()
6788 MTPProperties *xpl; in ptp_object_want()