Lines Matching refs:i2c
40 struct i2c_adapter *i2c; member
49 dev_dbg(&priv->i2c->dev, "horus3a: I2C %s reg 0x%02x size %d\n", in horus3a_i2c_debug()
70 dev_warn(&priv->i2c->dev,"wr reg=%04x: len=%d is too big!\n", in horus3a_write_regs()
78 ret = i2c_transfer(priv->i2c, msg, 1); in horus3a_write_regs()
82 dev_warn(&priv->i2c->dev, in horus3a_write_regs()
99 dev_dbg(&priv->i2c->dev, "%s()\n", __func__); in horus3a_enter_power_save()
126 dev_dbg(&priv->i2c->dev, "%s()\n", __func__); in horus3a_leave_power_save()
150 dev_dbg(&priv->i2c->dev, "%s()\n", __func__); in horus3a_init()
158 dev_dbg(&priv->i2c->dev, "%s()\n", __func__); in horus3a_release()
168 dev_dbg(&priv->i2c->dev, "%s()\n", __func__); in horus3a_sleep()
187 dev_dbg(&priv->i2c->dev, "%s(): frequency %dkHz symbol_rate %dksps\n", in horus3a_set_params()
206 dev_err(&priv->i2c->dev, "horus3a: invalid frequency %d\n", in horus3a_set_params()
289 dev_err(&priv->i2c->dev, in horus3a_set_params()
314 dev_err(&priv->i2c->dev, in horus3a_set_params()
365 struct i2c_adapter *i2c) in horus3a_attach() argument
374 priv->i2c = i2c; in horus3a_attach()
405 dev_warn(&priv->i2c->dev, in horus3a_attach()
421 dev_info(&priv->i2c->dev, in horus3a_attach()
423 priv->i2c_address, priv->i2c); in horus3a_attach()