Searched defs:tegra_periph_init_data (Results 1 – 1 of 1) sorted by relevance
496 struct tegra_periph_init_data { struct497 const char *name;498 int clk_id;499 union {502 } p;503 int num_parents;504 struct tegra_clk_periph periph;505 u32 offset;506 const char *con_id;507 const char *dev_id;[all …]