Searched refs:client0 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/memory/tegra/
H A Dtegra20.c480 const struct tegra_mc_client *client0,
490 stat.gather0.client = client0 ? client0->id : 0;
492 stat.gather0.client_enb = !!client0;
514 const struct tegra_mc_client *client0, *client1; local
519 client0 = &mc->soc->clients[i];
525 tegra20_mc_stat_events(mc, client0, client1,
537 for (client0 = NULL; i < mc->soc->num_clients; i++) {
539 client0 = &mc->soc->clients[i];
553 if (!client0
479 tegra20_mc_stat_events(const struct tegra_mc *mc, const struct tegra_mc_client *client0, const struct tegra_mc_client *client1, unsigned int pri_filter, unsigned int pri_event, unsigned int event, unsigned int *result0, unsigned int *result1) argument
[all...]

Completed in 101 milliseconds