Searched defs:tegra_mc_client (Results 1 – 1 of 1) sorted by relevance
28 struct tegra_mc_client { struct29 unsigned int id;30 unsigned int bpmp_id;31 enum tegra_icc_client_type type;32 const char *name;38 union {43 unsigned int fifo_size;45 struct {81 const struct tegra_mc_client *clients; argument