Searched refs:i2c (Results 151 - 175 of 456) sorted by relevance

1234567891011>>

/u-boot/drivers/power/pmic/
H A Dpca9450.c11 #include <i2c.h>
/u-boot/drivers/video/
H A Danx9804.c13 #include <i2c.h>
24 * @i2c_bus: Device of the i2c bus to which the anx9804 is connected.
H A Dlm3533_backlight.c11 #include <i2c.h>
/u-boot/drivers/video/bridge/
H A Dps862x.c10 #include <i2c.h>
21 * certain registers over i2c bus. The chip in fact responds to a range of
22 * addresses on the i2c bus, so for each written value three parameters are
23 * required: i2c address, register address and the actual value.
30 * ps8622_write() Write a PS8622 eDP bridge i2c register
33 * @param addr_off offset from the i2c base address for ps8622
/u-boot/drivers/rtc/
H A Dsandbox_rtc.c9 #include <i2c.h>
/u-boot/drivers/gpio/
H A Dpcf8575_gpio.c22 #include <i2c.h>
56 printf("%s i2c write failed to addr %x\n", __func__,
70 printf("%s i2c read failed from addr %x\n", __func__,
/u-boot/drivers/misc/
H A Dpca9551_led.c8 #include <i2c.h>
/u-boot/drivers/i2c/
H A Dmv_i2c.c21 #include <i2c.h>
114 * i2c_transfer: - Transfer one byte over the i2c bus
116 * This function can tranfer a byte over the i2c bus in both directions.
415 * i2c_probe: - Test if a chip answers for a given i2c address
426 * i2c_read: - Read multiple bytes from an i2c device
432 * @addr: i2c data address within the chip
433 * @alen: length of the i2c data address (1..2 bytes)
451 * i2c_write: - Write multiple bytes to an i2c device
457 * @addr: i2c data address within the chip
458 * @alen: length of the i2c dat
483 struct mv_i2c_priv *i2c = dev_get_priv(bus); local
[all...]
/u-boot/board/toradex/apalis_t30/
H A Dapalis_t30.c19 #include <i2c.h>
/u-boot/board/toradex/colibri_t20/
H A Dcolibri_t20.c20 #include <i2c.h>
/u-boot/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c10 #include <i2c.h>
138 { .compatible = "i2c-arb-gpio-challenge" },
H A Di2c-mux-gpio.c19 #include <i2c.h>
26 * struct i2c_mux_gpio_priv - private data for i2c mux gpio
130 { .compatible = "i2c-mux-gpio", },
/u-boot/board/BuR/common/
H A Dcommon.c16 #include <i2c.h>
/u-boot/board/BuR/brppt1/
H A Dboard.c30 #include <i2c.h>
/u-boot/board/LaCie/net2big_v2/
H A Dnet2big_v2.c14 #include <i2c.h>
/u-boot/board/Marvell/db-88f6820-amc/
H A Ddb-88f6820-amc.c7 #include <i2c.h>
/u-boot/board/alliedtelesis/x530/
H A Dx530.c10 #include <i2c.h>
/u-boot/board/freescale/ls1012afrdm/
H A Dls1012afrdm.c8 #include <i2c.h>
/u-boot/board/freescale/ls1012ardb/
H A Deth.c24 #include <i2c.h>
/u-boot/board/atmel/sama5d2_ptc_ek/
H A Dsama5d2_ptc_ek.c10 #include <i2c.h>
/u-boot/board/amlogic/vim3/
H A Dvim3.c17 #include <i2c.h>
58 printf("vim3: cannot find khadas,mcu node i2c addr\n");
63 /* Get i2c device */
66 printf("vim3: cannot find khadas,mcu i2c node\n");
72 printf("vim3: cannot find i2c bus (%d)\n", ret);
78 printf("vim3: cannot find i2c chip (%d)\n", ret);
85 printf("vim3: failed to read i2c reg (%d)\n", ret);
/u-boot/board/bosch/guardian/
H A Dmux.c10 #include <i2c.h>
/u-boot/board/compulab/cm_t43/
H A Dcm_t43.c7 #include <i2c.h>
H A Dspl.c10 #include <i2c.h>
/u-boot/board/compulab/imx8mm-cl-iot-gate/
H A Deeprom_spl.c5 #include <i2c.h>

Completed in 312 milliseconds

1234567891011>>