/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,
|
/linux/drivers/phy/ti/ |
H A D | phy-omap-usb2.c | 68 u32 power_off; member 78 u32 power_off; member 168 val = phy->power_off; in omap_usb_phy_power() 267 .power_off = omap_usb_power_off, 275 .power_off = OMAP_DEV_PHY_PD, 282 .power_off = OMAP_DEV_PHY_PD, 289 .power_off = OMAP_DEV_PHY_PD, 296 .power_off = OMAP_USB2_PHY_PD, 305 .power_off = AM437X_USB2_PHY_PD | AM437X_USB2_OTG_PD, 314 .power_off [all...] |
/linux/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,
|
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,
|
H A D | phy-samsung-usb2.c | 66 dev_dbg(drv->dev, "Request to power_off \"%s\" usb phy\n", in samsung_usb2_phy_power_off() 68 if (inst->cfg->power_off) { in samsung_usb2_phy_power_off() 70 ret = inst->cfg->power_off(inst); in samsung_usb2_phy_power_off() 85 .power_off = samsung_usb2_phy_power_off,
|
H A D | phy-s5pv210-usb2.c | 174 .power_off = s5pv210_power_off, 180 .power_off = s5pv210_power_off,
|
/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()
|
/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()
|
/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,
|
/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);
|
/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 *);`
|
/linux/include/linux/ |
H A D | reboot.h | 163 int register_platform_power_off(void (*power_off)(void)); 164 void unregister_platform_power_off(void (*power_off)(void));
|
/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()
|
/linux/drivers/usb/host/ |
H A D | ehci-platform.c | 128 .power_off = ehci_platform_power_off, 387 if (pdata->power_off) in ehci_platform_probe() 388 pdata->power_off(dev); in ehci_platform_probe() 415 if (pdata->power_off) in ehci_platform_remove() 416 pdata->power_off(dev); in ehci_platform_remove()
|
H A D | ehci-st.c | 144 .power_off = st_ehci_platform_power_off, 258 if (pdata->power_off) in st_ehci_platform_remove() 259 pdata->power_off(dev); in st_ehci_platform_remove()
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_disp_ovl_adaptor.c | 103 .power_off = mtk_mdp_rdma_power_off, 248 * power_off - Power off the devices in OVL adaptor 252 * Calls the .power_off() ovl_adaptor component callback if it is present. 254 static inline void power_off(struct device *dev, int num) in power_off() function 264 !comp_matches[i].funcs->power_off) in power_off() 267 comp_matches[i].funcs->power_off(ovl_adaptor->ovl_adaptor_comp[i]); in power_off() 295 power_off(dev, i); in mtk_ovl_adaptor_power_on() 304 power_off(dev, OVL_ADAPTOR_ID_MAX); in mtk_ovl_adaptor_power_off()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | nxp-ptn3460.c | 161 bool power_off; in ptn3460_edid_read() local 165 power_off = !ptn_bridge->enabled; in ptn3460_edid_read() 184 if (power_off) in ptn3460_edid_read()
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-truly-nt35597.c | 346 dev_err(ctx->dev, "power_off failed ret = %d\n", ret); in truly_nt35597_unprepare() 377 goto power_off; in truly_nt35597_prepare() 384 goto power_off; in truly_nt35597_prepare() 393 goto power_off; in truly_nt35597_prepare() 401 power_off: in truly_nt35597_prepare() 403 dev_err(ctx->dev, "power_off failed\n"); in truly_nt35597_prepare()
|
/linux/arch/sh/include/asm/ |
H A D | reboot.h | 12 void (*power_off)(void); member
|
/linux/include/linux/usb/ |
H A D | ohci_pdriver.h | 29 void (*power_off)(struct platform_device *pdev); member
|
H A D | ehci_pdriver.h | 44 void (*power_off)(struct platform_device *pdev); member
|
/linux/include/linux/input/ |
H A D | kxtj9.h | 46 int (*power_off)(void); member
|
/linux/drivers/gpu/drm/tiny/ |
H A D | repaper.c | 609 static void power_off(struct repaper_epd *epd) in power_off() function 684 power_off(epd); in repaper_pipe_enable() 695 power_off(epd); in repaper_pipe_enable() 708 power_off(epd); in repaper_pipe_enable() 748 power_off(epd); in repaper_pipe_enable() 760 power_off(epd); in repaper_pipe_enable() 828 power_off(epd); in repaper_pipe_disable()
|