/linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
A D | dcn302_hwseq.c | 45 void dcn302_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) in dcn302_dpp_pg_control() argument 47 uint32_t power_gate = power_on ? 0 : 1; in dcn302_dpp_pg_control() 48 uint32_t pwr_status = power_on ? 0 : 2; in dcn302_dpp_pg_control() 102 void dcn302_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn302_hubp_pg_control() argument 104 uint32_t power_gate = power_on ? 0 : 1; in dcn302_hubp_pg_control() 105 uint32_t pwr_status = power_on ? 0 : 2; in dcn302_hubp_pg_control() 159 void dcn302_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on) in dcn302_dsc_pg_control() argument 161 uint32_t power_gate = power_on ? 0 : 1; in dcn302_dsc_pg_control() 162 uint32_t pwr_status = power_on ? 0 : 2; in dcn302_dsc_pg_control()
|
A D | dcn302_hwseq.h | 31 void dcn302_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on); 32 void dcn302_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on); 33 void dcn302_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
|
/linux/drivers/clk/mmp/ |
A D | pwr-island.c | 20 u32 power_on; member 38 val |= pm_domain->power_on; in mmp_pm_domain_power_on() 81 val &= ~pm_domain->power_on; in mmp_pm_domain_power_off() 93 u32 power_on, u32 reset, u32 clock_enable, in mmp_pm_domain_register() argument 103 pm_domain->power_on = power_on; in mmp_pm_domain_register() 111 pm_domain->genpd.power_on = mmp_pm_domain_power_on; in mmp_pm_domain_register()
|
/linux/drivers/staging/fieldbus/anybuss/ |
A D | hms-profinet.c | 37 bool power_on; member 75 bool power_on; in profi_enable_get() local 78 power_on = priv->power_on; in profi_enable_get() 81 return power_on; in profi_enable_get() 113 priv->power_on = true; in __profi_enable() 118 priv->power_on = false; in __profi_enable() 127 priv->power_on = false; in __profi_disable()
|
A D | host.c | 386 bool power_on; member 486 if (!cd->power_on) in task_fn_power_off() 493 cd->power_on = false; in task_fn_power_off() 518 if (cd->power_on) in task_fn_power_on() 554 if (!cd->power_on) in task_fn_area_3() 571 if (!cd->power_on) in task_fn_area_2() 606 if (!cd->power_on) in task_fn_area() 701 if (!cd->power_on) in task_fn_mbox_2() 726 if (!cd->power_on) in task_fn_mbox() 904 if (!cd->power_on) in softint_ack() [all …]
|
/linux/arch/arm/mach-omap2/ |
A D | board-n8x0.c | 192 int power_on, int vdd) in n8x0_mmc_set_power_menelaus() argument 198 power_on ? "on" : "off", vdd); in n8x0_mmc_set_power_menelaus() 201 if (!power_on) in n8x0_mmc_set_power_menelaus() 223 if (!power_on) in n8x0_mmc_set_power_menelaus() 261 int power_on) in n810_set_power_emmc() argument 263 dev_dbg(dev, "Set EMMC power %s\n", power_on ? "on" : "off"); in n810_set_power_emmc() 265 if (power_on) { in n810_set_power_emmc() 278 static int n8x0_mmc_set_power(struct device *dev, int slot, int power_on, in n8x0_mmc_set_power() argument 282 return n8x0_mmc_set_power_menelaus(dev, slot, power_on, vdd); in n8x0_mmc_set_power() 284 n810_set_power_emmc(dev, power_on); in n8x0_mmc_set_power()
|
/linux/arch/arm/mach-s3c/ |
A D | pm-s3c64xx.c | 89 .power_on = s3c64xx_pd_on, 99 .power_on = s3c64xx_pd_on, 109 .power_on = s3c64xx_pd_on, 119 .power_on = s3c64xx_pd_on, 129 .power_on = s3c64xx_pd_on, 139 .power_on = s3c64xx_pd_on, 148 .power_on = s3c64xx_pd_on, 158 .power_on = s3c64xx_pd_on,
|
/linux/include/linux/platform_data/ |
A D | mmc-omap.h | 88 int power_on, int vdd); 90 void (*remux)(struct device *dev, int slot, int power_on); 93 int power_on, int vdd); 96 int power_on, int vdd);
|
/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
A D | dcn303_hwseq.h | 13 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on); 14 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on); 15 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
|
A D | dcn303_hwseq.c | 27 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) in dcn303_dpp_pg_control() argument 32 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn303_hubp_pg_control() argument 37 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on) in dcn303_dsc_pg_control() argument
|
/linux/drivers/net/ipa/ |
A D | ipa_smp2p.c | 68 bool power_on; member 95 smp2p->power_on = pm_runtime_get_if_active(dev, true) > 0; in ipa_smp2p_notify() 99 value = smp2p->power_on ? mask : 0; in ipa_smp2p_notify() 129 if (smp2p->power_on) in ipa_smp2p_panic_notifier() 213 if (!ipa->smp2p->power_on) in ipa_smp2p_power_release() 218 ipa->smp2p->power_on = false; in ipa_smp2p_power_release()
|
/linux/drivers/soc/samsung/ |
A D | pm_domains.c | 35 static int exynos_pd_power(struct generic_pm_domain *domain, bool power_on) in exynos_pd_power() argument 45 pwr = power_on ? pd->local_pwr_cfg : 0; in exynos_pd_power() 53 op = (power_on) ? "enable" : "disable"; in exynos_pd_power() 128 pd->pd.power_on = exynos_pd_power_on; in exynos_pd_probe()
|
/linux/drivers/phy/socionext/ |
A D | phy-uniphier-ahci.c | 29 int (*power_on)(struct uniphier_ahciphy_priv *priv); member 192 if (priv->data->power_on) { in uniphier_ahciphy_power_on() 193 ret = priv->data->power_on(priv); in uniphier_ahciphy_power_on() 225 .power_on = uniphier_ahciphy_power_on, 283 .power_on = uniphier_ahciphy_pxs2_power_on, 291 .power_on = uniphier_ahciphy_pxs2_power_on,
|
/linux/drivers/phy/ti/ |
A D | phy-omap-usb2.c | 66 u32 power_on; member 76 u32 power_on; member 165 val = phy->power_on; in omap_usb_phy_power() 265 .power_on = omap_usb_power_on, 303 .power_on = AM437X_USB2_OTGVDET_EN | AM437X_USB2_OTGSESSEND_EN, 312 .power_on = AM654_USB2_VBUS_DET_EN | AM654_USB2_VBUSVALID_DET_EN, 399 phy->power_on = phy_data->power_on; in omap_usb2_probe()
|
/linux/drivers/phy/samsung/ |
A D | phy-exynos5250-usb2.c | 368 .power_on = exynos5250_power_on, 374 .power_on = exynos5250_power_on, 380 .power_on = exynos5250_power_on, 386 .power_on = exynos5250_power_on, 395 .power_on = exynos5250_power_on, 401 .power_on = exynos5250_power_on,
|
A D | phy-exynos4210-usb2.c | 229 .power_on = exynos4210_power_on, 235 .power_on = exynos4210_power_on, 241 .power_on = exynos4210_power_on, 247 .power_on = exynos4210_power_on,
|
/linux/drivers/usb/host/ |
A D | ohci-st.c | 124 .power_on = st_ohci_platform_power_on, 198 if (pdata->power_on) { in st_ohci_platform_probe() 199 err = pdata->power_on(dev); in st_ohci_platform_probe() 289 if (pdata->power_on) { in st_ohci_resume() 290 err = pdata->power_on(pdev); in st_ohci_resume()
|
A D | ehci-st.c | 144 .power_on = st_ehci_platform_power_on, 221 if (pdata->power_on) { in st_ehci_platform_probe() 222 err = pdata->power_on(dev); in st_ehci_platform_probe() 311 if (pdata->power_on) { in st_ehci_resume() 312 err = pdata->power_on(pdev); in st_ehci_resume()
|
A D | ohci-platform.c | 85 .power_on = ohci_platform_power_on, 198 if (pdata->power_on) { in ohci_platform_probe() 199 err = pdata->power_on(dev); in ohci_platform_probe() 295 if (pdata->power_on) { in ohci_platform_resume() 296 int err = pdata->power_on(pdev); in ohci_platform_resume()
|
/linux/drivers/firmware/ |
A D | scpi_pm_domain.c | 33 static int scpi_pd_power(struct scpi_pm_domain *pd, bool power_on) in scpi_pd_power() argument 38 if (power_on) in scpi_pd_power() 120 scpi_pd->genpd.power_on = scpi_pd_power_on; in scpi_pm_domain_probe()
|
/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_opp_regamma_v.c | 37 bool power_on, bool inputgamma, bool regamma) in power_on_lut() argument 42 if (power_on) { in power_on_lut() 521 bool power_on) in dce110_opp_power_on_regamma_lut_v() argument 533 power_on, in dce110_opp_power_on_regamma_lut_v() 545 power_on, in dce110_opp_power_on_regamma_lut_v()
|
/linux/arch/arm/mach-omap1/ |
A D | board-h3-mmc.c | 22 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 25 gpio_set_value(H3_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
|
A D | board-sx1-mmc.c | 22 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 32 if (power_on) in mmc_set_power()
|
A D | board-h2-mmc.c | 21 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 24 gpio_set_value(H2_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
|
/linux/drivers/soc/imx/ |
A D | gpc.c | 193 if (domain->base.power_on) in imx_pgc_power_domain_probe() 194 domain->base.power_on(&domain->base); in imx_pgc_power_domain_probe() 263 .power_on = imx6_pm_domain_power_on, 274 .power_on = imx6_pm_domain_power_on, 283 .power_on = imx6_pm_domain_power_on, 380 domain->base.power_on(&domain->base); in imx_gpc_old_dt_init()
|