Home
last modified time | relevance | path

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

/u-boot/include/
A Di2c.h366 struct dm_i2c_ops { struct
377 int (*xfer)(struct udevice *bus, struct i2c_msg *msg, int nmsgs);
391 int (*probe_chip)(struct udevice *bus, uint chip_addr, uint chip_flags);
405 int (*set_bus_speed)(struct udevice *bus, unsigned int speed);
418 int (*get_bus_speed)(struct udevice *bus);
451 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) argument

Completed in 4 milliseconds