HomeSort by relevance Sort by last modified time
    Searched refs:i2c_get_ops (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/i2c/
i2c-uclass.c 76 struct dm_i2c_ops *ops = i2c_get_ops(bus);
105 struct dm_i2c_ops *ops = i2c_get_ops(bus);
128 struct dm_i2c_ops *ops = i2c_get_ops(bus);
159 struct dm_i2c_ops *ops = i2c_get_ops(bus);
213 struct dm_i2c_ops *ops = i2c_get_ops(bus);
252 struct dm_i2c_ops *ops = i2c_get_ops(bus);
383 struct dm_i2c_ops *ops = i2c_get_ops(bus);
404 struct dm_i2c_ops *ops = i2c_get_ops(bus);
417 struct dm_i2c_ops *ops = i2c_get_ops(bus);
557 struct dm_i2c_ops *ops = i2c_get_ops(bus)
    [all...]
sandbox_i2c.c 53 *opsp = i2c_get_ops(plat->emul);
  /external/u-boot/drivers/i2c/muxes/
i2c-mux-uclass.c 148 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus);
168 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus);
  /external/u-boot/include/
i2c.h 444 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) macro

Completed in 410 milliseconds