/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | pm.c | 92 .power_off = s3c64xx_pd_off, 102 .power_off = s3c64xx_pd_off, 112 .power_off = s3c64xx_pd_off, 122 .power_off = s3c64xx_pd_off, 132 .power_off = s3c64xx_pd_off, 142 .power_off = s3c64xx_pd_off, 151 .power_off = s3c64xx_pd_off, 161 .power_off = s3c64xx_pd_off,
|
/linux-4.4.14/arch/arm/kvm/ |
D | psci.c | 66 vcpu->arch.power_off = true; in kvm_psci_vcpu_off() 90 if (!vcpu->arch.power_off) { in kvm_psci_vcpu_on() 118 vcpu->arch.power_off = false; in kvm_psci_vcpu_on() 156 if (!tmp->arch.power_off) in kvm_psci_vcpu_affinity_info() 182 tmp->arch.power_off = true; in kvm_prepare_system_event()
|
D | arm.c | 321 if (vcpu->arch.power_off) in kvm_arch_vcpu_ioctl_get_mpstate() 334 vcpu->arch.power_off = false; in kvm_arch_vcpu_ioctl_set_mpstate() 337 vcpu->arch.power_off = true; in kvm_arch_vcpu_ioctl_set_mpstate() 356 && !v->arch.power_off && !v->arch.pause); in kvm_arch_vcpu_runnable() 512 wait_event_interruptible(*wq, ((!vcpu->arch.power_off) && in vcpu_sleep() 563 if (vcpu->arch.power_off || vcpu->arch.pause) in kvm_arch_vcpu_ioctl_run() 586 vcpu->arch.power_off || vcpu->arch.pause) { in kvm_arch_vcpu_ioctl_run() 810 vcpu->arch.power_off = true; in kvm_arch_vcpu_ioctl_vcpu_init() 812 vcpu->arch.power_off = false; in kvm_arch_vcpu_ioctl_vcpu_init()
|
/linux-4.4.14/drivers/ps3/ |
D | sys-manager-core.c | 52 if (ps3_sys_manager_ops.power_off) in ps3_sys_manager_power_off() 53 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops.dev); in ps3_sys_manager_power_off()
|
D | ps3-sys-manager.c | 716 ops.power_off = ps3_sys_manager_final_power_off; in ps3_sys_manager_probe()
|
/linux-4.4.14/drivers/phy/ |
D | phy-exynos4210-usb2.c | 233 .power_off = exynos4210_power_off, 239 .power_off = exynos4210_power_off, 245 .power_off = exynos4210_power_off, 251 .power_off = exynos4210_power_off,
|
D | phy-exynos4x12-usb2.c | 344 .power_off = exynos4x12_power_off, 350 .power_off = exynos4x12_power_off, 356 .power_off = exynos4x12_power_off, 362 .power_off = exynos4x12_power_off,
|
D | phy-exynos5250-usb2.c | 374 .power_off = exynos5250_power_off, 380 .power_off = exynos5250_power_off, 386 .power_off = exynos5250_power_off, 392 .power_off = exynos5250_power_off,
|
D | phy-s5pv210-usb2.c | 173 .power_off = s5pv210_power_off, 179 .power_off = s5pv210_power_off,
|
D | phy-samsung-usb2.c | 72 if (inst->cfg->power_off) { in samsung_usb2_phy_power_off() 74 ret = inst->cfg->power_off(inst); in samsung_usb2_phy_power_off() 89 .power_off = samsung_usb2_phy_power_off,
|
D | phy-samsung-usb2.h | 54 int (*power_off)(struct samsung_usb2_phy_instance *); member
|
D | phy-exynos-dp-video.c | 53 .power_off = exynos_dp_video_phy_power_off,
|
D | phy-lpc18xx-usb-otg.c | 87 .power_off = lpc18xx_usb_otg_phy_power_off,
|
D | phy-rockchip-usb.c | 89 .power_off = rockchip_usb_phy_power_off,
|
D | phy-tusb1210.c | 58 .power_off = tusb1210_power_off,
|
D | phy-mvebu-sata.c | 80 .power_off = phy_mvebu_sata_power_off,
|
D | phy-bcm-kona-usb2.c | 97 .power_off = bcm_kona_usb_phy_power_off,
|
D | phy-stih41x-usb.c | 118 .power_off = stih41x_usb_phy_power_off,
|
D | phy-qcom-ufs-qmp-14nm.c | 122 .power_off = ufs_qcom_phy_power_off,
|
D | phy-bcm-cygnus-pcie.c | 119 .power_off = cygnus_pcie_phy_power_off,
|
D | phy-pistachio-usb.c | 131 .power_off = pistachio_usb_phy_power_off,
|
D | phy-exynos-mipi-video.c | 129 .power_off = exynos_mipi_video_phy_power_off,
|
D | phy-pxa-28nm-hsic.c | 165 .power_off = mv_hsic_phy_power_off,
|
D | phy-qcom-ufs-qmp-20nm.c | 178 .power_off = ufs_qcom_phy_power_off,
|
D | phy-exynos5250-sata.c | 160 .power_off = exynos_sata_phy_power_off,
|
D | phy-core.c | 326 if (phy->power_count == 1 && phy->ops->power_off) { in phy_power_off() 327 ret = phy->ops->power_off(phy); in phy_power_off()
|
D | phy-pxa-28nm-usb2.c | 300 .power_off = mv_usb2_phy_28nm_power_off,
|
D | phy-berlin-sata.c | 181 .power_off = phy_berlin_sata_power_off,
|
D | phy-rcar-gen2.c | 190 .power_off = rcar_gen2_phy_power_off,
|
D | phy-omap-usb2.c | 143 .power_off = omap_usb_power_off,
|
D | phy-ti-pipe3.c | 305 .power_off = ti_pipe3_power_off,
|
D | phy-mt65xx-usb3.c | 405 .power_off = mt65xx_phy_power_off,
|
D | phy-exynos5-usbdrd.c | 544 .power_off = exynos5_usbdrd_phy_power_off,
|
D | phy-twl4030-usb.c | 633 .power_off = twl4030_phy_power_off,
|
D | phy-sun4i-usb.c | 381 .power_off = sun4i_usb_phy_power_off,
|
/linux-4.4.14/arch/arm/mach-zx/ |
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,
|
/linux-4.4.14/arch/sh/kernel/ |
D | reboot.c | 68 .power_off = native_machine_power_off, 79 machine_ops.power_off(); in machine_power_off()
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-st.c | 129 .power_off = st_ohci_platform_power_off, 228 if (pdata->power_off) in st_ohci_platform_probe() 229 pdata->power_off(dev); in st_ohci_platform_probe() 252 if (pdata->power_off) in st_ohci_platform_remove() 253 pdata->power_off(dev); in st_ohci_platform_remove()
|
D | ohci-platform.c | 110 .power_off = ohci_platform_power_off, 265 if (pdata->power_off) in ohci_platform_probe() 266 pdata->power_off(dev); in ohci_platform_probe() 291 if (pdata->power_off) in ohci_platform_remove() 292 pdata->power_off(dev); in ohci_platform_remove()
|
D | ehci-platform.c | 142 .power_off = ehci_platform_power_off, 300 if (pdata->power_off) in ehci_platform_probe() 301 pdata->power_off(dev); in ehci_platform_probe() 326 if (pdata->power_off) in ehci_platform_remove() 327 pdata->power_off(dev); in ehci_platform_remove()
|
D | ehci-st.c | 148 .power_off = st_ehci_platform_power_off, 270 if (pdata->power_off) in st_ehci_platform_remove() 271 pdata->power_off(dev); in st_ehci_platform_remove()
|
/linux-4.4.14/drivers/base/power/ |
D | common.c | 125 void dev_pm_domain_detach(struct device *dev, bool power_off) in dev_pm_domain_detach() argument 128 dev->pm_domain->detach(dev, power_off); in dev_pm_domain_detach()
|
D | domain.c | 138 if (!genpd->power_off) in genpd_power_off() 142 return genpd->power_off(genpd); in genpd_power_off() 145 ret = genpd->power_off(genpd); in genpd_power_off() 336 if (genpd->power_off) { in genpd_poweroff() 1701 static void genpd_dev_pm_detach(struct device *dev, bool power_off) in genpd_dev_pm_detach() argument
|
/linux-4.4.14/Documentation/phy/ |
D | samsung-usb2.txt | 77 .power_off = exynos4210_power_off, 83 .power_off = exynos4210_power_off, 89 .power_off = exynos4210_power_off, 95 .power_off = exynos4210_power_off, 101 - int (*power_off)(struct samsung_usb2_phy_instance *);
|
/linux-4.4.14/include/linux/ |
D | pm_domain.h | 56 int (*power_off)(struct generic_pm_domain *domain); member 242 extern void dev_pm_domain_detach(struct device *dev, bool power_off); 248 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {} in dev_pm_domain_detach() argument
|
D | pm.h | 628 void (*detach)(struct device *dev, bool power_off);
|
/linux-4.4.14/drivers/mmc/core/ |
D | pwrseq.c | 108 if (pwrseq && pwrseq->ops && pwrseq->ops->power_off) in mmc_pwrseq_power_off() 109 pwrseq->ops->power_off(host); in mmc_pwrseq_power_off()
|
D | pwrseq.h | 14 void (*power_off)(struct mmc_host *host); member
|
D | pwrseq_simple.c | 93 .power_off = mmc_pwrseq_simple_power_off,
|
/linux-4.4.14/arch/arm/mach-cns3xxx/ |
D | cns3420vb.c | 164 .power_off = csn3xxx_usb_power_off, 195 .power_off = csn3xxx_usb_power_off,
|
D | core.c | 340 .power_off = csn3xxx_usb_power_off, 346 .power_off = csn3xxx_usb_power_off,
|
/linux-4.4.14/drivers/media/i2c/ |
D | as3645a.c | 577 goto power_off; in as3645a_registered() 584 goto power_off; in as3645a_registered() 594 goto power_off; in as3645a_registered() 622 goto power_off; in as3645a_registered() 626 goto power_off; in as3645a_registered() 633 power_off: in as3645a_registered()
|
/linux-4.4.14/include/linux/platform_data/ |
D | brcmfmac-sdio.h | 131 void (*power_off)(void); member
|
/linux-4.4.14/include/linux/usb/ |
D | ohci_pdriver.h | 42 void (*power_off)(struct platform_device *pdev); member
|
D | ehci_pdriver.h | 56 void (*power_off)(struct platform_device *pdev); member
|
/linux-4.4.14/arch/sh/include/asm/ |
D | reboot.h | 11 void (*power_off)(void); member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | reboot.h | 11 void (*power_off)(void); member
|
/linux-4.4.14/include/linux/input/ |
D | kxtj9.h | 59 int (*power_off)(void); member
|
/linux-4.4.14/drivers/gpu/drm/bridge/ |
D | nxp-ptn3460.c | 203 bool power_off; in ptn3460_get_modes() local 210 power_off = !ptn_bridge->enabled; in ptn3460_get_modes() 232 if (power_off) in ptn3460_get_modes()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | platform.c | 34 _F(void, power_off, (void), { while(1); });
|
/linux-4.4.14/drivers/staging/iio/light/ |
D | tsl2x7x.h | 95 int (*power_off)(struct i2c_client *dev); member
|
D | tsl2x7x_core.c | 781 if (chip->pdata && chip->pdata->power_off) in tsl2x7x_chip_off() 782 chip->pdata->power_off(chip->client); in tsl2x7x_chip_off()
|
/linux-4.4.14/arch/arm/mach-ux500/ |
D | pm_domains.c | 44 .power_off = pd_power_off,
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | gpc.c | 70 void imx_gpc_set_arm_power_in_lpm(bool power_off) in imx_gpc_set_arm_power_in_lpm() argument 72 writel_relaxed(power_off, gpc_base + GPC_PGC_CPU_PDN); in imx_gpc_set_arm_power_in_lpm() 375 .power_off = imx6q_pm_pu_power_off,
|
D | common.h | 66 void imx_gpc_set_arm_power_in_lpm(bool power_off);
|
/linux-4.4.14/arch/x86/kernel/ |
D | apm_32.c | 411 static bool power_off; variable 413 static bool power_off = 1; variable 1849 if (power_off) in apm() 1892 power_off = !invert; in apm_setup() 2323 if ((num_online_cpus() > 1) && !power_off && !smp) { in apm_init() 2411 if (power_off) in apm_exit() 2427 module_param(power_off, bool, 0444); 2428 MODULE_PARM_DESC(power_off, "Enable power off");
|
D | reboot.c | 679 .power_off = native_machine_power_off, 691 machine_ops.power_off(); in machine_power_off()
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_bridge.c | 64 static void power_off(struct drm_bridge *bridge) in power_off() function 136 power_off(bridge); in hdmi_bridge_post_disable()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9002_hw.c | 205 bool power_off) in ar9002_hw_configpcipowersave() argument 211 if (!power_off /* !restore */) { in ar9002_hw_configpcipowersave() 252 if (power_off) { in ar9002_hw_configpcipowersave()
|
D | hw-ops.h | 25 bool power_off) in ath9k_hw_configpcipowersave() argument 30 ath9k_hw_ops(ah)->config_pci_powersave(ah, power_off); in ath9k_hw_configpcipowersave()
|
D | ar9003_hw.c | 1010 bool power_off) in ar9003_hw_configpcipowersave() argument 1030 if (!power_off /* !restore */) { in ar9003_hw_configpcipowersave() 1040 array = power_off ? &ah->iniPcieSerdes : in ar9003_hw_configpcipowersave()
|
D | hw.h | 722 bool power_off);
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | platform.c | 153 .power_off = alchemy_ehci_power_off, 181 .power_off = alchemy_ohci_power_off,
|
/linux-4.4.14/arch/arm/include/asm/ |
D | kvm_host.h | 130 bool power_off; member
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | kvm_host.h | 153 bool power_off; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | hif-ops.h | 143 return ar->hif_ops->power_off(ar); in ath6kl_hif_power_off()
|
D | hif.h | 257 int (*power_off)(struct ath6kl *ar); member
|
D | usb.c | 1086 .power_off = ath6kl_usb_power_off,
|
D | sdio.c | 1259 .power_off = ath6kl_sdio_power_off,
|
/linux-4.4.14/arch/arm/mach-exynos/ |
D | pm_domains.c | 154 pd->pd.power_off = exynos_pd_power_off; in exynos4_pm_init_power_domain()
|
/linux-4.4.14/drivers/clk/qcom/ |
D | gdsc.c | 197 sc->pd.power_off = gdsc_disable; in gdsc_init()
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 113 my $power_off; 276 "POWER_OFF" => \$power_off, 1401 } elsif ($poweroff_on_error && defined($power_off)) { 1403 `$power_off`; 2478 if (!run_ssh "halt" or defined($power_off)) { 2481 run_command "$power_off"; 2485 run_command "$power_off";
|
/linux-4.4.14/drivers/input/misc/ |
D | kxtj9.c | 223 if (tj9->pdata.power_off) in kxtj9_device_power_off() 224 tj9->pdata.power_off(); in kxtj9_device_power_off()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | ibmphp_core.c | 220 static inline int power_off(struct slot *slot_cur) in power_off() function 544 rc = power_off(slot_cur); in init_ops() 1173 rcpr = power_off(slot_cur); in enable_slot()
|
/linux-4.4.14/include/linux/phy/ |
D | phy.h | 37 int (*power_off)(struct phy *phy); member
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | pm-rmobile.c | 136 genpd->power_off = rmobile_pd_power_down; in rmobile_init_pm_domain()
|
/linux-4.4.14/drivers/acpi/ |
D | device_pm.c | 1057 static void acpi_dev_pm_detach(struct device *dev, bool power_off) in acpi_dev_pm_detach() argument 1064 if (power_off) { in acpi_dev_pm_detach()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ps3.h | 446 void (*power_off)(struct ps3_system_bus_device *dev); member
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 315 .power_off = octeon_ehci_power_off, 379 .power_off = octeon_ohci_power_off,
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tegra-xusb.c | 612 .power_off = pcie_phy_power_off, 686 .power_off = sata_phy_power_off,
|
/linux-4.4.14/drivers/soc/dove/ |
D | pmu.c | 215 domain->base.power_off = pmu_domain_power_off; in __pmu_domain_register()
|
/linux-4.4.14/drivers/soc/rockchip/ |
D | pm_domains.c | 297 pd->genpd.power_off = rockchip_pd_power_off; in rockchip_pm_add_one_domain()
|
/linux-4.4.14/drivers/soc/mediatek/ |
D | mtk-scpsys.c | 471 genpd->power_off = scpsys_power_off; in scpsys_probe()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh.c | 1337 if (brcmfmac_sdio_pdata->power_off) in brcmf_sdio_pd_remove() 1338 brcmfmac_sdio_pdata->power_off(); in brcmf_sdio_pd_remove()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 1596 cancel_delayed_work(&hdev->power_off); in hci_dev_open() 1652 cancel_delayed_work(&hdev->power_off); in hci_dev_do_close() 1778 cancel_delayed_work(&hdev->power_off); in hci_dev_close() 2173 queue_delayed_work(hdev->req_workqueue, &hdev->power_off, in hci_power_on() 2210 power_off.work); in hci_power_off() 3299 INIT_DELAYED_WORK(&hdev->power_off, hci_power_off); in hci_alloc_dev()
|
D | mgmt.c | 1414 cancel_delayed_work(&hdev->power_off); in clean_up_hci_complete() 1415 queue_work(hdev->req_workqueue, &hdev->power_off.work); in clean_up_hci_complete() 1675 cancel_delayed_work(&hdev->power_off); in set_powered() 1703 queue_delayed_work(hdev->req_workqueue, &hdev->power_off, in set_powered() 1708 cancel_delayed_work(&hdev->power_off); in set_powered() 1709 queue_work(hdev->req_workqueue, &hdev->power_off.work); in set_powered() 8010 cancel_delayed_work(&hdev->power_off); in mgmt_device_disconnected() 8011 queue_work(hdev->req_workqueue, &hdev->power_off.work); in mgmt_device_disconnected() 8070 cancel_delayed_work(&hdev->power_off); in mgmt_connect_failed() 8071 queue_work(hdev->req_workqueue, &hdev->power_off.work); in mgmt_connect_failed()
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | core.c | 220 .power_off = ep93xx_ohci_power_off,
|
/linux-4.4.14/Documentation/ |
D | phy.txt | 64 init, exit, power_on and power_off.
|
D | IPMI.txt | 604 The action may be "reset", "power_cycle", or "power_off", and
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | main.c | 1166 goto power_off; in wl1271_plt_start() 1171 goto power_off; in wl1271_plt_start() 1186 power_off: in wl1271_plt_start() 2359 goto power_off; in wl12xx_init_fw() 2363 goto power_off; in wl12xx_init_fw() 2385 power_off: in wl12xx_init_fw()
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 1334 .power_off = xen_machine_power_off,
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 316 struct delayed_work power_off; member
|