Searched defs:power_domain (Results 1 – 11 of 11) sorted by relevance
/u-boot-v2022.01-rc1/include/ |
A D | power-domain.h | 60 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 D | tegra186-power-domain.c | 18 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 D | meson-gx-pwrc-vpu.c | 48 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 D | power-domain-uclass.c | 21 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 D | imx8m-power-domain.c | 21 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 D | imx8-power-domain.c | 15 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 D | bcm6328-power-domain.c | 19 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 D | imx8-power-domain-legacy.c | 60 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 D | sandbox-power-domain.c | 20 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 D | meson-ee-pwrc.c | 262 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 D | mtk-power-domain.c | 213 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