Home
last modified time | relevance | path

Searched defs:tegra_i2c_dev (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-tegra.c267 struct tegra_i2c_dev { struct
268 struct device *dev;
269 struct i2c_adapter adapter;
271 const struct tegra_i2c_hw_feature *hw;
272 struct reset_control *rst;
273 unsigned int cont_id;
274 unsigned int irq;
276 phys_addr_t base_phys;
277 void __iomem *base;
279 struct clk_bulk_data clocks[2];
[all …]