Searched refs:noitems (Results 1 – 1 of 1) sorted by relevance
1284 uint32_t noitems = 0; in ptp_pack_OPL() local1289 while (nrofprops-- && noitems < MAX_MTP_PROPS) { in ptp_pack_OPL()1291 packedobjecthandles[noitems]=propitr->ObjectHandle; in ptp_pack_OPL()1294 packedpropsids[noitems]=propitr->property; in ptp_pack_OPL()1297 packedpropstypes[noitems]= propitr->datatype; in ptp_pack_OPL()1300 …packedpropslens[noitems] = ptp_pack_DPV (params, &propitr->propval, &packedprops[noitems], propitr… in ptp_pack_OPL()1301 totalsize += packedpropslens[noitems]; in ptp_pack_OPL()1302 noitems ++; in ptp_pack_OPL()1309 htod32a(&opldata[bufp],noitems); in ptp_pack_OPL()1313 for (i = 0; i < noitems; i++) { in ptp_pack_OPL()