Searched refs:runtime_suspend (Results 1 – 25 of 61) sorted by relevance
123
/drivers/sh/ |
D | pm_runtime.c | 33 .runtime_suspend = pm_clk_suspend,
|
/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 | 497 callback = dev->pm_domain->ops.runtime_suspend; in rpm_suspend() 499 callback = dev->type->pm->runtime_suspend; in rpm_suspend() 501 callback = dev->class->pm->runtime_suspend; in rpm_suspend() 503 callback = dev->bus->pm->runtime_suspend; in rpm_suspend() 508 callback = dev->driver->pm->runtime_suspend; in rpm_suspend()
|
D | domain.c | 1973 cb = dev->type->pm->runtime_suspend; in pm_genpd_default_save_state() 1975 cb = dev->class->pm->runtime_suspend; in pm_genpd_default_save_state() 1977 cb = dev->bus->pm->runtime_suspend; in pm_genpd_default_save_state() 1982 cb = dev->driver->pm->runtime_suspend; in pm_genpd_default_save_state() 2144 genpd->domain.ops.runtime_suspend = pm_genpd_runtime_suspend; in pm_genpd_init()
|
/drivers/scsi/ |
D | scsi_pm.c | 165 int (*cb)(struct device *) = pm ? pm->runtime_suspend : NULL; in sdev_runtime_suspend() 315 .runtime_suspend = scsi_runtime_suspend,
|
/drivers/pci/ |
D | pci-driver.c | 991 if (!pm || !pm->runtime_suspend) in pci_pm_runtime_suspend() 996 error = pm->runtime_suspend(dev); in pci_pm_runtime_suspend() 997 suspend_report_result(pm->runtime_suspend, error); in pci_pm_runtime_suspend() 1009 pm->runtime_suspend); in pci_pm_runtime_suspend() 1100 .runtime_suspend = pci_pm_runtime_suspend,
|
/drivers/misc/ |
D | isl29020.c | 214 .runtime_suspend = isl29020_runtime_suspend,
|
/drivers/usb/core/ |
D | port.c | 142 .runtime_suspend = usb_port_runtime_suspend,
|
D | hcd-pci.c | 646 .runtime_suspend = hcd_pci_runtime_suspend,
|
/drivers/uio/ |
D | uio_pdrv_genirq.c | 261 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
|
D | uio_dmem_genirq.c | 330 .runtime_suspend = uio_dmem_genirq_runtime_nop,
|
/drivers/media/platform/s5p-tv/ |
D | sii9234_drv.c | 276 .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,
|
/drivers/mmc/host/ |
D | sh_mobile_sdhi.c | 305 .runtime_suspend = tmio_mmc_host_runtime_suspend,
|
D | sdhci-acpi.c | 345 .runtime_suspend = sdhci_acpi_runtime_suspend,
|
/drivers/pcmcia/ |
D | ds.c | 968 static int runtime_suspend(struct device *dev) in runtime_suspend() function 1046 ret = runtime_suspend(dev); in pcmcia_store_pm_state() 1201 return runtime_suspend(dev); in pcmcia_bus_suspend_callback()
|
/drivers/pci/pcie/ |
D | portdrv_pci.c | 175 .runtime_suspend = pcie_port_runtime_suspend,
|
/drivers/gpio/ |
D | gpio-lynxpoint.c | 433 .runtime_suspend = lp_gpio_runtime_suspend,
|
/drivers/usb/renesas_usbhs/ |
D | common.c | 628 .runtime_suspend = usbhsc_runtime_nop,
|
/drivers/media/platform/s3c-camif/ |
D | camif-core.c | 641 .runtime_suspend = s3c_camif_runtime_suspend,
|
/drivers/usb/musb/ |
D | omap2430.c | 645 .runtime_suspend = omap2430_runtime_suspend,
|
/drivers/net/irda/ |
D | sh_irda.c | 859 .runtime_suspend = sh_irda_runtime_nop,
|
/drivers/i2c/busses/ |
D | i2c-sh_mobile.c | 801 .runtime_suspend = sh_mobile_i2c_runtime_nop,
|
/drivers/acpi/ |
D | device_pm.c | 909 .runtime_suspend = acpi_subsys_runtime_suspend,
|
123