Searched refs:runtime_suspend (Results 1 - 76 of 76) sorted by relevance

/linux-4.1.27/drivers/sh/
H A Dpm_runtime.c59 .runtime_suspend = sh_pm_runtime_suspend,
/linux-4.1.27/arch/arm/mach-omap1/
H A Dpm_bus.c54 .runtime_suspend = omap1_pm_runtime_suspend,
/linux-4.1.27/arch/arm/include/asm/
H A Dpmu.h31 * @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 Dcore.h24 int (*runtime_suspend)(struct mmc_host *); member in struct:mmc_bus_ops
H A Dbus.c183 return host->bus_ops->runtime_suspend(host); mmc_runtime_suspend()
H A Dsd.c1165 * Callback for runtime_suspend.
1220 .runtime_suspend = mmc_sd_runtime_suspend,
H A Dmmc.c1757 * Callback for runtime_suspend.
1848 .runtime_suspend = mmc_runtime_suspend,
H A Dsdio.c1065 .runtime_suspend = mmc_sdio_runtime_suspend,
/linux-4.1.27/drivers/scsi/
H A Dscsi_pm.c222 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 Dsr.c87 .runtime_suspend = sr_runtime_suspend,
H A Dsd.c508 .runtime_suspend = sd_suspend_runtime,
/linux-4.1.27/drivers/base/power/
H A Dgeneric_ops.c19 * ->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 Druntime.c375 * 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 Ddomain.c1844 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 Duio_dmem_genirq.c314 /* Runtime PM callback shared between ->runtime_suspend() uio_dmem_genirq_runtime_nop()
330 .runtime_suspend = uio_dmem_genirq_runtime_nop,
H A Duio_pdrv_genirq.c234 /* 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 Dpm.h271 * @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 Dspmi.h141 * implemented by issuing a SLEEP command to the slave on runtime_suspend(),
/linux-4.1.27/drivers/misc/
H A Disl29020.c215 .runtime_suspend = isl29020_runtime_suspend,
/linux-4.1.27/drivers/scsi/ufs/
H A Dufshcd-pci.c163 .runtime_suspend = ufshcd_pci_runtime_suspend,
H A Dufshcd-pltfrm.c382 .runtime_suspend = ufshcd_pltfrm_runtime_suspend,
/linux-4.1.27/drivers/pci/
H A Dpci-driver.c1124 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 Dvga_switcheroo.c623 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 Dcommon.c746 /* 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 Dperf_event.c517 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 Dpci-txe.c387 dev->pg_domain.ops.runtime_suspend = mei_txe_pm_runtime_suspend; mei_txe_set_pm_domain()
H A Dpci-me.c437 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 Dsh_irda.c847 /* 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 Dmixer_drv.c403 .runtime_suspend = mxr_runtime_suspend,
H A Dsdo_drv.c326 .runtime_suspend = sdo_runtime_suspend,
H A Dsii9234_drv.c278 .runtime_suspend = sii9234_runtime_suspend,
H A Dhdmi_drv.c771 .runtime_suspend = hdmi_runtime_suspend,
/linux-4.1.27/drivers/spi/
H A Dspi-sun4i.c459 .runtime_suspend = sun4i_spi_runtime_suspend,
H A Dspi-sun6i.c465 .runtime_suspend = sun6i_spi_runtime_suspend,
/linux-4.1.27/drivers/pcmcia/
H A Dds.c971 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 Dcamif-core.c644 .runtime_suspend = s3c_camif_runtime_suspend,
/linux-4.1.27/drivers/gpio/
H A Dgpio-lynxpoint.c428 .runtime_suspend = lp_gpio_runtime_suspend,
H A Dgpio-omap.c1335 * 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 Dpsb_drv.c471 .runtime_suspend = psb_runtime_suspend,
/linux-4.1.27/drivers/acpi/
H A Dacpi_lpss.c651 .runtime_suspend = acpi_lpss_runtime_suspend,
H A Ddevice_pm.c1031 .runtime_suspend = acpi_subsys_runtime_suspend,
/linux-4.1.27/drivers/usb/core/
H A Dport.c175 .runtime_suspend = usb_port_runtime_suspend,
H A Dhcd-pci.c651 .runtime_suspend = hcd_pci_runtime_suspend,
H A Dusb.c367 .runtime_suspend = usb_runtime_suspend,
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dhdmi4.c749 .runtime_suspend = hdmi_runtime_suspend,
H A Dhdmi5.c784 .runtime_suspend = hdmi_runtime_suspend,
H A Ddss.c1202 .runtime_suspend = dss_runtime_suspend,
H A Drfbi.c1036 .runtime_suspend = rfbi_runtime_suspend,
H A Dvenc.c949 .runtime_suspend = venc_runtime_suspend,
H A Ddispc.c4002 .runtime_suspend = dispc_runtime_suspend,
H A Ddsi.c5543 .runtime_suspend = dsi_runtime_suspend,
/linux-4.1.27/sound/soc/intel/atom/sst/
H A Dsst.c555 .runtime_suspend = intel_sst_runtime_suspend,
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-sh_mobile.c964 /* Runtime PM callback shared between ->runtime_suspend() sh_mobile_i2c_runtime_nop()
975 .runtime_suspend = sh_mobile_i2c_runtime_nop,
H A Di2c-at91.c895 .runtime_suspend = at91_twi_runtime_suspend,
/linux-4.1.27/drivers/media/i2c/soc_camera/
H A Dmt9t031.c576 .runtime_suspend = mt9t031_runtime_suspend,
/linux-4.1.27/drivers/mfd/
H A Domap-usb-host.c860 .runtime_suspend = usbhs_runtime_suspend,
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c54 .runtime_suspend = pm_generic_runtime_suspend,
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_drv.c546 .runtime_suspend = radeon_pmops_runtime_suspend,
/linux-4.1.27/drivers/usb/musb/
H A Domap2430.c683 .runtime_suspend = omap2430_runtime_suspend,
H A Dmusb_core.c2519 .runtime_suspend = musb_runtime_suspend,
/linux-4.1.27/block/
H A Dblk-core.c3251 * 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 Dsh_mobile_ceu_camera.c1993 /* 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 Dgsc-core.c1249 .runtime_suspend = gsc_runtime_suspend,
/linux-4.1.27/drivers/devfreq/
H A Ddevfreq.c614 * (e.g., runtime_suspend, suspend) of the device driver that
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c1041 .runtime_suspend = nouveau_pmops_runtime_suspend,
/linux-4.1.27/drivers/base/
H A Dplatform.c990 .runtime_suspend = pm_generic_runtime_suspend,
/linux-4.1.27/drivers/video/fbdev/
H A Dauo_k190x.c797 /* according to runtime_pm.txt runtime_suspend only means, that the auok190x_runtime_suspend()
H A Dsh_mobile_lcdcfb.c2379 .runtime_suspend = sh_mobile_lcdc_runtime_suspend,
/linux-4.1.27/sound/soc/intel/haswell/
H A Dsst-haswell-pcm.c1385 .runtime_suspend = hsw_pcm_runtime_suspend,
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_drv.c1544 .runtime_suspend = intel_runtime_suspend,
/linux-4.1.27/drivers/dma/
H A Dtegra20-apb-dma.c1589 .runtime_suspend = tegra_dma_runtime_suspend,
/linux-4.1.27/drivers/tty/serial/
H A Difx6x60.c1350 .runtime_suspend = ifx_spi_pm_runtime_suspend,
/linux-4.1.27/drivers/mmc/host/
H A Domap_hsmmc.c2326 .runtime_suspend = omap_hsmmc_runtime_suspend,
/linux-4.1.27/drivers/net/ethernet/renesas/
H A Dsh_eth.c3279 /* Runtime PM callback shared between ->runtime_suspend() sh_eth_runtime_nop()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Dr8169.c7809 .runtime_suspend = rtl8169_runtime_suspend,
/linux-4.1.27/drivers/ata/
H A Dlibata-core.c5458 .runtime_suspend = ata_port_runtime_suspend,

Completed in 1541 milliseconds