Home
last modified time | relevance | path

Searched refs:stm32_i2c_init (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_i2c.h303 int stm32_i2c_init(struct i2c_handle_s *hi2c,
/rk3399_ARM-atf/drivers/st/pmic/
H A Dstm32mp_pmic.c155 ret = stm32_i2c_init(i2c, &i2c_init); in initialize_pmic_i2c()
H A Dstm32mp_pmic2.c156 ret = stm32_i2c_init(i2c, &i2c_init); in initialize_pmic_i2c()
/rk3399_ARM-atf/drivers/st/i2c/
H A Dstm32_i2c.c135 int stm32_i2c_init(struct i2c_handle_s *hi2c, in stm32_i2c_init() function