Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-tegra.c259 struct tegra_i2c_dev { struct
260 struct device *dev;
261 struct i2c_adapter adapter;
263 const struct tegra_i2c_hw_feature *hw;
264 struct reset_control *rst;
265 unsigned int cont_id;
266 unsigned int irq;
268 phys_addr_t base_phys;
269 void __iomem *base;
271 struct clk_bulk_data clocks[2];
[all …]