Home
last modified time | relevance | path

Searched refs:runtime_suspend (Results 1 – 25 of 61) sorted by relevance

123

/drivers/sh/
Dpm_runtime.c33 .runtime_suspend = pm_clk_suspend,
/drivers/base/power/
Dgeneric_ops.c50 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; in pm_generic_runtime_suspend()
Druntime.c497 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()
Ddomain.c1973 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/
Dscsi_pm.c165 int (*cb)(struct device *) = pm ? pm->runtime_suspend : NULL; in sdev_runtime_suspend()
315 .runtime_suspend = scsi_runtime_suspend,
/drivers/pci/
Dpci-driver.c991 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/
Disl29020.c214 .runtime_suspend = isl29020_runtime_suspend,
/drivers/usb/core/
Dport.c142 .runtime_suspend = usb_port_runtime_suspend,
Dhcd-pci.c646 .runtime_suspend = hcd_pci_runtime_suspend,
/drivers/uio/
Duio_pdrv_genirq.c261 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
Duio_dmem_genirq.c330 .runtime_suspend = uio_dmem_genirq_runtime_nop,
/drivers/media/platform/s5p-tv/
Dsii9234_drv.c276 .runtime_suspend = sii9234_runtime_suspend,
Dsdo_drv.c291 .runtime_suspend = sdo_runtime_suspend,
Dmixer_drv.c369 .runtime_suspend = mxr_runtime_suspend,
/drivers/mmc/host/
Dsh_mobile_sdhi.c305 .runtime_suspend = tmio_mmc_host_runtime_suspend,
Dsdhci-acpi.c345 .runtime_suspend = sdhci_acpi_runtime_suspend,
/drivers/pcmcia/
Dds.c968 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/
Dportdrv_pci.c175 .runtime_suspend = pcie_port_runtime_suspend,
/drivers/gpio/
Dgpio-lynxpoint.c433 .runtime_suspend = lp_gpio_runtime_suspend,
/drivers/usb/renesas_usbhs/
Dcommon.c628 .runtime_suspend = usbhsc_runtime_nop,
/drivers/media/platform/s3c-camif/
Dcamif-core.c641 .runtime_suspend = s3c_camif_runtime_suspend,
/drivers/usb/musb/
Domap2430.c645 .runtime_suspend = omap2430_runtime_suspend,
/drivers/net/irda/
Dsh_irda.c859 .runtime_suspend = sh_irda_runtime_nop,
/drivers/i2c/busses/
Di2c-sh_mobile.c801 .runtime_suspend = sh_mobile_i2c_runtime_nop,
/drivers/acpi/
Ddevice_pm.c909 .runtime_suspend = acpi_subsys_runtime_suspend,

123