Searched refs:i2c_request (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-eeprom.c25 if ((ret = fc->i2c_request(fc,op,FC_I2C_PORT_EEPROM,chipaddr,addr & 0xff,buf,len)) == 0)
H A Dflexcop-i2c.c148 ret = fc->i2c_request(fc, FC_READ, FC_I2C_PORT_DEMOD, msgs[0].addr, msgs[0].buf[0], msgs[1].buf, msgs[1].len);
156 ret = fc->i2c_request(fc, FC_WRITE, FC_I2C_PORT_DEMOD, msgs[i].addr, msgs[i].buf[0], &msgs[i].buf[1], msgs[i].len - 1);
H A Dflexcop-common.h90 int (*i2c_request) (struct flexcop_device*, flexcop_access_op_t, flexcop_i2c_port_t, u8 chipaddr, u8 addr, u8 *buf, u16 len); member in struct:flexcop_device
127 /* the PCI part uses this a i2c_request callback, whereas the usb part has its own
H A Dflexcop-pci.c347 fc->i2c_request = flexcop_i2c_request;
H A Dflexcop-fe-tuner.c389 ret = fc->i2c_request(fc, FC_WRITE, FC_I2C_PORT_TUNER, 0x61, buf[0], &buf[1], 3);
H A Dflexcop-usb.c466 fc->i2c_request = flexcop_usb_i2c_request;

Completed in 94 milliseconds