Searched refs:i2c_device (Results 1 – 3 of 3) sorted by relevance
32 struct i2c_device { struct49 struct i2c_device i2c; argument280 static u16 dib9000_i2c_read16(struct i2c_device *i2c, u16 reg) in dib9000_i2c_read16()361 static int dib9000_i2c_write16(struct i2c_device *i2c, u16 reg, u16 val) in dib9000_i2c_write16()851 static u16 dib9000_identify(struct i2c_device *client) in dib9000_identify()2379 struct i2c_device client = {.i2c_adap = i2c }; in dib9000_i2c_enumeration()
40 struct i2c_device { struct68 struct i2c_device i2c; argument145 static u16 dib8000_i2c_read16(struct i2c_device *i2c, u16 reg) in dib8000_i2c_read16()229 static int dib8000_i2c_write16(struct i2c_device *i2c, u16 reg, u16 val) in dib8000_i2c_write16()957 static u16 dib8000_identify(struct i2c_device *client) in dib8000_identify()4293 struct i2c_device client = {.adap = host }; in dib8000_i2c_enumeration()
35 struct i2c_device { struct