/u-boot-v2022.01-rc1/include/power/ |
A D | pmic.h | 67 struct pmic { struct 83 struct pmic *parent; argument 84 struct list_head list;
|
/u-boot-v2022.01-rc1/drivers/power/regulator/ |
A D | tps65090_regulator.c | 29 struct udevice *pmic = dev_get_parent(dev); in tps65090_fet_get_enable() local 51 static int tps65090_fet_set(struct udevice *pmic, int fet_id, bool set) in tps65090_fet_set() 89 struct udevice *pmic = dev_get_parent(dev); in tps65090_fet_set_enable() local
|
A D | as3722_regulator.c | 31 struct udevice *pmic = dev_get_parent(dev); in stepdown_set_enable() local 47 struct udevice *pmic = dev_get_parent(dev); in stepdown_get_enable() local 73 struct udevice *pmic = dev_get_parent(dev); in ldo_set_enable() local 95 struct udevice *pmic = dev_get_parent(dev); in ldo_get_enable() local
|
A D | rk8xx.c | 219 static const struct rk8xx_reg_info *get_buck_reg(struct udevice *pmic, in get_buck_reg() 275 static int _buck_set_value(struct udevice *pmic, int buck, int uvolt) in _buck_set_value() 302 static int _buck_set_enable(struct udevice *pmic, int buck, bool enable) in _buck_set_enable() 381 static int _buck_get_enable(struct udevice *pmic, int buck) in _buck_get_enable() 459 static int _buck_get_suspend_enable(struct udevice *pmic, int buck) in _buck_get_suspend_enable() 501 static const struct rk8xx_reg_info *get_ldo_reg(struct udevice *pmic, in get_ldo_reg() 523 static int _ldo_get_enable(struct udevice *pmic, int ldo) in _ldo_get_enable() 570 static int _ldo_set_enable(struct udevice *pmic, int ldo, bool enable) in _ldo_set_enable() 658 static int _ldo_get_suspend_enable(struct udevice *pmic, int ldo) in _ldo_get_suspend_enable() 1126 int rk8xx_spl_configure_buck(struct udevice *pmic, int buck, int uvolt) in rk8xx_spl_configure_buck() [all …]
|
/u-boot-v2022.01-rc1/drivers/power/pmic/ |
A D | as3722_gpio.c | 14 int as3722_gpio_configure(struct udevice *pmic, unsigned int gpio, in as3722_gpio_configure() 38 struct udevice *pmic = dev_get_parent(dev); in as3722_gpio_set_value() local 73 struct udevice *pmic = dev_get_parent(dev); in as3722_gpio_direction_output() local
|
/u-boot-v2022.01-rc1/arch/arm/dts/ |
A D | imx6qdl-tqma6a.dtsi | 11 pmic: pf0100@08 { label
|
A D | imx6qdl-tqma6b.dtsi | 11 pmic: pf0100@08 { label
|
A D | hi3660-hikey960.dts | 133 pmic: pmic@fff34000 { label
|
A D | sama5d3xcm_cmp.dtsi | 72 pmic: act8865@5b { label
|
A D | imx53-kp.dts | 69 pmic: mc34708@8 { label
|
A D | imx8mn-evk.dts | 34 pmic: pca9450@25 { label
|
A D | tegra20-tamonten.dtsi | 333 pmic: tps6586x@34 { label
|
A D | imx53-qsb.dts | 15 pmic: dialog@48 { label
|
A D | imx6sx-sdb.dts | 17 pmic: pfuze100@8 { label
|
A D | tegra20-paz00.dts | 338 pmic: tps6586x@34 { label
|
A D | tegra30-apalis.dts | 99 pmic: tps65911@2d { label
|
A D | stm32mp15xx-dhcor-io3v3.dtsi | 35 pmic: stpmic@33 { label
|
A D | tegra20-harmony.dts | 348 pmic: tps6586x@34 { label
|
A D | tegra20-ventana.dts | 418 pmic: tps6586x@34 { label
|
A D | imx6qdl-wandboard-revd1.dtsi | 30 pmic: pfuze100@8 { label
|
A D | imx6dl-mamoj.dts | 37 pmic: pfuze100@08 { label
|
/u-boot-v2022.01-rc1/board/toradex/apalis-tk1/ |
A D | apalis-tk1.c | 129 static int as3722_sd_enable(struct udevice *pmic, unsigned int sd) in as3722_sd_enable() 146 static int as3722_ldo_enable(struct udevice *pmic, unsigned int ldo) in as3722_ldo_enable()
|
/u-boot-v2022.01-rc1/board/nvidia/jetson-tk1/ |
A D | jetson-tk1.c | 41 static int as3722_sd_enable(struct udevice *pmic, unsigned int sd) in as3722_sd_enable()
|
/u-boot-v2022.01-rc1/test/dm/ |
A D | spmi.c | 53 struct udevice *bus, *pmic; in dm_test_spmi_access() local
|
/u-boot-v2022.01-rc1/board/phytec/phycore_rk3288/ |
A D | phycore-rk3288.c | 85 struct udevice *pmic; in phycore_init() local
|