Searched defs:dm_i2c_ops (Results 1 – 1 of 1) sorted by relevance
383 struct dm_i2c_ops { struct394 int (*xfer)(struct udevice *bus, struct i2c_msg *msg, int nmsgs);408 int (*probe_chip)(struct udevice *bus, uint chip_addr, uint chip_flags);422 int (*set_bus_speed)(struct udevice *bus, unsigned int speed);435 int (*get_bus_speed)(struct udevice *bus);468 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) argument
Completed in 6 milliseconds