/openbmc/linux/drivers/clk/mmp/ |
H 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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/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);
|
/openbmc/linux/drivers/staging/fieldbus/anybuss/ |
H 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()
|
/openbmc/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,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
H 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);
|
H 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
|
/openbmc/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 *);`
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_bmc_image_switch.robot | 30 # iteration power_on 39 # iteration power_on 47 [Arguments] ${iteration} ${power_on} 51 # power_on If YES, boot the system post firmware image switch, 58 Continue For Loop If '${power_on}' == 'NO'
|
/openbmc/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);
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_smp2p.c | 54 * @power_on: Whether IPA power is on 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()
|
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/ |
H A D | power-util | 13 power_on() { function 57 power_on 69 power_on
|
/openbmc/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() 129 pd->pd.power_on = exynos_pd_power_on; in exynos_pd_probe()
|
/openbmc/linux/drivers/phy/ti/ |
H 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()
|
/openbmc/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()
|
/openbmc/u-boot/drivers/phy/ |
H A D | omap-usb2-phy.c | 43 u32 power_on; member 73 .power_on = AM437X_USB2_OTGVDET_EN | AM437X_USB2_OTGSESSEND_EN, 114 val |= data->power_on; in omap_usb_phy_power() 164 .power_on = omap_usb2_phy_power_on,
|
/openbmc/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,
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-st.c | 122 .power_on = st_ohci_platform_power_on, 190 if (pdata->power_on) { in st_ohci_platform_probe() 191 err = pdata->power_on(dev); in st_ohci_platform_probe() 279 if (pdata->power_on) { in st_ohci_resume() 280 err = pdata->power_on(pdev); in st_ohci_resume()
|
H A D | ehci-st.c | 142 .power_on = st_ehci_platform_power_on, 214 if (pdata->power_on) { in st_ehci_platform_probe() 215 err = pdata->power_on(dev); in st_ehci_platform_probe() 301 if (pdata->power_on) { in st_ehci_resume() 302 err = pdata->power_on(pdev); in st_ehci_resume()
|
/openbmc/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,
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | board-n8x0.c | 164 int power_on, int vdd) in n8x0_mmc_set_power_menelaus() argument 170 power_on ? "on" : "off", vdd); in n8x0_mmc_set_power_menelaus() 173 if (!power_on) in n8x0_mmc_set_power_menelaus() 195 if (!power_on) in n8x0_mmc_set_power_menelaus() 232 static int n8x0_mmc_set_power(struct device *dev, int slot, int power_on, in n8x0_mmc_set_power() argument 236 return n8x0_mmc_set_power_menelaus(dev, slot, power_on, vdd); in n8x0_mmc_set_power()
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/files/ |
H A D | ampere_power_util.sh | 29 power_on() { function 87 power_on 115 power_on
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | scmi_pm_domain.c | 25 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()
|
/openbmc/linux/drivers/firmware/ |
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()
|