Home
last modified time | relevance | path

Searched refs:scpi_pm_domain (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/firmware/
H A Dscpi_pm_domain.c16 struct scpi_pm_domain { struct
32 #define to_scpi_pd(gpd) container_of(gpd, struct scpi_pm_domain, genpd) argument
34 static int scpi_pd_power(struct scpi_pm_domain *pd, bool power_on) in scpi_pd_power()
53 struct scpi_pm_domain *pd = to_scpi_pd(domain); in scpi_pd_power_on()
60 struct scpi_pm_domain *pd = to_scpi_pd(domain); in scpi_pd_power_off()
69 struct scpi_pm_domain *scpi_pd; in scpi_pm_domain_probe()
H A DMakefile6 obj-$(CONFIG_ARM_SCPI_POWER_DOMAIN) += scpi_pm_domain.o