Home
last modified time | relevance | path

Searched defs:scpd (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/power/domain/
H A Dmtk-power-domain.c70 struct scp_domain *scpd; member
191 struct scp_domain *scpd = data->scpd; in scpsys_domain_is_on() local
211 struct scp_domain *scpd = dev_get_priv(power_domain->dev); in scpsys_power_on() local
260 struct scp_domain *scpd = dev_get_priv(power_domain->dev); in scpsys_power_off() local
307 struct scp_domain *scpd = dev_get_priv(power_domain->dev); in scpsys_power_request() local
323 struct scp_domain *scpd = dev_get_priv(dev); in mtk_power_domain_hook() local
344 struct scp_domain *scpd = dev_get_priv(dev); in mtk_power_domain_probe() local
/openbmc/linux/drivers/pmdomain/mediatek/
H A Dmtk-scpsys.c172 static int scpsys_domain_is_on(struct scp_domain *scpd) in scpsys_domain_is_on()
194 static int scpsys_regulator_enable(struct scp_domain *scpd) in scpsys_regulator_enable()
202 static int scpsys_regulator_disable(struct scp_domain *scpd) in scpsys_regulator_disable()
233 static int scpsys_sram_enable(struct scp_domain *scpd, void __iomem *ctl_addr) in scpsys_sram_enable()
279 static int scpsys_bus_protect_enable(struct scp_domain *scpd) in scpsys_bus_protect_enable()
291 static int scpsys_bus_protect_disable(struct scp_domain *scpd) in scpsys_bus_protect_disable()
305 struct scp_domain *scpd = container_of(genpd, struct scp_domain, genpd); in scpsys_power_on() local
363 struct scp_domain *scpd = container_of(genpd, struct scp_domain, genpd); in scpsys_power_off() local
470 struct scp_domain *scpd = &scp->domains[i]; in init_scp() local
487 struct scp_domain *scpd = &scp->domains[i]; in init_scp() local
[all …]