Home
last modified time | relevance | path

Searched defs:power_domain (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/include/
H A Dpower-domain.h68 struct power_domain { struct
87 * @power_domain A pointer to a power domain struct to initialize. argument
94 int power_domain_get(struct udevice *dev, struct power_domain *power_domain) in power_domain_get()
115 struct power_domain *power_domain, int index) in power_domain_get_by_index()
131 static inline int power_domain_free(struct power_domain *power_domain) in power_domain_free()
147 static inline int power_domain_on(struct power_domain *power_domain) in power_domain_on()
163 static inline int power_domain_off(struct power_domain *power_domain) in power_domain_off()
/openbmc/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c16 static int power_domain_of_xlate_default(struct power_domain *power_domain, in power_domain_of_xlate_default()
32 struct power_domain *power_domain, int index) in power_domain_get_by_index()
78 int power_domain_get(struct udevice *dev, struct power_domain *power_domain) in power_domain_get()
83 int power_domain_free(struct power_domain *power_domain) in power_domain_free()
92 int power_domain_on(struct power_domain *power_domain) in power_domain_on()
101 int power_domain_off(struct power_domain *power_domain) in power_domain_off()
H A Dtegra186-power-domain.c15 static int tegra186_power_domain_request(struct power_domain *power_domain) in tegra186_power_domain_request()
23 static int tegra186_power_domain_free(struct power_domain *power_domain) in tegra186_power_domain_free()
31 static int tegra186_power_domain_common(struct power_domain *power_domain, in tegra186_power_domain_common()
56 static int tegra186_power_domain_on(struct power_domain *power_domain) in tegra186_power_domain_on()
64 static int tegra186_power_domain_off(struct power_domain *power_domain) in tegra186_power_domain_off()
H A Dimx8-power-domain.c21 static int imx8_power_domain_request(struct power_domain *power_domain) in imx8_power_domain_request()
28 static int imx8_power_domain_free(struct power_domain *power_domain) in imx8_power_domain_free()
35 static int imx8_power_domain_on(struct power_domain *power_domain) in imx8_power_domain_on()
80 static int imx8_power_domain_off_node(struct power_domain *power_domain) in imx8_power_domain_off_node()
130 static int imx8_power_domain_off_parentnodes(struct power_domain *power_domain) in imx8_power_domain_off_parentnodes()
194 static int imx8_power_domain_off(struct power_domain *power_domain) in imx8_power_domain_off()
219 static int imx8_power_domain_of_xlate(struct power_domain *power_domain, in imx8_power_domain_of_xlate()
H A Dbcm6328-power-domain.c17 static int bcm6328_power_domain_request(struct power_domain *power_domain) in bcm6328_power_domain_request()
25 static int bcm6328_power_domain_free(struct power_domain *power_domain) in bcm6328_power_domain_free()
30 static int bcm6328_power_domain_on(struct power_domain *power_domain) in bcm6328_power_domain_on()
39 static int bcm6328_power_domain_off(struct power_domain *power_domain) in bcm6328_power_domain_off()
H A Dmeson-gx-pwrc-vpu.c37 static int meson_gx_pwrc_vpu_request(struct power_domain *power_domain) in meson_gx_pwrc_vpu_request()
42 static int meson_gx_pwrc_vpu_free(struct power_domain *power_domain) in meson_gx_pwrc_vpu_free()
47 static int meson_gx_pwrc_vpu_on(struct power_domain *power_domain) in meson_gx_pwrc_vpu_on()
94 static int meson_gx_pwrc_vpu_off(struct power_domain *power_domain) in meson_gx_pwrc_vpu_off()
130 static int meson_gx_pwrc_vpu_of_xlate(struct power_domain *power_domain, in meson_gx_pwrc_vpu_of_xlate()
H A Dsandbox-power-domain.c18 static int sandbox_power_domain_request(struct power_domain *power_domain) in sandbox_power_domain_request()
28 static int sandbox_power_domain_free(struct power_domain *power_domain) in sandbox_power_domain_free()
35 static int sandbox_power_domain_on(struct power_domain *power_domain) in sandbox_power_domain_on()
46 static int sandbox_power_domain_off(struct power_domain *power_domain) in sandbox_power_domain_off()
H A Dmtk-power-domain.c209 static int scpsys_power_on(struct power_domain *power_domain) in scpsys_power_on()
258 static int scpsys_power_off(struct power_domain *power_domain) in scpsys_power_off()
305 static int scpsys_power_request(struct power_domain *power_domain) in scpsys_power_request()
316 static int scpsys_power_free(struct power_domain *power_domain) in scpsys_power_free()
/openbmc/linux/drivers/pci/hotplug/
Drpaphp_slot.c
Drpaphp.h
/openbmc/qemu/hw/ppc/
H A Dspapr_rtas.c370 int32_t power_domain; in rtas_set_power_level() local
395 int32_t power_domain; in rtas_get_power_level() local