/linux-3.4.99/drivers/sh/ |
D | pm_runtime.c | 33 .runtime_suspend = pm_clk_suspend,
|
/linux-3.4.99/Documentation/power/ |
D | runtime_pm.txt | 40 int (*runtime_suspend)(struct device *dev); 46 The ->runtime_suspend(), ->runtime_resume() and ->runtime_idle() callbacks 72 the PM core that it is safe to run the ->runtime_suspend(), ->runtime_resume() 81 include executing the device driver's own ->runtime_suspend() callback (from the 82 PM core's point of view it is not necessary to implement a ->runtime_suspend() 108 device, then ->runtime_suspend() should return -EBUSY. On the other hand, if 155 ->runtime_suspend() in parallel with ->runtime_resume() or with another 156 instance of ->runtime_suspend() for the same device) with the exception that 157 ->runtime_suspend() or ->runtime_resume() can be executed in parallel with 161 (2) ->runtime_idle() and ->runtime_suspend() can only be executed for 'active' [all …]
|
D | pci.txt | 290 .runtime_suspend = pci_pm_runtime_suspend, 369 driver has to provide a pm->runtime_suspend() callback (see below), which is 383 It is expected that the device driver's pm->runtime_suspend() callback will 906 3.1.15. runtime_suspend() 908 The runtime_suspend() callback is specific to device runtime power management 939 cause the driver's runtime_suspend() callback to be executed. 956 .resume() (and .thaw(), and .restore()) and the .runtime_suspend() pointer to 976 runtime_suspend() and runtime_resume() callbacks. It also may need to implement 979 (alternatively, the runtime_suspend() callback will have to check if the
|
/linux-3.4.99/arch/arm/mach-omap1/ |
D | pm_bus.c | 55 .runtime_suspend = omap1_pm_runtime_suspend,
|
/linux-3.4.99/arch/arm/plat-samsung/ |
D | pd.c | 71 .runtime_suspend = samsung_pd_runtime_suspend,
|
/linux-3.4.99/drivers/base/power/ |
D | generic_ops.c | 50 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; in pm_generic_runtime_suspend()
|
D | runtime.c | 480 callback = dev->pm_domain->ops.runtime_suspend; in rpm_suspend() 482 callback = dev->type->pm->runtime_suspend; in rpm_suspend() 484 callback = dev->class->pm->runtime_suspend; in rpm_suspend() 486 callback = dev->bus->pm->runtime_suspend; in rpm_suspend() 491 callback = dev->driver->pm->runtime_suspend; in rpm_suspend()
|
D | domain.c | 1539 if (drv && drv->pm && drv->pm->runtime_suspend) in pm_genpd_default_save_state() 1540 return drv->pm->runtime_suspend(dev); in pm_genpd_default_save_state() 1693 genpd->domain.ops.runtime_suspend = pm_genpd_runtime_suspend; in pm_genpd_init()
|
/linux-3.4.99/include/linux/ |
D | pm.h | 285 int (*runtime_suspend)(struct device *dev); member 304 .runtime_suspend = suspend_fn, \
|
/linux-3.4.99/drivers/pci/ |
D | pci-driver.c | 1035 if (!pm || !pm->runtime_suspend) in pci_pm_runtime_suspend() 1039 error = pm->runtime_suspend(dev); in pci_pm_runtime_suspend() 1040 suspend_report_result(pm->runtime_suspend, error); in pci_pm_runtime_suspend() 1050 pm->runtime_suspend); in pci_pm_runtime_suspend() 1120 .runtime_suspend = pci_pm_runtime_suspend,
|
/linux-3.4.99/drivers/misc/ |
D | isl29020.c | 214 .runtime_suspend = isl29020_runtime_suspend,
|
D | apds9802als.c | 304 .runtime_suspend = apds9802als_runtime_suspend,
|
/linux-3.4.99/drivers/scsi/ |
D | scsi_pm.c | 243 .runtime_suspend = scsi_runtime_suspend,
|
/linux-3.4.99/drivers/uio/ |
D | uio_pdrv_genirq.c | 252 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
|
/linux-3.4.99/arch/arm/plat-s5p/ |
D | sysmmu.c | 295 .runtime_suspend = s5p_sysmmu_runtime_suspend,
|
/linux-3.4.99/drivers/mmc/host/ |
D | sh_mobile_sdhi.c | 290 .runtime_suspend = tmio_mmc_host_runtime_suspend,
|
/linux-3.4.99/drivers/gpu/drm/exynos/ |
D | exynos_drm_hdmi.c | 353 .runtime_suspend = hdmi_runtime_suspend,
|
/linux-3.4.99/drivers/media/video/s5p-tv/ |
D | sii9234_drv.c | 279 .runtime_suspend = sii9234_runtime_suspend,
|
D | sdo_drv.c | 291 .runtime_suspend = sdo_runtime_suspend,
|
D | mixer_drv.c | 369 .runtime_suspend = mxr_runtime_suspend,
|
/linux-3.4.99/drivers/pcmcia/ |
D | ds.c | 979 static int runtime_suspend(struct device *dev) in runtime_suspend() function 1057 ret = runtime_suspend(dev); in pcmcia_store_pm_state() 1212 return runtime_suspend(dev); in pcmcia_bus_suspend_callback()
|
/linux-3.4.99/drivers/usb/core/ |
D | hcd-pci.c | 602 .runtime_suspend = hcd_pci_runtime_suspend,
|
/linux-3.4.99/drivers/gpio/ |
D | gpio-langwell.c | 294 .runtime_suspend = lnw_gpio_runtime_suspend,
|
/linux-3.4.99/drivers/usb/musb/ |
D | omap2430.c | 523 .runtime_suspend = omap2430_runtime_suspend,
|
/linux-3.4.99/drivers/usb/renesas_usbhs/ |
D | common.c | 631 .runtime_suspend = usbhsc_runtime_nop,
|