Searched defs:tegra_slink_data (Results 1 – 1 of 1) sorted by relevance
162 struct tegra_slink_data { struct163 struct device *dev;164 struct spi_master *master;165 const struct tegra_slink_chip_data *chip_data;166 spinlock_t lock;168 struct clk *clk;169 struct reset_control *rst;170 void __iomem *base;171 phys_addr_t phys;172 unsigned irq;[all …]