| /u-boot/board/purism/librem5/ |
| A D | librem5.c | 67 ret = i2c_get_chip(bus, 0x3f, 1, &udev); in tps65982_wait_for_app() 101 ret = i2c_get_chip(bus, 0x3f, 1, &udev); in tps65982_clear_dead_battery() 154 ret = i2c_get_chip(bus, 0x3f, 1, &udev); in tps65982_get_max_current() 234 ret = i2c_get_chip(bus, 0x6a, 1, &udev); in bq25895_set_iinlim() 267 ret = i2c_get_chip(bus, 0x6a, 1, &udev); in bq25895_battery_present() 302 ret = i2c_get_chip(bus, 0x6a, 1, &udev); in init_charger_bq25895()
|
| /u-boot/drivers/video/ |
| A D | anx9804.c | 34 ret = i2c_get_chip(i2c_bus, 0x38, 1, &chip0); in anx9804_init() 38 ret = i2c_get_chip(i2c_bus, 0x39, 1, &chip1); in anx9804_init()
|
| A D | dw_hdmi.c | 821 edid_read_err = i2c_get_chip(hdmi->ddc_bus, in hdmi_read_edid()
|
| /u-boot/arch/arm/mach-tegra/tegra20/ |
| A D | pmu.c | 55 ret = i2c_get_chip(bus, PMI_I2C_ADDRESS, 1, &dev); in pmu_set_nominal()
|
| /u-boot/test/dm/ |
| A D | i2c.c | 50 ut_assertok(i2c_get_chip(bus, chip, 1, &dev)); in dm_test_i2c_read_write() 70 ut_assertok(i2c_get_chip(bus, chip, 1, &dev)); in dm_test_i2c_speed() 89 ut_assertok(i2c_get_chip(bus, chip, 1, &dev)); in dm_test_i2c_offset_len() 122 ut_assertok(i2c_get_chip(bus, chip, 1, &dev)); in dm_test_i2c_bytewise()
|
| /u-boot/drivers/i2c/ |
| A D | sandbox_i2c.c | 60 ret = i2c_get_chip(bus, msg->addr, 1, &dev); in sandbox_i2c_xfer()
|
| A D | i2c-uclass.c | 333 int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len, in i2c_get_chip() function 381 ret = i2c_get_chip(bus, chip_addr, offset_len, devp); in i2c_get_chip_for_busnum() 406 ret = i2c_get_chip(bus, chip_addr, 1, devp); in dm_i2c_probe()
|
| /u-boot/drivers/net/ |
| A D | mdio_mux_i2creg.c | 81 err = i2c_get_chip(i2c_bus, (uint)chip_addr, 1, &priv->chip); in mdio_mux_i2creg_probe()
|
| /u-boot/drivers/power/regulator/ |
| A D | tps62360_regulator.c | 95 ret = i2c_get_chip(dev->parent, TPS62360_I2C_CHIP, 1, &pdata->i2c); in tps62360_regulator_probe()
|
| /u-boot/board/amlogic/vim3/ |
| A D | vim3.c | 76 ret = i2c_get_chip(bus, i2c_addr, 1, &dev); in meson_ft_board_setup()
|
| /u-boot/drivers/clk/ |
| A D | clk-cdce9xx.c | 109 ret = i2c_get_chip(dev->parent, val, 1, &data->i2c); in cdce9xx_clk_probe()
|
| A D | clk_versaclock.c | 876 ret = i2c_get_chip(dev->parent, val, 1, &vc5->i2c); in versaclock_probe()
|
| /u-boot/include/ |
| A D | i2c.h | 521 int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len,
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-helper-fdt.c | 365 ret = i2c_get_chip(vsc7224->i2c_bus->i2c_bus, in __cvmx_fdt_parse_vsc7224()
|
| A D | cvmx-helper-board.c | 55 ret = i2c_get_chip(i2c_bus->i2c_bus, addr, 1, &dev); in cvmx_write_vsc7224_reg() 86 ret = i2c_get_chip(i2c_bus->i2c_bus, addr, 1, &dev); in cvmx_read_vsc7224_reg()
|
| A D | cvmx-helper-sfp.c | 628 err = i2c_get_chip(bus->i2c_bus, sfp->i2c_eeprom_addr, 1, &dev); in cvmx_sfp_read_i2c_eeprom()
|
| /u-boot/board/ti/common/ |
| A D | board_detect.c | 488 rc = i2c_get_chip(bus, dev_addr, 1, &dev); in ti_i2c_eeprom_am6_get()
|
| /u-boot/board/CZ.NIC/turris_omnia/ |
| A D | turris_omnia.c | 141 ret = i2c_get_chip(bus, addr, offset_len, &dev); in omnia_get_i2c_chip()
|
| /u-boot/drivers/video/sunxi/ |
| A D | sunxi_display.c | 928 ret = i2c_get_chip(i2c_bus, 0x5c, 1, &chip);
|
| /u-boot/cmd/ |
| A D | i2c.c | 181 return i2c_get_chip(bus, chip_addr, 1, devp); in i2c_get_cur_bus_chip()
|