/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 [all...] |
/kernel/linux/linux-6.6/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 [all...] |
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/drivers/phy/samsung/ |
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,
|
/kernel/linux/linux-6.6/drivers/phy/samsung/ |
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-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,
|
/kernel/linux/linux-5.10/drivers/phy/socionext/ |
H A D | phy-uniphier-ahci.c | 30 int (*power_off)(struct uniphier_ahciphy_priv *priv); member 213 if (priv->data->power_off) in uniphier_ahciphy_power_off() 214 ret = priv->data->power_off(priv); in uniphier_ahciphy_power_off() 226 .power_off = uniphier_ahciphy_power_off, 284 .power_off = uniphier_ahciphy_pxs2_power_off, 292 .power_off = uniphier_ahciphy_pxs2_power_off,
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | reboot.c | 63 .power_off = native_machine_power_off, 74 machine_ops.power_off(); in machine_power_off()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | reboot.c | 62 .power_off = native_machine_power_off, 73 machine_ops.power_off(); in machine_power_off()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 | 39 void imx_gpc_set_arm_power_in_lpm(bool power_off); 40 void imx_gpc_set_l2_mem_power_in_lpm(bool power_off);
|
/kernel/linux/linux-5.10/arch/arm/mach-zx/ |
H A D | zx296702-pm-domain.c | 112 .power_off = normal_power_off, 121 .power_off = normal_power_off, 130 .power_off = normal_power_off, 139 .power_off = normal_power_off,
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | psci.c | 57 vcpu->arch.power_off = true; in kvm_psci_vcpu_off() 81 if (!vcpu->arch.power_off) { in kvm_psci_vcpu_on() 110 vcpu->arch.power_off = false; in kvm_psci_vcpu_on() 145 if (!tmp->arch.power_off) in kvm_psci_vcpu_affinity_info() 171 tmp->arch.power_off = true; in kvm_prepare_system_event()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-platform.c | 87 .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 | ohci-st.c | 126 .power_off = st_ohci_platform_power_off, 223 if (pdata->power_off) in st_ohci_platform_probe() 224 pdata->power_off(dev); in st_ohci_platform_probe() 247 if (pdata->power_off) in st_ohci_platform_remove() 248 pdata->power_off(dev); in st_ohci_platform_remove()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
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 | 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()
|
/kernel/linux/linux-6.6/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,
|