Searched defs:i2c_ops (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/trusty/lk/include/dev/class/ |
D | i2c.h | 30 struct i2c_ops { struct 31 struct driver_ops std; 33 status_t (*write)(struct device *dev, uint8_t addr, const void *buf, size_t len); 34 status_t (*read)(struct device *dev, uint8_t addr, void *buf, size_t len); 36 status_t (*write_reg)(struct device *dev, uint8_t addr, uint8_t reg, uint8_t value); 37 status_t (*read_reg)(struct device *dev, uint8_t addr, uint8_t reg, void *value);
|