Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Di2c.h374 struct dm_i2c_ops { struct
385 int (*xfer)(struct udevice *bus, struct i2c_msg *msg, int nmsgs);
399 int (*probe_chip)(struct udevice *bus, uint chip_addr, uint chip_flags);
413 int (*set_bus_speed)(struct udevice *bus, unsigned int speed);
426 int (*get_bus_speed)(struct udevice *bus);
459 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) argument