Home
last modified time | relevance | path

Searched refs:pmic_read (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dmax77686.c337 ret = pmic_read(dev->parent, adr, &val, 1); in max77686_ldo_val()
391 ret = pmic_read(dev->parent, adr, &val, 1); in max77686_buck_val()
432 ret = pmic_read(dev->parent, adr, &val, 1); in max77686_ldo_mode()
567 ret = pmic_read(dev->parent, adr, &val, 1); in max77686_buck_mode()
H A Dsandbox.c96 ret = pmic_read(dev->parent, reg, &reg_val, 1); in out_get_value()
155 ret = pmic_read(dev->parent, reg, &reg_val, 1); in out_get_mode()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpmic.c94 ret = pmic_read(dev, reg, &value, 1); in do_dump()
134 ret = pmic_read(dev, reg, &value, 1); in do_read()
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic-uclass.c129 int pmic_read(struct udevice *dev, uint reg, uint8_t *buffer, int len) in pmic_read() function
161 ret = pmic_read(dev, reg, &byte, 1); in pmic_reg_read()
H A Dpmic-uclass.su
/OK3568_Linux_fs/u-boot/test/dm/
H A Dpmic.c63 ut_assertok(pmic_read(dev, i, &in_buffer, 1)); in dm_test_power_pmic_io()
/OK3568_Linux_fs/u-boot/include/power/
H A Dpmic.h269 int pmic_read(struct udevice *dev, uint reg, uint8_t *buffer, int len);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map