/linux-4.1.27/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.1.27/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.1.27/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-samsung-usb2.c | 62 if (inst->cfg->power_off) { in samsung_usb2_phy_power_off() 64 ret = inst->cfg->power_off(inst); in samsung_usb2_phy_power_off() 76 .power_off = samsung_usb2_phy_power_off,
|
D | phy-s5pv210-usb2.c | 173 .power_off = s5pv210_power_off, 179 .power_off = s5pv210_power_off,
|
D | phy-samsung-usb2.h | 52 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-rockchip-usb.c | 89 .power_off = rockchip_usb_phy_power_off,
|
D | phy-bcm-kona-usb2.c | 97 .power_off = bcm_kona_usb_phy_power_off,
|
D | phy-mvebu-sata.c | 80 .power_off = phy_mvebu_sata_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-exynos-mipi-video.c | 129 .power_off = exynos_mipi_video_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-berlin-sata.c | 181 .power_off = phy_berlin_sata_power_off,
|
D | phy-sun4i-usb.c | 211 .power_off = sun4i_usb_phy_power_off,
|
D | phy-omap-usb2.c | 143 .power_off = omap_usb_power_off,
|
D | phy-rcar-gen2.c | 191 .power_off = rcar_gen2_phy_power_off,
|
D | phy-ti-pipe3.c | 286 .power_off = ti_pipe3_power_off,
|
D | phy-exynos5-usbdrd.c | 544 .power_off = exynos5_usbdrd_phy_power_off,
|
D | phy-twl4030-usb.c | 637 .power_off = twl4030_phy_power_off,
|
/linux-4.1.27/arch/sh/kernel/ |
D | reboot.c | 68 .power_off = native_machine_power_off, 79 machine_ops.power_off(); in machine_power_off()
|
/linux-4.1.27/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 | 116 .power_off = ohci_platform_power_off, 286 if (pdata->power_off) in ohci_platform_probe() 287 pdata->power_off(dev); in ohci_platform_probe() 312 if (pdata->power_off) in ohci_platform_remove() 313 pdata->power_off(dev); in ohci_platform_remove()
|
D | ehci-platform.c | 147 .power_off = ehci_platform_power_off, 310 if (pdata->power_off) in ehci_platform_probe() 311 pdata->power_off(dev); in ehci_platform_probe() 336 if (pdata->power_off) in ehci_platform_remove() 337 pdata->power_off(dev); in ehci_platform_remove()
|
D | ehci-st.c | 153 .power_off = st_ehci_platform_power_off, 275 if (pdata->power_off) in st_ehci_platform_remove() 276 pdata->power_off(dev); in st_ehci_platform_remove()
|
/linux-4.1.27/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 | 217 if (!genpd->power_off) in genpd_power_off() 221 ret = genpd->power_off(genpd); in genpd_power_off() 604 if (genpd->power_off) { in pm_genpd_poweroff() 2121 static void genpd_dev_pm_detach(struct device *dev, bool power_off) in genpd_dev_pm_detach() argument
|
/linux-4.1.27/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.1.27/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.1.27/include/linux/ |
D | pm_domain.h | 69 int (*power_off)(struct generic_pm_domain *domain); member 317 extern void dev_pm_domain_detach(struct device *dev, bool power_off); 323 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {} in dev_pm_domain_detach() argument
|
D | pm.h | 614 void (*detach)(struct device *dev, bool power_off);
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
D | cns3420vb.c | 164 .power_off = csn3xxx_usb_power_off, 195 .power_off = csn3xxx_usb_power_off,
|
D | core.c | 333 .power_off = csn3xxx_usb_power_off, 339 .power_off = csn3xxx_usb_power_off,
|
/linux-4.1.27/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.1.27/include/linux/platform_data/ |
D | brcmfmac-sdio.h | 131 void (*power_off)(void); member
|
/linux-4.1.27/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.1.27/arch/sh/include/asm/ |
D | reboot.h | 11 void (*power_off)(void); member
|
/linux-4.1.27/include/linux/input/ |
D | kxtj9.h | 59 int (*power_off)(void); member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | reboot.h | 11 void (*power_off)(void); member
|
/linux-4.1.27/drivers/gpu/drm/bridge/ |
D | ptn3460.c | 204 bool power_off; in ptn3460_get_modes() local 211 power_off = !ptn_bridge->enabled; in ptn3460_get_modes() 233 if (power_off) in ptn3460_get_modes()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | platform.c | 34 _F(void, power_off, (void), { while(1); });
|
/linux-4.1.27/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.1.27/arch/arm/mach-ux500/ |
D | pm_domains.c | 44 .power_off = pd_power_off,
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | gpc.c | 69 void imx_gpc_set_arm_power_in_lpm(bool power_off) in imx_gpc_set_arm_power_in_lpm() argument 71 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 | 70 void imx_gpc_set_arm_power_in_lpm(bool power_off);
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_bridge.c | 64 static void power_off(struct drm_bridge *bridge) in power_off() function 126 power_off(bridge); in hdmi_bridge_post_disable()
|
/linux-4.1.27/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.1.27/arch/arm/mach-shmobile/ |
D | pm-r8a7779.c | 89 genpd->power_off = pd_power_down; in r8a7779_init_pm_domain()
|
D | setup-r8a7778.c | 167 .power_off = usb_power_off, 179 .power_off = usb_power_off,
|
D | setup-r8a7779.c | 382 .power_off = usb_power_off, 437 .power_off = usb_power_off,
|
D | pm-rmobile.c | 159 genpd->power_off = rmobile_pd_power_down; in rmobile_init_pm_domain()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
D | platform.c | 153 .power_off = alchemy_ehci_power_off, 181 .power_off = alchemy_ohci_power_off,
|
/linux-4.1.27/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.1.27/arch/arm/mach-exynos/ |
D | pm_domains.c | 141 pd->pd.power_off = exynos_pd_power_off; in exynos4_pm_init_power_domain()
|
/linux-4.1.27/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.1.27/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.1.27/include/linux/phy/ |
D | phy.h | 37 int (*power_off)(struct phy *phy); member
|
/linux-4.1.27/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.1.27/drivers/acpi/ |
D | device_pm.c | 1059 static void acpi_dev_pm_detach(struct device *dev, bool power_off) in acpi_dev_pm_detach() argument 1066 if (power_off) { in acpi_dev_pm_detach()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ps3.h | 446 void (*power_off)(struct ps3_system_bus_device *dev); member
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-tegra-xusb.c | 601 .power_off = pcie_phy_power_off, 675 .power_off = sata_phy_power_off,
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 315 .power_off = octeon_ehci_power_off, 379 .power_off = octeon_ohci_power_off,
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 1514 cancel_delayed_work(&hdev->power_off); in hci_dev_open() 1567 cancel_delayed_work(&hdev->power_off); in hci_dev_do_close() 1686 cancel_delayed_work(&hdev->power_off); in hci_dev_close() 2081 queue_delayed_work(hdev->req_workqueue, &hdev->power_off, in hci_power_on() 2118 power_off.work); in hci_power_off() 3070 INIT_DELAYED_WORK(&hdev->power_off, hci_power_off); in hci_alloc_dev()
|
D | mgmt.c | 1394 cancel_delayed_work(&hdev->power_off); in clean_up_hci_complete() 1395 queue_work(hdev->req_workqueue, &hdev->power_off.work); in clean_up_hci_complete() 1569 cancel_delayed_work(&hdev->power_off); in set_powered() 1597 queue_delayed_work(hdev->req_workqueue, &hdev->power_off, in set_powered() 1602 cancel_delayed_work(&hdev->power_off); in set_powered() 1603 queue_work(hdev->req_workqueue, &hdev->power_off.work); in set_powered() 7781 cancel_delayed_work(&hdev->power_off); in mgmt_device_disconnected() 7782 queue_work(hdev->req_workqueue, &hdev->power_off.work); in mgmt_device_disconnected() 7841 cancel_delayed_work(&hdev->power_off); in mgmt_connect_failed() 7842 queue_work(hdev->req_workqueue, &hdev->power_off.work); in mgmt_connect_failed()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh.c | 1310 if (brcmfmac_sdio_pdata->power_off) in brcmf_sdio_pd_remove() 1311 brcmfmac_sdio_pdata->power_off(); in brcmf_sdio_pd_remove()
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 64 init, exit, power_on and power_off.
|
D | IPMI.txt | 602 The action may be "reset", "power_cycle", or "power_off", and
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | core.c | 328 .power_off = ep93xx_ohci_power_off,
|
/linux-4.1.27/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() 2352 goto power_off; in wl12xx_init_fw() 2356 goto power_off; in wl12xx_init_fw() 2378 power_off: in wl12xx_init_fw()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 1326 .power_off = xen_machine_power_off,
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 310 struct delayed_work power_off; member
|