Home
last modified time | relevance | path

Searched refs:i2c_request (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop-eeprom.c93 return fc->i2c_request(fc,FC_READ,FC_I2C_PORT_EEPROM,0x50,addr,buf,len);
113 ret = fc->i2c_request(&fc->fc_i2c_adap[1], op, chipaddr, in flexcop_eeprom_request()
H A Dflexcop-i2c.c186 ret = i2c->fc->i2c_request(i2c, FC_READ, msgs[i].addr, in flexcop_master_xfer()
191 ret = i2c->fc->i2c_request(i2c, FC_WRITE, msgs[i].addr, in flexcop_master_xfer()
H A Dflexcop-common.h101 int (*i2c_request) (struct flexcop_i2c_adapter *, member
/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-pci.c361 fc->i2c_request = flexcop_i2c_request; in flexcop_pci_probe()
/openbmc/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c568 fc->i2c_request = flexcop_usb_i2c_request; in flexcop_usb_probe()