Lines Matching refs:bases
25 struct host1x_syncpt_base *bases = host->bases;29 if (!bases[i].requested)35 bases[i].requested = true;36 return &bases[i];367 struct host1x_syncpt_base *bases;376 bases = devm_kcalloc(host->dev, host->info->nb_bases, sizeof(*bases),378 if (!bases)394 bases[i].id = i;398 host->bases = bases;