Home
last modified time | relevance | path

Searched refs:i2c_get_chip (Results 1 – 20 of 20) sorted by relevance

/u-boot/board/purism/librem5/
A Dlibrem5.c67 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 Danx9804.c34 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 Ddw_hdmi.c821 edid_read_err = i2c_get_chip(hdmi->ddc_bus, in hdmi_read_edid()
/u-boot/arch/arm/mach-tegra/tegra20/
A Dpmu.c55 ret = i2c_get_chip(bus, PMI_I2C_ADDRESS, 1, &dev); in pmu_set_nominal()
/u-boot/test/dm/
A Di2c.c50 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 Dsandbox_i2c.c60 ret = i2c_get_chip(bus, msg->addr, 1, &dev); in sandbox_i2c_xfer()
A Di2c-uclass.c333 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 Dmdio_mux_i2creg.c81 err = i2c_get_chip(i2c_bus, (uint)chip_addr, 1, &priv->chip); in mdio_mux_i2creg_probe()
/u-boot/drivers/power/regulator/
A Dtps62360_regulator.c95 ret = i2c_get_chip(dev->parent, TPS62360_I2C_CHIP, 1, &pdata->i2c); in tps62360_regulator_probe()
/u-boot/board/amlogic/vim3/
A Dvim3.c76 ret = i2c_get_chip(bus, i2c_addr, 1, &dev); in meson_ft_board_setup()
/u-boot/drivers/clk/
A Dclk-cdce9xx.c109 ret = i2c_get_chip(dev->parent, val, 1, &data->i2c); in cdce9xx_clk_probe()
A Dclk_versaclock.c876 ret = i2c_get_chip(dev->parent, val, 1, &vc5->i2c); in versaclock_probe()
/u-boot/include/
A Di2c.h521 int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len,
/u-boot/arch/mips/mach-octeon/
A Dcvmx-helper-fdt.c365 ret = i2c_get_chip(vsc7224->i2c_bus->i2c_bus, in __cvmx_fdt_parse_vsc7224()
A Dcvmx-helper-board.c55 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 Dcvmx-helper-sfp.c628 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 Dboard_detect.c488 rc = i2c_get_chip(bus, dev_addr, 1, &dev); in ti_i2c_eeprom_am6_get()
/u-boot/board/CZ.NIC/turris_omnia/
A Dturris_omnia.c141 ret = i2c_get_chip(bus, addr, offset_len, &dev); in omnia_get_i2c_chip()
/u-boot/drivers/video/sunxi/
A Dsunxi_display.c928 ret = i2c_get_chip(i2c_bus, 0x5c, 1, &chip);
/u-boot/cmd/
A Di2c.c181 return i2c_get_chip(bus, chip_addr, 1, devp); in i2c_get_cur_bus_chip()

Completed in 44 milliseconds