Lines Matching defs:i2c
15 #include <linux/i2c.h>
124 struct i2c_adapter *i2c;
188 struct i2c_adapter *i2c;
221 if (i2c_transfer(state->i2c, state->msg, 2) != 2) {
251 if (i2c_transfer(state->i2c, state->msg, 1) != 1) {
277 if (i2c_transfer(state->i2c, &state->msg, 1) != 1) {
305 if (i2c_transfer(state->i2c, &state->msg, 1) != 1) {
2605 struct dvb_frontend *dib0090_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config)
2612 st->i2c = i2c;
2637 struct dvb_frontend *dib0090_fw_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config)
2644 st->i2c = i2c;