Searched refs:runtime_suspend (Results 1 – 25 of 86) sorted by relevance
1234
| /drivers/scsi/ |
| A D | scsi_pm.c | 154 if (pm && pm->runtime_suspend) in sdev_runtime_suspend() 155 err = pm->runtime_suspend(dev); in sdev_runtime_suspend() 270 .runtime_suspend = scsi_runtime_suspend,
|
| /drivers/greybus/ |
| A D | bundle.c | 114 if (pm && pm->runtime_suspend) { in gb_bundle_suspend() 115 ret = pm->runtime_suspend(&bundle->dev); in gb_bundle_suspend()
|
| /drivers/pci/ |
| A D | pci-driver.c | 1300 if (pm && pm->runtime_suspend) { in pci_pm_runtime_suspend() 1301 error = pm->runtime_suspend(dev); in pci_pm_runtime_suspend() 1309 pm->runtime_suspend, error); in pci_pm_runtime_suspend() 1313 pm->runtime_suspend, error); in pci_pm_runtime_suspend() 1320 if (pm && pm->runtime_suspend in pci_pm_runtime_suspend() 1325 pm->runtime_suspend); in pci_pm_runtime_suspend() 1403 .runtime_suspend = pci_pm_runtime_suspend,
|
| /drivers/base/power/ |
| A D | generic_ops.c | 25 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; in pm_generic_runtime_suspend()
|
| /drivers/thunderbolt/ |
| A D | nhi.h | 46 int (*runtime_suspend)(struct tb_nhi *nhi); member
|
| A D | nhi_ops.c | 182 .runtime_suspend = icl_nhi_suspend,
|
| A D | domain.c | 601 if (tb->cm_ops->runtime_suspend) { in tb_domain_runtime_suspend() 602 int ret = tb->cm_ops->runtime_suspend(tb); in tb_domain_runtime_suspend()
|
| /drivers/pci/pcie/ |
| A D | portdrv.h | 85 int (*runtime_suspend)(struct pcie_device *dev); member
|
| A D | portdrv.c | 433 size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend); in pcie_port_device_runtime_suspend() 664 .runtime_suspend = pcie_port_runtime_suspend,
|
| /drivers/media/pci/intel/ipu6/ |
| A D | ipu6-bus.c | 68 .runtime_suspend = bus_pm_runtime_suspend,
|
| /drivers/staging/media/ipu7/ |
| A D | ipu7-bus.c | 68 .runtime_suspend = bus_pm_runtime_suspend,
|
| /drivers/mmc/host/ |
| A D | sdhci-pci.h | 155 int (*runtime_suspend) (struct sdhci_pci_chip *); member
|
| /drivers/misc/ |
| A D | isl29020.c | 203 .runtime_suspend = isl29020_runtime_suspend,
|
| /drivers/media/rc/ |
| A D | gpio-ir-recv.c | 191 .runtime_suspend = gpio_ir_recv_runtime_suspend,
|
| /drivers/net/ipa/ |
| A D | ipa_power.c | 306 .runtime_suspend = ipa_runtime_suspend,
|
| /drivers/mmc/core/ |
| A D | core.h | 26 int (*runtime_suspend)(struct mmc_host *); member
|
| /drivers/uio/ |
| A D | uio_pdrv_genirq.c | 270 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
|
| A D | uio_dmem_genirq.c | 318 .runtime_suspend = uio_dmem_genirq_runtime_nop,
|
| /drivers/gpu/vga/ |
| A D | vga_switcheroo.c | 1018 ret = dev->bus->pm->runtime_suspend(dev); in vga_switcheroo_runtime_suspend() 1062 domain->ops.runtime_suspend = vga_switcheroo_runtime_suspend; in vga_switcheroo_init_domain_pm_ops()
|
| /drivers/gpu/drm/i915/selftests/ |
| A D | mock_gem_device.c | 112 .runtime_suspend = pm_domain_suspend,
|
| /drivers/i2c/busses/ |
| A D | i2c-at91-core.c | 327 .runtime_suspend = at91_twi_runtime_suspend,
|
| /drivers/misc/mei/ |
| A D | pci-txe.c | 329 dev->pg_domain.ops.runtime_suspend = mei_txe_pm_runtime_suspend; in mei_txe_set_pm_domain()
|
| /drivers/pci/hotplug/ |
| A D | pciehp_core.c | 366 .runtime_suspend = pciehp_runtime_suspend,
|
| /drivers/pcmcia/ |
| A D | ds.c | 979 static int runtime_suspend(struct device *dev) in runtime_suspend() function 1066 ret = runtime_suspend(dev); in pm_state_store() 1222 return runtime_suspend(dev); in pcmcia_bus_suspend_callback()
|
| /drivers/media/platform/sunxi/sun6i-csi/ |
| A D | sun6i_csi.c | 219 .runtime_suspend = sun6i_csi_suspend,
|
Completed in 90 milliseconds
1234