Searched refs:client0 (Results 1 – 1 of 1) sorted by relevance
479 const struct tegra_mc_client *client0, in tegra20_mc_stat_events() argument489 stat.gather0.client = client0 ? client0->id : 0; in tegra20_mc_stat_events()491 stat.gather0.client_enb = !!client0; in tegra20_mc_stat_events()513 const struct tegra_mc_client *client0, *client1; in tegra20_mc_collect_stats() local518 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()524 tegra20_mc_stat_events(mc, client0, client1, in tegra20_mc_collect_stats()536 for (client0 = NULL; i < mc->soc->num_clients; i++) { in tegra20_mc_collect_stats()538 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats()552 if (!client0 && !client1) in tegra20_mc_collect_stats()555 tegra20_mc_stat_events(mc, client0, client1, in tegra20_mc_collect_stats()[all …]