/external/u-boot/include/power/ |
D | pmic.h | 66 struct pmic { struct 82 struct pmic *parent; argument 83 struct list_head list;
|
/external/u-boot/drivers/power/regulator/ |
D | tps65090_regulator.c | 27 struct udevice *pmic = dev_get_parent(dev); in tps65090_fet_get_enable() local 49 static int tps65090_fet_set(struct udevice *pmic, int fet_id, bool set) in tps65090_fet_set() 87 struct udevice *pmic = dev_get_parent(dev); in tps65090_fet_set_enable() local
|
D | as3722_regulator.c | 30 struct udevice *pmic = dev_get_parent(dev); in stepdown_set_enable() local 46 struct udevice *pmic = dev_get_parent(dev); in stepdown_get_enable() local 72 struct udevice *pmic = dev_get_parent(dev); in ldo_set_enable() local 94 struct udevice *pmic = dev_get_parent(dev); in ldo_get_enable() local
|
D | rk8xx.c | 218 static const struct rk8xx_reg_info *get_buck_reg(struct udevice *pmic, in get_buck_reg() 274 static int _buck_set_value(struct udevice *pmic, int buck, int uvolt) in _buck_set_value() 301 static int _buck_set_enable(struct udevice *pmic, int buck, bool enable) in _buck_set_enable() 360 static int _buck_set_suspend_value(struct udevice *pmic, int buck, int uvolt) in _buck_set_suspend_value() 380 static int _buck_get_enable(struct udevice *pmic, int buck) in _buck_get_enable() 423 static int _buck_set_suspend_enable(struct udevice *pmic, int buck, bool enable) in _buck_set_suspend_enable() 458 static int _buck_get_suspend_enable(struct udevice *pmic, int buck) in _buck_get_suspend_enable() 500 static const struct rk8xx_reg_info *get_ldo_reg(struct udevice *pmic, in get_ldo_reg() 522 static int _ldo_get_enable(struct udevice *pmic, int ldo) in _ldo_get_enable() 569 static int _ldo_set_enable(struct udevice *pmic, int ldo, bool enable) in _ldo_set_enable() [all …]
|
/external/u-boot/drivers/power/pmic/ |
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
|
/external/u-boot/board/toradex/apalis-tk1/ |
D | apalis-tk1.c | 109 static int as3722_sd_enable(struct udevice *pmic, unsigned int sd) in as3722_sd_enable() 126 static int as3722_ldo_enable(struct udevice *pmic, unsigned int ldo) in as3722_ldo_enable()
|
/external/u-boot/arch/arm/dts/ |
D | hi3660-hikey960.dts | 133 pmic: pmic@fff34000 { label
|
D | sama5d3xcm_cmp.dtsi | 72 pmic: act8865@5b { label
|
D | imx53-kp.dts | 69 pmic: mc34708@8 { label
|
D | tegra20-tamonten.dtsi | 333 pmic: tps6586x@34 { label
|
D | zynqmp-zcu100-revC.dts | 210 pmic: pmic@5e { /* Custom TI PMIC u33 */ label
|
D | imx6sx-sdb.dts | 21 pmic: pfuze100@8 { label
|
D | stm32mp157a-avenger96.dts | 129 pmic: stpmic@33 { label
|
D | tegra30-apalis.dts | 99 pmic: tps65911@2d { label
|
D | tegra20-paz00.dts | 338 pmic: tps6586x@34 { label
|
D | tegra20-harmony.dts | 348 pmic: tps6586x@34 { label
|
D | tegra20-ventana.dts | 418 pmic: tps6586x@34 { label
|
D | imx6dl-mamoj.dts | 37 pmic: pfuze100@08 { label
|
D | imx6qdl-wandboard-revd1.dtsi | 30 pmic: pfuze100@8 { label
|
/external/u-boot/board/nvidia/jetson-tk1/ |
D | jetson-tk1.c | 40 static int as3722_sd_enable(struct udevice *pmic, unsigned int sd) in as3722_sd_enable()
|
/external/arm-trusted-firmware/fdts/ |
D | stm32mp157a-avenger96.dts | 36 pmic: stpmic@33 { label
|
D | stm32mp157a-dk1.dts | 39 pmic: stpmic@33 { label
|
D | stm32mp157c-ed1.dts | 35 pmic: stpmic@33 { label
|
/external/u-boot/test/dm/ |
D | spmi.c | 51 struct udevice *bus, *pmic; in dm_test_spmi_access() local
|
/external/u-boot/board/phytec/phycore_rk3288/ |
D | phycore-rk3288.c | 81 struct udevice *pmic; in phycore_init() local
|