/openbmc/linux/arch/arm/mach-s3c/ |
H A D | pm-s3c64xx.c | 88 .power_off = s3c64xx_pd_off, 98 .power_off = s3c64xx_pd_off, 108 .power_off = s3c64xx_pd_off, 118 .power_off = s3c64xx_pd_off, 128 .power_off = s3c64xx_pd_off, 138 .power_off = s3c64xx_pd_off, 147 .power_off = s3c64xx_pd_off, 157 .power_off = s3c64xx_pd_off,
|
/openbmc/u-boot/drivers/phy/ |
H A D | omap-usb2-phy.c | 44 u32 power_off; member 51 .power_off = OMAP_DEV_PHY_PD, 58 .power_off = OMAP_DEV_PHY_PD, 65 .power_off = OMAP_USB2_PHY_PD, 74 .power_off = AM437X_USB2_PHY_PD | AM437X_USB2_OTG_PD, 116 val |= data->power_off; in omap_usb_phy_power() 165 .power_off = omap_usb2_phy_power_off,
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-omap-usb2.c | 67 u32 power_off; member 77 u32 power_off; member 167 val = phy->power_off; in omap_usb_phy_power() 266 .power_off = omap_usb_power_off, 274 .power_off = OMAP_DEV_PHY_PD, 281 .power_off = OMAP_DEV_PHY_PD, 288 .power_off = OMAP_DEV_PHY_PD, 295 .power_off = OMAP_USB2_PHY_PD, 304 .power_off = AM437X_USB2_PHY_PD | AM437X_USB2_OTG_PD, 313 .power_off = AM654_USB2_OTG_PD, [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-visionox-rm69299.c | 104 goto power_off; in visionox_rm69299_prepare() 110 goto power_off; in visionox_rm69299_prepare() 116 goto power_off; in visionox_rm69299_prepare() 122 goto power_off; in visionox_rm69299_prepare() 128 goto power_off; in visionox_rm69299_prepare() 137 goto power_off; in visionox_rm69299_prepare() 147 power_off: in visionox_rm69299_prepare()
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/files/ |
H A D | ampere_power_util.sh | 24 power_off() { function 64 power_off 92 power_off 119 power_off
|
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/ |
H A D | power-util | 8 power_off() { function 61 power_off 65 power_off
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/ |
H A D | bios-update.sh | 30 power_off() { function 99 power_off 127 power_off
|
/openbmc/linux/drivers/phy/samsung/ |
H A D | phy-exynos5250-usb2.c | 369 .power_off = exynos5250_power_off, 375 .power_off = exynos5250_power_off, 381 .power_off = exynos5250_power_off, 387 .power_off = exynos5250_power_off, 396 .power_off = exynos5250_power_off, 402 .power_off = exynos5250_power_off,
|
H A D | phy-exynos4210-usb2.c | 230 .power_off = exynos4210_power_off, 236 .power_off = exynos4210_power_off, 242 .power_off = exynos4210_power_off, 248 .power_off = exynos4210_power_off,
|
H A D | phy-exynos4x12-usb2.c | 341 .power_off = exynos4x12_power_off, 347 .power_off = exynos4x12_power_off, 353 .power_off = exynos4x12_power_off, 359 .power_off = exynos4x12_power_off,
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_sbi_hsm.c | 25 if (!target_vcpu->arch.power_off) in kvm_sbi_hsm_vcpu_start() 44 if (vcpu->arch.power_off) in kvm_sbi_hsm_vcpu_stop() 61 if (!target_vcpu->arch.power_off) in kvm_sbi_hsm_vcpu_get_status()
|
H A D | vcpu.c | 196 !vcpu->arch.power_off && !vcpu->arch.pause); in kvm_arch_vcpu_runnable() 426 vcpu->arch.power_off = true; in kvm_riscv_vcpu_power_off() 433 vcpu->arch.power_off = false; in kvm_riscv_vcpu_power_on() 440 if (vcpu->arch.power_off) in kvm_arch_vcpu_ioctl_get_mpstate() 455 vcpu->arch.power_off = false; in kvm_arch_vcpu_ioctl_set_mpstate() 564 (!vcpu->arch.power_off) && (!vcpu->arch.pause), in kvm_riscv_check_vcpu_requests() 568 if (vcpu->arch.power_off || vcpu->arch.pause) { in kvm_riscv_check_vcpu_requests()
|
/openbmc/linux/drivers/ps3/ |
H A D | sys-manager-core.c | 40 if (ps3_sys_manager_ops.power_off) in ps3_sys_manager_power_off() 41 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops.dev); in ps3_sys_manager_power_off()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-st.c | 124 .power_off = st_ohci_platform_power_off, 215 if (pdata->power_off) in st_ohci_platform_probe() 216 pdata->power_off(dev); in st_ohci_platform_probe() 239 if (pdata->power_off) in st_ohci_platform_remove() 240 pdata->power_off(dev); in st_ohci_platform_remove()
|
H A D | ohci-platform.c | 86 .power_off = ohci_platform_power_off, 224 if (pdata->power_off) in ohci_platform_probe() 225 pdata->power_off(dev); in ohci_platform_probe() 251 if (pdata->power_off) in ohci_platform_remove() 252 pdata->power_off(dev); in ohci_platform_remove()
|
H A D | ehci-platform.c | 128 .power_off = ehci_platform_power_off, 386 if (pdata->power_off) in ehci_platform_probe() 387 pdata->power_off(dev); in ehci_platform_probe() 414 if (pdata->power_off) in ehci_platform_remove() 415 pdata->power_off(dev); in ehci_platform_remove()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | reboot.c | 62 .power_off = native_machine_power_off, 73 machine_ops.power_off(); in machine_power_off()
|
/openbmc/linux/drivers/phy/socionext/ |
H A D | phy-uniphier-ahci.c | 31 int (*power_off)(struct uniphier_ahciphy_priv *priv); member 370 if (priv->data->power_off) in uniphier_ahciphy_power_off() 371 ret = priv->data->power_off(priv); in uniphier_ahciphy_power_off() 383 .power_off = uniphier_ahciphy_power_off, 464 .power_off = uniphier_ahciphy_pro4_power_off, 471 .power_off = uniphier_ahciphy_pxs2_power_off, 480 .power_off = uniphier_ahciphy_pxs2_power_off,
|
/openbmc/linux/arch/arm/mach-imx/ |
H A D | gpc.c | 46 void imx_gpc_set_arm_power_in_lpm(bool power_off) in imx_gpc_set_arm_power_in_lpm() argument 48 writel_relaxed(power_off, gpc_base + GPC_PGC_CPU_PDN); in imx_gpc_set_arm_power_in_lpm() 51 void imx_gpc_set_l2_mem_power_in_lpm(bool power_off) in imx_gpc_set_l2_mem_power_in_lpm() argument 57 if (power_off) in imx_gpc_set_l2_mem_power_in_lpm()
|
H A D | common.h | 38 void imx_gpc_set_arm_power_in_lpm(bool power_off); 39 void imx_gpc_set_l2_mem_power_in_lpm(bool power_off);
|
/openbmc/linux/Documentation/driver-api/phy/ |
H A D | samsung-usb2.rst | 78 .power_off = exynos4210_power_off, 84 .power_off = exynos4210_power_off, 90 .power_off = exynos4210_power_off, 96 .power_off = exynos4210_power_off, 102 `int (*power_off)(struct samsung_usb2_phy_instance *);`
|
/openbmc/linux/include/linux/ |
H A D | reboot.h | 160 int register_platform_power_off(void (*power_off)(void)); 161 void unregister_platform_power_off(void (*power_off)(void));
|
/openbmc/linux/drivers/pmdomain/imx/ |
H A D | imx8mp-blk-ctrl.c | 45 void (*power_off) (struct imx8mp_blk_ctrl *bc, struct imx8mp_blk_ctrl_domain *domain); member 76 void (*power_off) (struct imx8mp_blk_ctrl *bc, struct imx8mp_blk_ctrl_domain *domain); member 290 .power_off = imx8mp_hsio_blk_ctrl_power_off, 517 .power_off = imx8mp_hdmi_blk_ctrl_power_off, 584 bc->power_off(bc, domain); in imx8mp_blk_ctrl_power_off() 650 bc->power_off = bc_data->power_off; in imx8mp_blk_ctrl_probe() 700 domain->genpd.power_off = imx8mp_blk_ctrl_power_off; in imx8mp_blk_ctrl_probe()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | pwrseq.c | 74 if (pwrseq && pwrseq->ops->power_off) in mmc_pwrseq_power_off() 75 pwrseq->ops->power_off(host); in mmc_pwrseq_power_off()
|
H A D | pwrseq_sd8787.c | 73 .power_off = mmc_pwrseq_sd8787_power_off, 78 .power_off = mmc_pwrseq_wilc1000_power_off,
|