Lines Matching refs:info
28 for (i = 0; i < host->info->nb_bases; i++)
32 if (i >= host->info->nb_bases)
55 for (i = 0; i < host->info->nb_pts && sp->name; i++, sp++)
58 if (i >= host->info->nb_pts)
371 syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt),
376 bases = devm_kcalloc(host->dev, host->info->nb_bases, sizeof(*bases),
381 for (i = 0; i < host->info->nb_pts; i++) {
393 for (i = 0; i < host->info->nb_bases; i++)
463 for (i = 0; i < host->info->nb_pts; i++, sp++)
509 return host->info->nb_pts;
514 return host->info->nb_bases;
519 return host->info->nb_mlocks;
529 if (id >= host->info->nb_pts)