Searched refs:noitems (Results 1 – 1 of 1) sorted by relevance
987 uint32_t noitems = 0; in ptp_pack_OPL() local992 while (nrofprops-- && noitems < MAX_MTP_PROPS) { in ptp_pack_OPL()994 packedobjecthandles[noitems]=propitr->ObjectHandle; in ptp_pack_OPL()997 packedpropsids[noitems]=propitr->property; in ptp_pack_OPL()1000 packedpropstypes[noitems]= propitr->datatype; in ptp_pack_OPL()1003 …packedpropslens[noitems] = ptp_pack_DPV (params, &propitr->propval, &packedprops[noitems], propitr… in ptp_pack_OPL()1004 totalsize += packedpropslens[noitems]; in ptp_pack_OPL()1005 noitems ++; in ptp_pack_OPL()1012 htod32a(&opldata[bufp],noitems); in ptp_pack_OPL()1016 for (i = 0; i < noitems; i++) { in ptp_pack_OPL()