Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/include/
A Dpower-domain.h60 struct power_domain { struct
76 * @power_domain A pointer to a power domain struct to initialize. argument
83 int power_domain_get(struct udevice *dev, struct power_domain *power_domain) in power_domain_get()
104 struct power_domain *power_domain, int index) in power_domain_get_by_index()
120 static inline int power_domain_free(struct power_domain *power_domain) in power_domain_free()
136 static inline int power_domain_on(struct power_domain *power_domain) in power_domain_on()
152 static inline int power_domain_off(struct power_domain *power_domain) in power_domain_off()
/u-boot-v2022.01-rc1/drivers/power/domain/
A Dtegra186-power-domain.c18 static int tegra186_power_domain_request(struct power_domain *power_domain) in tegra186_power_domain_request()
26 static int tegra186_power_domain_free(struct power_domain *power_domain) in tegra186_power_domain_free()
34 static int tegra186_power_domain_common(struct power_domain *power_domain, in tegra186_power_domain_common()
59 static int tegra186_power_domain_on(struct power_domain *power_domain) in tegra186_power_domain_on()
67 static int tegra186_power_domain_off(struct power_domain *power_domain) in tegra186_power_domain_off()
A Dmeson-gx-pwrc-vpu.c48 static int meson_pwrc_vpu_request(struct power_domain *power_domain) in meson_pwrc_vpu_request()
53 static int meson_pwrc_vpu_free(struct power_domain *power_domain) in meson_pwrc_vpu_free()
58 static int meson_gx_pwrc_vpu_on(struct power_domain *power_domain) in meson_gx_pwrc_vpu_on()
105 static int meson_g12a_pwrc_vpu_on(struct power_domain *power_domain) in meson_g12a_pwrc_vpu_on()
158 static int meson_pwrc_vpu_on(struct power_domain *power_domain) in meson_pwrc_vpu_on()
172 static int meson_gx_pwrc_vpu_off(struct power_domain *power_domain) in meson_gx_pwrc_vpu_off()
208 static int meson_g12a_pwrc_vpu_off(struct power_domain *power_domain) in meson_g12a_pwrc_vpu_off()
249 static int meson_pwrc_vpu_off(struct power_domain *power_domain) in meson_pwrc_vpu_off()
263 static int meson_pwrc_vpu_of_xlate(struct power_domain *power_domain, in meson_pwrc_vpu_of_xlate()
A Dpower-domain-uclass.c21 static int power_domain_of_xlate_default(struct power_domain *power_domain, in power_domain_of_xlate_default()
37 struct power_domain *power_domain, int index) in power_domain_get_by_index()
83 int power_domain_get(struct udevice *dev, struct power_domain *power_domain) in power_domain_get()
88 int power_domain_free(struct power_domain *power_domain) in power_domain_free()
97 int power_domain_on(struct power_domain *power_domain) in power_domain_on()
106 int power_domain_off(struct power_domain *power_domain) in power_domain_off()
A Dimx8m-power-domain.c21 static int imx8m_power_domain_request(struct power_domain *power_domain) in imx8m_power_domain_request()
26 static int imx8m_power_domain_free(struct power_domain *power_domain) in imx8m_power_domain_free()
31 static int imx8m_power_domain_on(struct power_domain *power_domain) in imx8m_power_domain_on()
50 static int imx8m_power_domain_off(struct power_domain *power_domain) in imx8m_power_domain_off()
68 static int imx8m_power_domain_of_xlate(struct power_domain *power_domain, in imx8m_power_domain_of_xlate()
A Dimx8-power-domain.c15 static int imx8_power_domain_request(struct power_domain *power_domain) in imx8_power_domain_request()
22 static int imx8_power_domain_free(struct power_domain *power_domain) in imx8_power_domain_free()
29 static int imx8_power_domain_on(struct power_domain *power_domain) in imx8_power_domain_on()
46 static int imx8_power_domain_off(struct power_domain *power_domain) in imx8_power_domain_off()
A Dbcm6328-power-domain.c19 static int bcm6328_power_domain_request(struct power_domain *power_domain) in bcm6328_power_domain_request()
27 static int bcm6328_power_domain_free(struct power_domain *power_domain) in bcm6328_power_domain_free()
32 static int bcm6328_power_domain_on(struct power_domain *power_domain) in bcm6328_power_domain_on()
41 static int bcm6328_power_domain_off(struct power_domain *power_domain) in bcm6328_power_domain_off()
A Dimx8-power-domain-legacy.c60 struct power_domain *power_domain) in imx8_power_domain_lookup_name()
87 static int imx8_power_domain_request(struct power_domain *power_domain) in imx8_power_domain_request()
94 static int imx8_power_domain_free(struct power_domain *power_domain) in imx8_power_domain_free()
101 static int imx8_power_domain_on(struct power_domain *power_domain) in imx8_power_domain_on()
149 static int imx8_power_domain_off_node(struct power_domain *power_domain) in imx8_power_domain_off_node()
199 static int imx8_power_domain_off_parentnodes(struct power_domain *power_domain) in imx8_power_domain_off_parentnodes()
263 static int imx8_power_domain_off(struct power_domain *power_domain) in imx8_power_domain_off()
288 static int imx8_power_domain_of_xlate(struct power_domain *power_domain, in imx8_power_domain_of_xlate()
A Dsandbox-power-domain.c20 static int sandbox_power_domain_request(struct power_domain *power_domain) in sandbox_power_domain_request()
30 static int sandbox_power_domain_free(struct power_domain *power_domain) in sandbox_power_domain_free()
37 static int sandbox_power_domain_on(struct power_domain *power_domain) in sandbox_power_domain_on()
48 static int sandbox_power_domain_off(struct power_domain *power_domain) in sandbox_power_domain_off()
A Dmeson-ee-pwrc.c262 static bool pwrc_ee_get_power(struct power_domain *power_domain) in pwrc_ee_get_power()
276 static int meson_ee_pwrc_request(struct power_domain *power_domain) in meson_ee_pwrc_request()
281 static int meson_ee_pwrc_free(struct power_domain *power_domain) in meson_ee_pwrc_free()
286 static int meson_ee_pwrc_off(struct power_domain *power_domain) in meson_ee_pwrc_off()
323 static int meson_ee_pwrc_on(struct power_domain *power_domain) in meson_ee_pwrc_on()
367 static int meson_ee_pwrc_of_xlate(struct power_domain *power_domain, in meson_ee_pwrc_of_xlate()
A Dmtk-power-domain.c213 static int scpsys_power_on(struct power_domain *power_domain) in scpsys_power_on()
262 static int scpsys_power_off(struct power_domain *power_domain) in scpsys_power_off()
309 static int scpsys_power_request(struct power_domain *power_domain) in scpsys_power_request()
320 static int scpsys_power_free(struct power_domain *power_domain) in scpsys_power_free()

Completed in 17 milliseconds