Home
last modified time | relevance | path

Searched refs:power_max77696_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/power/pmic/
H A Dpmic_max77696.c13 int power_max77696_init(unsigned char bus) in power_max77696_init() function
/openbmc/u-boot/include/power/
H A Dmax77696_pmic.h57 int power_max77696_init(unsigned char bus);
/openbmc/u-boot/board/warp/
H A Dwarp.c121 ret = power_max77696_init(I2C_PMIC); in power_init_board()