Searched refs:sch_i2c (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/i2c/busses/ |
H A D | i2c-isch.c | 45 struct sch_i2c { struct 54 static inline u8 sch_io_rd8(struct sch_i2c *priv, unsigned int offset) in sch_io_rd8() argument 59 static inline void sch_io_wr8(struct sch_i2c *priv, unsigned int offset, u8 value) in sch_io_wr8() 64 static inline u16 sch_io_rd16(struct sch_i2c *priv, unsigned int offset) in sch_io_rd16() 69 static inline void sch_io_wr16(struct sch_i2c *priv, unsigned int offset, u16 value) in sch_io_wr16() 85 struct sch_i2c *priv = container_of(adap, struct sch_i2c, adapter); in sch_transaction() 163 struct sch_i2c *priv = container_of(adap, struct sch_i2c, adapter); in sch_access() 277 struct sch_i2c *priv; in smbus_sch_probe()
|