Searched defs:dm_i2c_ops (Results 1 – 1 of 1) sorted by relevance
359 struct dm_i2c_ops { struct370 int (*xfer)(struct udevice *bus, struct i2c_msg *msg, int nmsgs);384 int (*probe_chip)(struct udevice *bus, uint chip_addr, uint chip_flags);398 int (*set_bus_speed)(struct udevice *bus, unsigned int speed);411 int (*get_bus_speed)(struct udevice *bus);444 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) argument