Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Di2c_eeprom.h10 struct i2c_eeprom_ops { struct
11 int (*read)(struct udevice *dev, int offset, uint8_t *buf, int size);
12 int (*write)(struct udevice *dev, int offset, const uint8_t *buf,