Home
last modified time | relevance | path

Searched refs:power_on (Results 1 – 25 of 275) sorted by relevance

1234567891011

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_hwseq.c45 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()
Ddcn302_hwseq.h31 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-6.1.9/drivers/clk/mmp/
Dpwr-island.c20 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-6.1.9/drivers/staging/fieldbus/anybuss/
Dhms-profinet.c37 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()
/linux-6.1.9/arch/arm/mach-omap2/
Dboard-n8x0.c192 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-6.1.9/include/linux/platform_data/
Dmmc-omap.h88 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-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_hwseq.h13 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);
Ddcn303_hwseq.c27 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-6.1.9/arch/arm/mach-s3c/
Dpm-s3c64xx.c89 .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-6.1.9/drivers/net/ipa/
Dipa_smp2p.c68 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-6.1.9/drivers/soc/samsung/
Dpm_domains.c35 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-6.1.9/drivers/phy/ti/
Dphy-omap-usb2.c66 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-6.1.9/drivers/phy/samsung/
Dphy-exynos4210-usb2.c229 .power_on = exynos4210_power_on,
235 .power_on = exynos4210_power_on,
241 .power_on = exynos4210_power_on,
247 .power_on = exynos4210_power_on,
Dphy-exynos5250-usb2.c368 .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,
/linux-6.1.9/arch/arm/mach-omap1/
Dboard-h3-mmc.c22 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()
Dboard-sx1-mmc.c21 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power() argument
31 if (power_on) in mmc_set_power()
Dboard-h2-mmc.c21 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-6.1.9/drivers/firmware/
Dscpi_pm_domain.c33 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-6.1.9/drivers/usb/host/
Dohci-st.c122 .power_on = st_ohci_platform_power_on,
196 if (pdata->power_on) { in st_ohci_platform_probe()
197 err = pdata->power_on(dev); in st_ohci_platform_probe()
287 if (pdata->power_on) { in st_ohci_resume()
288 err = pdata->power_on(pdev); in st_ohci_resume()
Dohci-platform.c84 .power_on = ohci_platform_power_on,
197 if (pdata->power_on) { in ohci_platform_probe()
198 err = pdata->power_on(dev); in ohci_platform_probe()
296 if (pdata->power_on) { in ohci_platform_resume_common()
297 int err = pdata->power_on(pdev); in ohci_platform_resume_common()
Dehci-st.c142 .power_on = st_ehci_platform_power_on,
219 if (pdata->power_on) { in st_ehci_platform_probe()
220 err = pdata->power_on(dev); in st_ehci_platform_probe()
309 if (pdata->power_on) { in st_ehci_resume()
310 err = pdata->power_on(pdev); in st_ehci_resume()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.h38 bool power_on);
49 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
/linux-6.1.9/drivers/phy/socionext/
Dphy-uniphier-ahci.c30 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-6.1.9/drivers/firmware/arm_scmi/
Dscmi_pm_domain.c25 static int scmi_pd_power(struct generic_pm_domain *domain, bool power_on) in scmi_pd_power() argument
31 if (power_on) in scmi_pd_power()
104 scmi_pd->genpd.power_on = scmi_pd_power_on; in scmi_pm_domain_probe()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_opp_regamma_v.c35 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()

1234567891011