Home
last modified time | relevance | path

Searched refs:i2c_read (Results 76 – 100 of 129) sorted by relevance

123456

/openbmc/u-boot/drivers/gpio/
H A Dpca9698.c32 return i2c_read(addr, command, 1, buffer, PCA9698_BUFFER_SIZE); in pca9698_read40()
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass-compat.c49 int i2c_read(uint8_t chip_addr, unsigned int addr, int alen, uint8_t *buffer, in i2c_read() function
/openbmc/u-boot/board/freescale/mpc8308rdb/
H A Dmpc8308rdb.c63 if (i2c_read(CONFIG_SYS_I2C_PCF8574A_ADDR, 0, 0, &val8, 1) == 0) in read_board_info()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-amd-mp2.h47 i2c_read = 0, enumerator
H A Di2c-amd-mp2-plat.c105 if ((i2c_common->reqcmd == i2c_read || in i2c_amd_check_cmd_completion()
145 amd_mp2_rw(i2c_common, i2c_read); in i2c_amd_xfer_msg()
/openbmc/u-boot/include/
H A Dtwl6030.h197 return i2c_read(chip_no, reg, 1, val, 1); in twl6030_i2c_read_u8()
/openbmc/u-boot/board/esd/vme8349/
H A Dvme8349.c183 if (i2c_read(chip, addr, alen, buffer, len) == 0) in vme8349_read_spd()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dmain.c101 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, 256); in __get_spd()
104 ret = i2c_read(i2c_address, 0, 1, in __get_spd()
110 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, in __get_spd()
/openbmc/u-boot/drivers/rtc/
H A Dx1205.c91 i2c_read(CONFIG_SYS_I2C_RTC_ADDR, X1205_CCR_BASE, 2, buf, 8); in rtc_get()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dqsfp.h192 int i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr,
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-i2c.h44 static int __maybe_unused i2c_read(struct i2c_adapter *adapter, u8 adr, u8 *val) in i2c_read() function
/openbmc/linux/drivers/media/usb/gspca/
H A Dspca561.c341 static int i2c_read(struct gspca_dev *gspca_dev, __u16 reg, __u8 mode) in i2c_read() function
677 expotimes = i2c_read(gspca_dev, 0x09, 0x10); in do_autogain()
680 gainG = i2c_read(gspca_dev, 0x35, 0x10); in do_autogain()
/openbmc/linux/include/trace/events/
H A Di2c.h58 TRACE_EVENT_FN(i2c_read,
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c40 if (i2c_read(CONFIG_SYS_I2C_PCF8574A_ADDR, 0, 0, &val8, 1) == 0) in read_board_info()
/openbmc/u-boot/board/gumstix/pepper/
H A Dboard.c114 if (i2c_read(CONFIG_SYS_I2C_EEPROM_ADDR, 0, 1, (uchar *)header, in read_eeprom()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv6111.c295 static int i2c_read(struct i2c_adapter *adap, in i2c_read() function
339 return i2c_read(state->i2c, state->adr, &reg, 1, val, 1); in read_reg()
/openbmc/u-boot/board/ge/common/
H A Dvpd_reader.c217 res = i2c_read(CONFIG_SYS_VPD_EEPROM_I2C_ADDR, 0, in read_vpd()
/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder-eeprom.c84 i2c_read(addr, 0, 2, (unsigned char *)eeprom, TRICORDER_EEPROM_SIZE); in tricorder_get_eeprom()
/openbmc/u-boot/board/overo/
H A Dovero.c131 i2c_read(EXPANSION_EEPROM_I2C_ADDRESS, 0, 1, (u8 *)&expansion_config, in get_expansion_id()
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgsc.c30 ret = i2c_read(chip, addr, alen, buf, len); in gsc_i2c_read()
/openbmc/u-boot/board/freescale/t102xrdb/
H A Dt102xrdb.c276 i2c_read(I2C_PCA6408_ADDR, 0, 1, &tmp, 1); in t1023rdb_ctrl()
/openbmc/openpower-proc-control/extensions/phal/
H A Dclock_logger.cpp237 auto i2cRc = i2c_read(clockTarget, 0, addr, I2C_READ_SIZE, data); in addClockRegData()
/openbmc/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c301 ret = i2c_read(EEPROM_I2C_ADDRESS, 0xfa, 0x1, enetaddr, 0x6); in setup_dhcom_mac_from_fuse()
/openbmc/u-boot/board/keymile/common/
H A Divm.c340 ret = i2c_read(CONFIG_SYS_IVM_EEPROM_ADR, 0, 1, buf, len); in ivm_read_eeprom()
/openbmc/u-boot/board/bosch/shc/
H A Dboard.c56 if (i2c_read(CONFIG_SYS_I2C_EEPROM_ADDR, 0, 2, (uchar *)&header, in read_eeprom()

123456