Home
last modified time | relevance | path

Searched refs:suspend_late (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_pci.h122 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param); member
H A Dt7xx_pci.c458 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 Dt7xx_hif_dpmaif.c469 dpmaif_pm_entity->suspend_late = NULL; in t7xx_dpmaif_pm_entity_init()
/linux/drivers/platform/olpc/
H A Dolpc-ec.c476 .suspend_late = olpc_ec_suspend,
/linux/drivers/usb/musb/
H A Domap2430.c586 .suspend_late = omap2430_suspend_late,
/linux/Documentation/power/
H A Dsuspend-and-interrupts.rst14 ->prepare, ->suspend and ->suspend_late callbacks have been executed for all
H A Druntime_pm.rst717 device right before executing the subsystem-level .suspend_late() callback
/linux/drivers/acpi/
H A Ddevice_pm.c1380 .suspend_late = acpi_subsys_suspend_late,
/linux/drivers/dma/
H A Dfsldma.c1387 .suspend_late = fsldma_suspend_late,
H A Dfsl-edma-main.c976 .suspend_late = fsl_edma_suspend_late,
/linux/drivers/i2c/busses/
H A Di2c-bcm-iproc.c1223 .suspend_late = &bcm_iproc_i2c_suspend,
/linux/include/linux/
H A Dpci.h2404 suspend_late##hook, vendor, device, class, class_shift, hook)
2429 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)