Home
last modified time | relevance | path

Searched refs:thaw_noirq (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dgeneric_ops.c185 return pm && pm->thaw_noirq ? pm->thaw_noirq(dev) : 0; in pm_generic_thaw_noirq()
H A Dmain.c434 return ops->thaw_noirq; in pm_noirq_op()
H A Ddomain.c1988 genpd->domain.ops.thaw_noirq = genpd_thaw_noirq; in pm_genpd_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h297 int (*thaw_noirq)(struct device *dev); member
336 .thaw_noirq = resume_fn, \
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddomain.c569 if (tb->cm_ops->thaw_noirq) in tb_domain_thaw_noirq()
570 ret = tb->cm_ops->thaw_noirq(tb); in tb_domain_thaw_noirq()
H A Dtb.h379 int (*thaw_noirq)(struct tb *tb); member
H A Dnhi.c1289 .thaw_noirq = nhi_thaw_noirq,
H A Dtb.c1514 .thaw_noirq = tb_thaw_noirq,
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmcp-sa11x0.c289 .thaw_noirq = mcp_sa11x0_resume,
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-driver.c1054 if (pm && pm->thaw_noirq) in pci_pm_thaw_noirq()
1055 return pm->thaw_noirq(dev); in pci_pm_thaw_noirq()
1347 .thaw_noirq = pci_pm_thaw_noirq,
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dpci.rst294 .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 …]
H A Druntime_pm.rst765 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq()
789 ->resume_noirq(), ->freeze(), ->freeze_noirq(), ->thaw(), ->thaw_noirq(),
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd-pci.c619 .thaw_noirq = NULL,
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dcs.c881 .thaw_noirq = pcmcia_socket_dev_resume_noirq,
H A Dyenta_socket.c1348 .thaw_noirq = yenta_dev_resume_noirq,
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dvmbus_drv.c1009 .thaw_noirq = vmbus_resume,
2535 .thaw_noirq = vmbus_bus_resume,
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Ddevices.rst518 ``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``
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dsa11x0-dma.c1078 .thaw_noirq = sa11x0_dma_resume,
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_intel.c1204 .thaw_noirq = azx_thaw_noirq,
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c2629 .thaw_noirq = imx_uart_resume_noirq,