Searched refs:suspend_late (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_pci.h | 122 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param); member
|
| H A D | t7xx_pci.c | 458 if (entity->suspend_late) in __t7xx_pci_pm_suspend() 459 entity->suspend_late(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend()
|
| H A D | t7xx_hif_dpmaif.c | 469 dpmaif_pm_entity->suspend_late = NULL; in t7xx_dpmaif_pm_entity_init()
|
| /linux/drivers/platform/olpc/ |
| H A D | olpc-ec.c | 476 .suspend_late = olpc_ec_suspend,
|
| /linux/drivers/usb/musb/ |
| H A D | omap2430.c | 586 .suspend_late = omap2430_suspend_late,
|
| /linux/Documentation/power/ |
| H A D | suspend-and-interrupts.rst | 14 ->prepare, ->suspend and ->suspend_late callbacks have been executed for all
|
| H A D | runtime_pm.rst | 717 device right before executing the subsystem-level .suspend_late() callback
|
| /linux/drivers/acpi/ |
| H A D | device_pm.c | 1380 .suspend_late = acpi_subsys_suspend_late,
|
| /linux/drivers/dma/ |
| H A D | fsldma.c | 1387 .suspend_late = fsldma_suspend_late,
|
| H A D | fsl-edma-main.c | 976 .suspend_late = fsl_edma_suspend_late,
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-bcm-iproc.c | 1223 .suspend_late = &bcm_iproc_i2c_suspend,
|
| /linux/include/linux/ |
| H A D | pci.h | 2404 suspend_late##hook, vendor, device, class, class_shift, hook) 2429 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)
|