/linux-4.1.27/drivers/sh/ |
H A D | pm_runtime.c | 59 .runtime_suspend = sh_pm_runtime_suspend,
|
/linux-4.1.27/arch/arm/mach-omap1/ |
H A D | pm_bus.c | 54 .runtime_suspend = omap1_pm_runtime_suspend,
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | pmu.h | 31 * @runtime_suspend: an optional handler which will be called by the 42 int (*runtime_suspend)(struct device *dev); member in struct:arm_pmu_platdata
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | core.h | 24 int (*runtime_suspend)(struct mmc_host *); member in struct:mmc_bus_ops
|
H A D | bus.c | 183 return host->bus_ops->runtime_suspend(host); mmc_runtime_suspend()
|
H A D | sd.c | 1165 * Callback for runtime_suspend. 1220 .runtime_suspend = mmc_sd_runtime_suspend,
|
H A D | mmc.c | 1757 * Callback for runtime_suspend. 1848 .runtime_suspend = mmc_runtime_suspend,
|
H A D | sdio.c | 1065 .runtime_suspend = mmc_sdio_runtime_suspend,
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_pm.c | 222 if (pm && pm->runtime_suspend) { sdev_runtime_suspend() 226 err = pm->runtime_suspend(dev); sdev_runtime_suspend() 341 .runtime_suspend = scsi_runtime_suspend,
|
H A D | sr.c | 87 .runtime_suspend = sr_runtime_suspend,
|
H A D | sd.c | 508 .runtime_suspend = sd_suspend_runtime,
|
/linux-4.1.27/drivers/base/power/ |
H A D | generic_ops.c | 19 * ->runtime_suspend(), execute it and return its error code. Otherwise, 27 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; pm_generic_runtime_suspend()
|
H A D | runtime.c | 375 * GFP_KERNEL happens inside runtime_suspend and rpm_callback() 403 * otherwise run the ->runtime_suspend() callback directly. When 404 * ->runtime_suspend succeeded, if a deferred resume was requested while 408 * If ->runtime_suspend failed with -EAGAIN or -EBUSY, and if the RPM_AUTO 515 callback = RPM_GET_CALLBACK(dev, runtime_suspend); 1259 * ->runtime_suspend() and ->runtime_resume() callbacks for this device should 1406 * if it is active, invoke it's .runtime_suspend callback to bring it into 1422 callback = RPM_GET_CALLBACK(dev, runtime_suspend); pm_runtime_force_suspend()
|
H A D | domain.c | 1844 cb = dev->type->pm->runtime_suspend; pm_genpd_default_save_state() 1846 cb = dev->class->pm->runtime_suspend; pm_genpd_default_save_state() 1848 cb = dev->bus->pm->runtime_suspend; pm_genpd_default_save_state() 1853 cb = dev->driver->pm->runtime_suspend; pm_genpd_default_save_state() 1908 genpd->domain.ops.runtime_suspend = pm_genpd_runtime_suspend; pm_genpd_init()
|
/linux-4.1.27/drivers/uio/ |
H A D | uio_dmem_genirq.c | 314 /* Runtime PM callback shared between ->runtime_suspend() uio_dmem_genirq_runtime_nop() 330 .runtime_suspend = uio_dmem_genirq_runtime_nop,
|
H A D | uio_pdrv_genirq.c | 234 /* Runtime PM callback shared between ->runtime_suspend() uio_pdrv_genirq_runtime_nop() 250 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
|
/linux-4.1.27/include/linux/ |
H A D | pm.h | 271 * @runtime_suspend: Prepare the device for a condition in which it won't be 316 int (*runtime_suspend)(struct device *dev); member in struct:dev_pm_ops 347 .runtime_suspend = suspend_fn, \ 367 * be different from the corresponding runtime PM callbacks, .runtime_suspend(), 368 * and .runtime_resume(), because .runtime_suspend() always works on an already 373 * .resume_early(), to the same routines as .runtime_suspend() and 490 * RPM_SUSPENDED Device bus type's ->runtime_suspend() callback has 497 * RPM_SUSPENDING Device bus type's ->runtime_suspend() callback is being 515 * RPM_REQ_SUSPEND Run the device bus type's ->runtime_suspend() callback
|
H A D | spmi.h | 141 * implemented by issuing a SLEEP command to the slave on runtime_suspend(),
|
/linux-4.1.27/drivers/misc/ |
H A D | isl29020.c | 215 .runtime_suspend = isl29020_runtime_suspend,
|
/linux-4.1.27/drivers/scsi/ufs/ |
H A D | ufshcd-pci.c | 163 .runtime_suspend = ufshcd_pci_runtime_suspend,
|
H A D | ufshcd-pltfrm.c | 382 .runtime_suspend = ufshcd_pltfrm_runtime_suspend,
|
/linux-4.1.27/drivers/pci/ |
H A D | pci-driver.c | 1124 if (!pm || !pm->runtime_suspend) pci_pm_runtime_suspend() 1129 error = pm->runtime_suspend(dev); pci_pm_runtime_suspend() 1130 suspend_report_result(pm->runtime_suspend, error); pci_pm_runtime_suspend() 1142 pm->runtime_suspend); pci_pm_runtime_suspend() 1218 .runtime_suspend = pci_pm_runtime_suspend,
|
/linux-4.1.27/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 623 ret = dev->bus->pm->runtime_suspend(dev); vga_switcheroo_runtime_suspend() 652 domain->ops.runtime_suspend = vga_switcheroo_runtime_suspend; vga_switcheroo_init_domain_pm_ops()
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
H A D | common.c | 746 /* Runtime PM callback shared between ->runtime_suspend() usbhsc_runtime_nop() 759 .runtime_suspend = usbhsc_runtime_nop,
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | perf_event.c | 517 if (plat && plat->runtime_suspend) armpmu_runtime_suspend() 518 return plat->runtime_suspend(dev); armpmu_runtime_suspend()
|
/linux-4.1.27/drivers/misc/mei/ |
H A D | pci-txe.c | 387 dev->pg_domain.ops.runtime_suspend = mei_txe_pm_runtime_suspend; mei_txe_set_pm_domain()
|
H A D | pci-me.c | 437 dev->pg_domain.ops.runtime_suspend = mei_me_pm_runtime_suspend; mei_me_set_pm_domain()
|
/linux-4.1.27/drivers/net/irda/ |
H A D | sh_irda.c | 847 /* Runtime PM callback shared between ->runtime_suspend() sh_irda_runtime_nop() 858 .runtime_suspend = sh_irda_runtime_nop,
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
H A D | mixer_drv.c | 403 .runtime_suspend = mxr_runtime_suspend,
|
H A D | sdo_drv.c | 326 .runtime_suspend = sdo_runtime_suspend,
|
H A D | sii9234_drv.c | 278 .runtime_suspend = sii9234_runtime_suspend,
|
H A D | hdmi_drv.c | 771 .runtime_suspend = hdmi_runtime_suspend,
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-sun4i.c | 459 .runtime_suspend = sun4i_spi_runtime_suspend,
|
H A D | spi-sun6i.c | 465 .runtime_suspend = sun6i_spi_runtime_suspend,
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | ds.c | 971 static int runtime_suspend(struct device *dev) runtime_suspend() function 1059 ret = runtime_suspend(dev); pm_state_store() 1217 return runtime_suspend(dev); pcmcia_bus_suspend_callback()
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
H A D | camif-core.c | 644 .runtime_suspend = s3c_camif_runtime_suspend,
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-lynxpoint.c | 428 .runtime_suspend = lp_gpio_runtime_suspend,
|
H A D | gpio-omap.c | 1335 * In ->runtime_suspend(), level-triggered, wakeup-enabled omap_gpio_runtime_resume() 1338 * pre-runtime_suspend() values for edge triggering. omap_gpio_runtime_resume()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | psb_drv.c | 471 .runtime_suspend = psb_runtime_suspend,
|
/linux-4.1.27/drivers/acpi/ |
H A D | acpi_lpss.c | 651 .runtime_suspend = acpi_lpss_runtime_suspend,
|
H A D | device_pm.c | 1031 .runtime_suspend = acpi_subsys_runtime_suspend,
|
/linux-4.1.27/drivers/usb/core/ |
H A D | port.c | 175 .runtime_suspend = usb_port_runtime_suspend,
|
H A D | hcd-pci.c | 651 .runtime_suspend = hcd_pci_runtime_suspend,
|
H A D | usb.c | 367 .runtime_suspend = usb_runtime_suspend,
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | hdmi4.c | 749 .runtime_suspend = hdmi_runtime_suspend,
|
H A D | hdmi5.c | 784 .runtime_suspend = hdmi_runtime_suspend,
|
H A D | dss.c | 1202 .runtime_suspend = dss_runtime_suspend,
|
H A D | rfbi.c | 1036 .runtime_suspend = rfbi_runtime_suspend,
|
H A D | venc.c | 949 .runtime_suspend = venc_runtime_suspend,
|
H A D | dispc.c | 4002 .runtime_suspend = dispc_runtime_suspend,
|
H A D | dsi.c | 5543 .runtime_suspend = dsi_runtime_suspend,
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
H A D | sst.c | 555 .runtime_suspend = intel_sst_runtime_suspend,
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-sh_mobile.c | 964 /* Runtime PM callback shared between ->runtime_suspend() sh_mobile_i2c_runtime_nop() 975 .runtime_suspend = sh_mobile_i2c_runtime_nop,
|
H A D | i2c-at91.c | 895 .runtime_suspend = at91_twi_runtime_suspend,
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
H A D | mt9t031.c | 576 .runtime_suspend = mt9t031_runtime_suspend,
|
/linux-4.1.27/drivers/mfd/ |
H A D | omap-usb-host.c | 860 .runtime_suspend = usbhs_runtime_suspend,
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 54 .runtime_suspend = pm_generic_runtime_suspend,
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.c | 546 .runtime_suspend = radeon_pmops_runtime_suspend,
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | omap2430.c | 683 .runtime_suspend = omap2430_runtime_suspend,
|
H A D | musb_core.c | 2519 .runtime_suspend = musb_runtime_suspend,
|
/linux-4.1.27/block/ |
H A D | blk-core.c | 3251 * runtime_suspend callback. 3276 * @err: return value of the device's runtime_suspend function 3284 * runtime_suspend callback.
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
H A D | sh_mobile_ceu_camera.c | 1993 /* Runtime PM callback shared between ->runtime_suspend() sh_mobile_ceu_runtime_nop() 2004 .runtime_suspend = sh_mobile_ceu_runtime_nop,
|
/linux-4.1.27/drivers/media/platform/exynos-gsc/ |
H A D | gsc-core.c | 1249 .runtime_suspend = gsc_runtime_suspend,
|
/linux-4.1.27/drivers/devfreq/ |
H A D | devfreq.c | 614 * (e.g., runtime_suspend, suspend) of the device driver that
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 1041 .runtime_suspend = nouveau_pmops_runtime_suspend,
|
/linux-4.1.27/drivers/base/ |
H A D | platform.c | 990 .runtime_suspend = pm_generic_runtime_suspend,
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | auo_k190x.c | 797 /* according to runtime_pm.txt runtime_suspend only means, that the auok190x_runtime_suspend()
|
H A D | sh_mobile_lcdcfb.c | 2379 .runtime_suspend = sh_mobile_lcdc_runtime_suspend,
|
/linux-4.1.27/sound/soc/intel/haswell/ |
H A D | sst-haswell-pcm.c | 1385 .runtime_suspend = hsw_pcm_runtime_suspend,
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_drv.c | 1544 .runtime_suspend = intel_runtime_suspend,
|
/linux-4.1.27/drivers/dma/ |
H A D | tegra20-apb-dma.c | 1589 .runtime_suspend = tegra_dma_runtime_suspend,
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | ifx6x60.c | 1350 .runtime_suspend = ifx_spi_pm_runtime_suspend,
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 2326 .runtime_suspend = omap_hsmmc_runtime_suspend,
|
/linux-4.1.27/drivers/net/ethernet/renesas/ |
H A D | sh_eth.c | 3279 /* Runtime PM callback shared between ->runtime_suspend() sh_eth_runtime_nop()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
H A D | r8169.c | 7809 .runtime_suspend = rtl8169_runtime_suspend,
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-core.c | 5458 .runtime_suspend = ata_port_runtime_suspend,
|