Home | History | Annotate | Download | only in src

Lines Matching refs:MTPProperties

976 ptp_pack_OPL (PTPParams *params, MTPProperties *props, int nrofprops, unsigned char** opldataptr)
979 MTPProperties *propitr;
1035 const MTPProperties *px = x;
1036 const MTPProperties *py = y;
1042 ptp_unpack_OPL (PTPParams *params, unsigned char* data, MTPProperties **pprops, unsigned int len)
1045 MTPProperties *props = NULL;
1055 props = malloc(prop_count * sizeof(MTPProperties));
1062 qsort (props, i, sizeof(MTPProperties),_compare_func);
1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func);