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