Lines Matching defs:i2c
42 /* find chip by i2c adapter and i2c address */
50 find it by i2c adapter and i2c address */
696 ret = i2c_transfer(state->i2c, msg, 2);
721 "%s: i2c wr reg=%04x: len=%d is too big!\n",
733 ret = i2c_transfer(state->i2c, &i2c_msg, 1);
4896 temp_int = find_dev(state->i2c,
4915 state->internal->i2c_adap = state->i2c;
5008 state->i2c = client->adapter;
5042 struct i2c_adapter *i2c,
5054 state->i2c = i2c;
5080 MODULE_DEVICE_TABLE(i2c, stv090x_id_table);