sch_i2c
struct sch_i2c *priv = container_of(adap, struct sch_i2c, adapter);
struct sch_i2c *priv;
static inline u8 sch_io_rd8(struct sch_i2c *priv, unsigned int offset)
static inline void sch_io_wr8(struct sch_i2c *priv, unsigned int offset, u8 value)
static inline u16 sch_io_rd16(struct sch_i2c *priv, unsigned int offset)
static inline void sch_io_wr16(struct sch_i2c *priv, unsigned int offset, u16 value)
struct sch_i2c *priv = container_of(adap, struct sch_i2c, adapter);