Home
last modified time | relevance | path

Searched refs:power_off (Results 1 – 25 of 220) sorted by relevance

123456789

/linux/drivers/phy/ti/
A Dphy-omap-usb2.c67 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 …]
/linux/arch/arm/mach-s3c/
A Dpm-s3c64xx.c88 .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,
/linux/drivers/gpu/drm/panel/
A Dpanel-visionox-rm69299.c104 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()
A Dpanel-truly-nt35597.c390 goto power_off; in truly_nt35597_prepare()
397 goto power_off; in truly_nt35597_prepare()
406 goto power_off; in truly_nt35597_prepare()
416 power_off: in truly_nt35597_prepare()
/linux/drivers/phy/socionext/
A Dphy-uniphier-ahci.c30 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,
/linux/drivers/phy/samsung/
A Dphy-exynos5250-usb2.c369 .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,
A Dphy-exynos4210-usb2.c230 .power_off = exynos4210_power_off,
236 .power_off = exynos4210_power_off,
242 .power_off = exynos4210_power_off,
248 .power_off = exynos4210_power_off,
A Dphy-exynos4x12-usb2.c341 .power_off = exynos4x12_power_off,
347 .power_off = exynos4x12_power_off,
353 .power_off = exynos4x12_power_off,
359 .power_off = exynos4x12_power_off,
A Dphy-samsung-usb2.c70 if (inst->cfg->power_off) { in samsung_usb2_phy_power_off()
72 ret = inst->cfg->power_off(inst); in samsung_usb2_phy_power_off()
87 .power_off = samsung_usb2_phy_power_off,
A Dphy-s5pv210-usb2.c174 .power_off = s5pv210_power_off,
180 .power_off = s5pv210_power_off,
/linux/drivers/usb/host/
A Dohci-st.c126 .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()
A Dohci-platform.c87 .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()
A Dehci-platform.c131 .power_off = ehci_platform_power_off,
388 if (pdata->power_off) in ehci_platform_probe()
389 pdata->power_off(dev); in ehci_platform_probe()
416 if (pdata->power_off) in ehci_platform_remove()
417 pdata->power_off(dev); in ehci_platform_remove()
/linux/drivers/ps3/
A Dsys-manager-core.c40 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()
/linux/arch/arm64/kvm/
A Dpsci.c57 vcpu->arch.power_off = true; in kvm_psci_vcpu_off()
87 if (!vcpu->arch.power_off) { in kvm_psci_vcpu_on()
116 vcpu->arch.power_off = false; in kvm_psci_vcpu_on()
154 if (!tmp->arch.power_off) in kvm_psci_vcpu_affinity_info()
180 tmp->arch.power_off = true; in kvm_prepare_system_event()
/linux/arch/arm/mach-imx/
A Dgpc.c46 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()
A Dcommon.h38 void imx_gpc_set_arm_power_in_lpm(bool power_off);
39 void imx_gpc_set_l2_mem_power_in_lpm(bool power_off);
/linux/arch/sh/kernel/
A Dreboot.c63 .power_off = native_machine_power_off,
74 machine_ops.power_off(); in machine_power_off()
/linux/Documentation/driver-api/phy/
A Dsamsung-usb2.rst78 .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 *);`
/linux/arch/riscv/kvm/
A Dvcpu.c130 !vcpu->arch.power_off && !vcpu->arch.pause); in kvm_arch_vcpu_runnable()
545 vcpu->arch.power_off = true; in kvm_riscv_vcpu_power_off()
552 vcpu->arch.power_off = false; in kvm_riscv_vcpu_power_on()
559 if (vcpu->arch.power_off) in kvm_arch_vcpu_ioctl_get_mpstate()
574 vcpu->arch.power_off = false; in kvm_arch_vcpu_ioctl_set_mpstate()
648 (!vcpu->arch.power_off) && (!vcpu->arch.pause), in kvm_riscv_check_vcpu_requests()
651 if (vcpu->arch.power_off || vcpu->arch.pause) { in kvm_riscv_check_vcpu_requests()
/linux/drivers/mmc/core/
A Dpwrseq.c74 if (pwrseq && pwrseq->ops->power_off) in mmc_pwrseq_power_off()
75 pwrseq->ops->power_off(host); in mmc_pwrseq_power_off()
/linux/drivers/base/power/
A Dcommon.c183 void dev_pm_domain_detach(struct device *dev, bool power_off) in dev_pm_domain_detach() argument
186 dev->pm_domain->detach(dev, power_off); in dev_pm_domain_detach()
/linux/drivers/phy/qualcomm/
A Dphy-qcom-ipq4019-usb.c53 .power_off = ipq4019_ss_phy_power_off,
85 .power_off = ipq4019_hs_phy_power_off,
/linux/drivers/gpu/drm/bridge/
A Dnxp-ptn3460.c161 bool power_off; in ptn3460_get_edid() local
165 power_off = !ptn_bridge->enabled; in ptn3460_get_edid()
183 if (power_off) in ptn3460_get_edid()
/linux/arch/arm/mach-cns3xxx/
A Dcns3420vb.c161 .power_off = csn3xxx_usb_power_off,
192 .power_off = csn3xxx_usb_power_off,

Completed in 44 milliseconds

123456789