/external/autotest/client/site_tests/hardware_I2CProbe/ |
D | hardware_I2CProbe.py | 26 def i2c_probe(bus, addr): function 35 if not i2c_probe(bus, addr):
|
/external/u-boot/post/drivers/ |
D | i2c.c | 52 if (i2c_probe (i) == 0) in i2c_post_test() 67 if (i2c_probe(i) != 0) in i2c_post_test()
|
/external/u-boot/board/freescale/mx53loco/ |
D | mx53loco.c | 42 if (!i2c_probe(CONFIG_SYS_DIALOG_PMIC_I2C_ADDR)) in get_board_rev() 201 if (!i2c_probe(CONFIG_SYS_DIALOG_PMIC_I2C_ADDR)) { in power_init() 244 if (!i2c_probe(CONFIG_SYS_FSL_PMIC_I2C_ADDR)) { in power_init()
|
/external/u-boot/board/toradex/colibri_imx6/ |
D | pf0100.c | 38 (0 == i2c_probe(PFUZE100_I2C_ADDR)))) { in pmic_init() 163 (0 == i2c_probe(PFUZE100_I2C_ADDR)))) { in pf0100_prog()
|
/external/u-boot/board/toradex/apalis_imx6/ |
D | pf0100.c | 39 (0 == i2c_probe(PFUZE100_I2C_ADDR)))) { in pmic_init() 181 (0 == i2c_probe(PFUZE100_I2C_ADDR)))) { in pf0100_prog()
|
/external/u-boot/include/ |
D | i2c.h | 278 int i2c_probe(uint8_t chip_addr); 725 int i2c_probe(uint8_t chip); 778 int i2c_probe(uchar chip);
|
/external/u-boot/board/gdsys/mpc8308/ |
D | strider.c | 153 if (i2c_probe(mclink_controllers[k])) { in last_stage_init() 155 if (i2c_probe(mclink_controllers[k])) in last_stage_init() 159 if (i2c_probe(mclink_controllers[k])) in last_stage_init()
|
/external/u-boot/board/birdland/bav335x/ |
D | board.c | 51 if (i2c_probe(CONFIG_SYS_I2C_EEPROM_ADDR)) in read_eeprom() 190 if (i2c_probe(TPS65217_CHIP_PM)) in am33xx_spl_board_init()
|
/external/u-boot/board/gdsys/common/ |
D | ch7301.c | 44 if (i2c_probe(CH7301_I2C_ADDR)) in ch7301_probe()
|
D | osd.c | 338 if (!i2c_probe(ICS8N3QV01_I2C_ADDR)) { in osd_probe() 356 if (!i2c_probe(SIL1178_SLAVE_I2C_ADDRESS)) { in osd_probe()
|
D | dp501.c | 151 if (i2c_probe(dp501_addr)) in dp501_probe()
|
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | clk_synthesizer.c | 77 rc = i2c_probe(CLK_SYNTHESIZER_I2C_ADDR); in setup_clock_synthesizer()
|
D | chilisom.c | 106 if (i2c_probe(TPS65217_CHIP_PM)) in chilisom_spl_board_init()
|
/external/u-boot/board/vscom/baltos/ |
D | board.c | 80 if (i2c_probe(CONFIG_SYS_I2C_EEPROM_ADDR)) { in read_eeprom() 190 if (i2c_probe(TPS65910_CTRL_I2C_ADDR)) { in am33xx_spl_board_init()
|
/external/u-boot/board/compulab/cm_t43/ |
D | spl.c | 108 if (i2c_probe(TPS65218_CHIP_PM)) in scale_vcores()
|
D | cm_t43.c | 49 i2c_probe(TPS65218_CHIP_PM); in board_init()
|
/external/u-boot/board/bosch/shc/ |
D | board.c | 54 if (i2c_probe(CONFIG_SYS_I2C_EEPROM_ADDR)) { in read_eeprom() 327 if (i2c_probe(TPS65217_CHIP_PM)) in am33xx_spl_board_init()
|
/external/u-boot/drivers/power/ |
D | power_i2c.c | 105 if (i2c_probe(pmic_i2c_addr)) { in pmic_probe()
|
/external/u-boot/drivers/i2c/ |
D | i2c-uclass-compat.c | 32 int i2c_probe(uint8_t chip_addr) in i2c_probe() function
|
D | i2c_core.c | 273 int i2c_probe(uint8_t chip) in i2c_probe() function
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | eeprom.c | 35 0 == i2c_probe(GSC_EEPROM_ADDR)) in read_eeprom()
|
/external/u-boot/board/gumstix/pepper/ |
D | board.c | 110 if (i2c_probe(CONFIG_SYS_I2C_EEPROM_ADDR)) { in read_eeprom()
|
/external/u-boot/board/ti/am43xx/ |
D | board.c | 389 if (i2c_probe(TPS65218_CHIP_PM)) in scale_vcores_generic() 442 if (i2c_probe(TPS62362_I2C_ADDR)) in scale_vcores_idk()
|
/external/u-boot/board/overo/ |
D | overo.c | 125 if (i2c_probe(EXPANSION_EEPROM_I2C_ADDRESS) == 1) { in get_expansion_id()
|
/external/u-boot/board/tcl/sl50/ |
D | board.c | 101 if (i2c_probe(TPS65217_CHIP_PM)) in am33xx_spl_board_init()
|