Home
last modified time | relevance | path

Searched refs:power_domain_ops (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c11 static inline struct power_domain_ops *power_domain_dev_ops(struct udevice *dev) in power_domain_dev_ops()
13 return (struct power_domain_ops *)dev->driver->ops; in power_domain_dev_ops()
37 struct power_domain_ops *ops; in power_domain_get_by_index()
85 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_free()
94 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_on()
103 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_off()
H A Dbcm6328-power-domain.c64 struct power_domain_ops bcm6328_power_domain_ops = {
H A Dtegra186-power-domain.c72 struct power_domain_ops tegra186_power_domain_ops = {
H A Dsandbox-power-domain.c76 struct power_domain_ops sandbox_power_domain_ops = {
H A Dti-sci-power-domain.c93 static struct power_domain_ops ti_sci_power_domain_ops = {
H A Dmeson-gx-pwrc-vpu.c143 struct power_domain_ops meson_gx_pwrc_vpu_ops = {
H A Dimx8-power-domain.c297 struct power_domain_ops imx8_power_domain_ops = {
H A Dmtk-power-domain.c392 struct power_domain_ops mtk_power_domain_ops = {
/openbmc/u-boot/include/
H A Dpower-domain-uclass.h19 struct power_domain_ops { struct