| /linux/drivers/gpu/drm/amd/display/dc/pg/dcn35/ |
| H A D | dcn35_pg_cntl.c | 76 void pg_cntl35_dsc_pg_control(struct pg_cntl *pg_cntl, unsigned int dsc_inst, bool power_on) in pg_cntl35_dsc_pg_control() argument 79 uint32_t power_gate = power_on ? 0 : 1; in pg_cntl35_dsc_pg_control() 80 uint32_t pwr_status = power_on ? 0 : 2; in pg_cntl35_dsc_pg_control() 87 if (skip_pg && !power_on) in pg_cntl35_dsc_pg_control() 91 if (power_on) { in pg_cntl35_dsc_pg_control() 142 pg_cntl->pg_pipe_res_enable[PG_DSC][dsc_inst] = power_on; in pg_cntl35_dsc_pg_control() 175 …d pg_cntl35_hubp_dpp_pg_control(struct pg_cntl *pg_cntl, unsigned int hubp_dpp_inst, bool power_on) in pg_cntl35_hubp_dpp_pg_control() argument 178 uint32_t power_gate = power_on ? 0 : 1; in pg_cntl35_hubp_dpp_pg_control() 179 uint32_t pwr_status = power_on ? 0 : 2; in pg_cntl35_hubp_dpp_pg_control() 187 if (skip_pg && !power_on) in pg_cntl35_hubp_dpp_pg_control() [all …]
|
| H A D | dcn35_pg_cntl.h | 172 void pg_cntl35_dsc_pg_control(struct pg_cntl *pg_cntl, unsigned int dsc_inst, bool power_on); 174 unsigned int hubp_dpp_inst, bool power_on); 175 void pg_cntl35_hpo_pg_control(struct pg_cntl *pg_cntl, bool power_on); 176 void pg_cntl35_io_clk_pg_control(struct pg_cntl *pg_cntl, bool power_on); 177 void pg_cntl35_plane_otg_pg_control(struct pg_cntl *pg_cntl, bool power_on); 179 unsigned int mpcc_inst, bool power_on); 181 unsigned int opp_inst, bool power_on); 183 unsigned int optc_inst, bool power_on); 184 void pg_cntl35_dwb_pg_control(struct pg_cntl *pg_cntl, bool power_on);
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | pg_cntl.h | 40 void (*dsc_pg_control)(struct pg_cntl *pg_cntl, unsigned int dsc_inst, bool power_on); 41 void (*hubp_dpp_pg_control)(struct pg_cntl *pg_cntl, unsigned int hubp_dpp_inst, bool power_on); 42 void (*hpo_pg_control)(struct pg_cntl *pg_cntl, bool power_on); 43 void (*io_clk_pg_control)(struct pg_cntl *pg_cntl, bool power_on); 44 void (*plane_otg_pg_control)(struct pg_cntl *pg_cntl, bool power_on); 45 void (*mpcc_pg_control)(struct pg_cntl *pg_cntl, unsigned int mpcc_inst, bool power_on); 46 void (*opp_pg_control)(struct pg_cntl *pg_cntl, unsigned int opp_inst, bool power_on); 47 void (*optc_pg_control)(struct pg_cntl *pg_cntl, unsigned int optc_inst, bool power_on); 48 void (*dwb_pg_control)(struct pg_cntl *pg_cntl, bool power_on); 49 void (*mem_pg_control)(struct pg_cntl *pg_cntl, bool power_on); [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn302/ |
| H 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()
|
| H 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/arch/arm/mach-s3c/ |
| H 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/ |
| H A D | mmc-omap.h | 86 int power_on, int vdd); 88 void (*remux)(struct device *dev, int slot, int power_on); 91 int power_on, int vdd); 94 int power_on, int vdd);
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ |
| H A D | dcn303_hwseq.h | 32 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on); 33 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on); 34 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
|
| H A D | dcn303_hwseq.c | 46 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) in dcn303_dpp_pg_control() argument 51 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn303_hubp_pg_control() argument 56 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on) in dcn303_dsc_pg_control() argument
|
| /linux/drivers/usb/host/ |
| H A D | ohci-platform.c | 83 .power_on = ohci_platform_power_on, 196 if (pdata->power_on) { in ohci_platform_probe() 197 err = pdata->power_on(dev); in ohci_platform_probe() 286 if (pdata->power_on) in ohci_platform_suspend() 287 pdata->power_on(pdev); in ohci_platform_suspend() 307 if (pdata->power_on) { in ohci_platform_resume_common() 308 err = pdata->power_on(pdev); in ohci_platform_resume_common()
|
| H A D | ehci-platform.c | 126 .power_on = ehci_platform_power_on, 366 if (pdata->power_on) { in ehci_platform_probe() 367 err = pdata->power_on(dev); in ehci_platform_probe() 459 if (pdata->power_on) in ehci_platform_suspend() 460 pdata->power_on(pdev); in ehci_platform_suspend() 484 if (pdata->power_on) { in ehci_platform_resume() 485 err = pdata->power_on(pdev); in ehci_platform_resume()
|
| /linux/drivers/pmdomain/samsung/ |
| H A D | exynos-pm-domains.c | 36 static int exynos_pd_power(struct generic_pm_domain *domain, bool power_on) in exynos_pd_power() argument 46 pwr = power_on ? pd->local_pwr_cfg : 0; in exynos_pd_power() 54 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/ti/ |
| H A D | phy-omap-usb2.c | 67 u32 power_on; member 77 u32 power_on; member 166 val = phy->power_on; in omap_usb_phy_power() 266 .power_on = omap_usb_power_on, 304 .power_on = AM437X_USB2_OTGVDET_EN | AM437X_USB2_OTGSESSEND_EN, 313 .power_on = AM654_USB2_VBUS_DET_EN | AM654_USB2_VBUSVALID_DET_EN, 404 phy->power_on = phy_data->power_on; in omap_usb2_probe()
|
| /linux/drivers/phy/samsung/ |
| H 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,
|
| H 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,
|
| H A D | phy-exynos4x12-usb2.c | 340 .power_on = exynos4x12_power_on, 346 .power_on = exynos4x12_power_on, 352 .power_on = exynos4x12_power_on, 358 .power_on = exynos4x12_power_on,
|
| /linux/drivers/pmdomain/sunxi/ |
| H A D | sun20i-ppu.c | 58 static int sun20i_ppu_pd_set_power(const struct sun20i_ppu_pd *pd, bool power_on) in sun20i_ppu_pd_set_power() argument 63 if (sun20i_ppu_pd_is_on(pd) == power_on) in sun20i_ppu_pd_set_power() 72 state = power_on ? PD_STATE_ON : PD_STATE_OFF; in sun20i_ppu_pd_set_power() 154 pd->genpd.power_on = sun20i_ppu_pd_power_on; in sun20i_ppu_probe()
|
| /linux/drivers/pmdomain/arm/ |
| H A D | scpi_pm_domain.c | 34 static int scpi_pd_power(struct scpi_pm_domain *pd, bool power_on) in scpi_pd_power() argument 39 if (power_on) in scpi_pd_power() 121 scpi_pd->genpd.power_on = scpi_pd_power_on; in scpi_pm_domain_probe()
|
| /linux/drivers/phy/socionext/ |
| H A D | phy-uniphier-ahci.c | 30 int (*power_on)(struct uniphier_ahciphy_priv *priv); member 349 if (priv->data->power_on) { in uniphier_ahciphy_power_on() 350 ret = priv->data->power_on(priv); in uniphier_ahciphy_power_on() 382 .power_on = uniphier_ahciphy_power_on, 463 .power_on = uniphier_ahciphy_pro4_power_on, 470 .power_on = uniphier_ahciphy_pxs2_power_on, 479 .power_on = uniphier_ahciphy_pxs2_power_on,
|
| /linux/arch/arm/mach-omap1/ |
| H A D | board-sx1-mmc.c | 20 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument 30 if (power_on) in mmc_set_power()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
| H A D | dcn314_hwseq.h | 36 void dcn314_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on); 50 void dcn314_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_opp_regamma_v.c | 35 bool power_on, bool inputgamma, bool regamma) in power_on_lut() argument 40 if (power_on) { in power_on_lut() 519 bool power_on) in dce110_opp_power_on_regamma_lut_v() argument 531 power_on, in dce110_opp_power_on_regamma_lut_v() 543 power_on, in dce110_opp_power_on_regamma_lut_v()
|
| /linux/drivers/pmdomain/imx/ |
| H A D | scu-pd.c | 352 static int imx_sc_pd_power(struct generic_pm_domain *domain, bool power_on) in imx_sc_pd_power() argument 367 msg.mode = power_on ? IMX_SC_PM_PW_MODE_ON : IMX_SC_PM_PW_MODE_LP; in imx_sc_pd_power() 370 if (imx_con_rsrc == pd->rsrc && !console_suspend_enabled && !power_on) in imx_sc_pd_power() 376 power_on ? "up" : "off", pd->rsrc, ret); in imx_sc_pd_power() 428 sc_pd->pd.power_on = imx_sc_pd_power_on; in imx_scu_add_pm_domain()
|
| H A D | gpc.c | 194 if (domain->base.power_on) in imx_pgc_power_domain_probe() 195 domain->base.power_on(&domain->base); in imx_pgc_power_domain_probe() 262 .power_on = imx6_pm_domain_power_on, 273 .power_on = imx6_pm_domain_power_on, 282 .power_on = imx6_pm_domain_power_on, 378 domain->base.power_on(&domain->base); in imx_gpc_old_dt_init()
|
| /linux/Documentation/driver-api/phy/ |
| H A D | samsung-usb2.rst | 77 .power_on = exynos4210_power_on, 83 .power_on = exynos4210_power_on, 89 .power_on = exynos4210_power_on, 95 .power_on = exynos4210_power_on, 101 - `int (*power_on)(struct samsung_usb2_phy_instance *);`
|