Searched refs:client0 (Results 1 – 1 of 1) sorted by relevance
480 const struct tegra_mc_client *client0, in tegra20_mc_stat_events() argument490 stat.gather0.client = client0 ? client0->id : 0; in tegra20_mc_stat_events()492 stat.gather0.client_enb = !!client0; in tegra20_mc_stat_events()514 const struct tegra_mc_client *client0, *client1; in tegra20_mc_collect_stats() local519 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()525 tegra20_mc_stat_events(mc, client0, client1, in tegra20_mc_collect_stats()537 for (client0 = NULL; i < mc->soc->num_clients; i++) { in tegra20_mc_collect_stats()539 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()553 if (!client0 && !client1) in tegra20_mc_collect_stats()556 tegra20_mc_stat_events(mc, client0, client1, in tegra20_mc_collect_stats()[all …]