Searched refs:thaw_noirq (Results 1 – 17 of 17) sorted by relevance
/linux-5.19.10/drivers/base/power/ |
D | generic_ops.c | 185 return pm && pm->thaw_noirq ? pm->thaw_noirq(dev) : 0; in pm_generic_thaw_noirq()
|
D | main.c | 430 return ops->thaw_noirq; in pm_noirq_op()
|
D | domain.c | 2071 genpd->domain.ops.thaw_noirq = genpd_thaw_noirq; in pm_genpd_init()
|
/linux-5.19.10/include/linux/ |
D | pm.h | 304 int (*thaw_noirq)(struct device *dev); member 332 .thaw_noirq = pm_sleep_ptr(resume_fn), \
|
/linux-5.19.10/drivers/mfd/ |
D | mcp-sa11x0.c | 288 .thaw_noirq = mcp_sa11x0_resume,
|
/linux-5.19.10/drivers/thunderbolt/ |
D | domain.c | 583 if (tb->cm_ops->thaw_noirq) in tb_domain_thaw_noirq() 584 ret = tb->cm_ops->thaw_noirq(tb); in tb_domain_thaw_noirq()
|
D | tb.h | 462 int (*thaw_noirq)(struct tb *tb); member
|
D | nhi.c | 1346 .thaw_noirq = nhi_thaw_noirq,
|
D | tb.c | 1641 .thaw_noirq = tb_thaw_noirq,
|
/linux-5.19.10/drivers/pci/ |
D | pci-driver.c | 1099 if (pm && pm->thaw_noirq) in pci_pm_thaw_noirq() 1100 return pm->thaw_noirq(dev); in pci_pm_thaw_noirq() 1390 .thaw_noirq = pci_pm_thaw_noirq,
|
/linux-5.19.10/Documentation/power/ |
D | pci.rst | 294 .thaw_noirq = pci_pm_thaw_noirq, 593 thaw_noirq, thaw, complete 605 configuration registers. It also executes the device driver's pm->thaw_noirq() 655 thaw_noirq, thaw, and complete phases (that will only affect the devices having 725 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run. 862 3.1.10. thaw_noirq() 865 The thaw_noirq() callback is hibernation-specific. It is executed after a 867 core, in the thaw_noirq phase of hibernation. It also may be executed if the 870 invoked while thaw_noirq() is running. 873 difference between these two callbacks is that thaw_noirq() is executed after [all …]
|
D | runtime_pm.rst | 779 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq() 803 ->resume_noirq(), ->freeze(), ->freeze_noirq(), ->thaw(), ->thaw_noirq(),
|
/linux-5.19.10/drivers/usb/core/ |
D | hcd-pci.c | 620 .thaw_noirq = NULL,
|
/linux-5.19.10/drivers/pcmcia/ |
D | cs.c | 881 .thaw_noirq = pcmcia_socket_dev_resume_noirq,
|
/linux-5.19.10/drivers/hv/ |
D | vmbus_drv.c | 1026 .thaw_noirq = vmbus_resume, 2599 .thaw_noirq = vmbus_bus_resume,
|
/linux-5.19.10/Documentation/driver-api/pm/ |
D | devices.rst | 518 ``freeze``, ``freeze_late``, ``freeze_noirq``, ``thaw_noirq``, ``thaw_early``, 543 5. The ``thaw_noirq`` phase is analogous to the ``resume_noirq`` phase 616 ``thaw_noirq``, ``thaw_early``, ``thaw``, and ``complete`` phases, and then 797 In addition, with ``DPM_FLAG_SMART_SUSPEND`` set, the driver's ``->thaw_noirq``
|
/linux-5.19.10/sound/pci/hda/ |
D | hda_intel.c | 1170 .thaw_noirq = azx_thaw_noirq,
|