Home
last modified time | relevance | path

Searched refs:resume_noirq (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v4.19/drivers/base/power/
Dgeneric_ops.c223 return pm && pm->resume_noirq ? pm->resume_noirq(dev) : 0; in pm_generic_resume_noirq()
/Linux-v4.19/drivers/pci/pcie/
Dportdrv.h53 int (*resume_noirq) (struct pcie_device *dev); member
Dportdrv_pci.c68 .resume_noirq = pcie_port_device_resume_noirq,
Dportdrv_core.c385 size_t off = offsetof(struct pcie_port_service_driver, resume_noirq); in pcie_port_device_resume_noirq()
/Linux-v4.19/arch/arm/plat-omap/
Ddebug-leds.c155 .resume_noirq = fpga_resume_noirq,
/Linux-v4.19/include/linux/
Dpm.h306 int (*resume_noirq)(struct device *dev); member
343 .resume_noirq = resume_fn, \
/Linux-v4.19/Documentation/power/
Dpci.txt285 .resume_noirq = pci_pm_resume_noirq,
500 resume_noirq, resume, complete.
520 device driver's pm->resume_noirq() callback is executed, if defined, and its
594 driver's pm->thaw_noirq() callback, if defined, instead of pm->resume_noirq().
654 The first two of these are analogous to the resume_noirq and resume phases
710 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
816 3.1.8. resume_noirq()
818 The resume_noirq() callback is only executed during system resume, after the
820 be invoked while resume_noirq() is running, so this callback can carry out
824 state in the resume_noirq phase of system resume and restores their standard
[all …]
/Linux-v4.19/drivers/thunderbolt/
Ddomain.c521 if (tb->cm_ops->resume_noirq) in tb_domain_resume_noirq()
522 ret = tb->cm_ops->resume_noirq(tb); in tb_domain_resume_noirq()
Dtb.c449 .resume_noirq = tb_resume_noirq,
Dtb.h221 int (*resume_noirq)(struct tb *tb); member
/Linux-v4.19/drivers/mfd/
Dmcp-sa11x0.c291 .resume_noirq = mcp_sa11x0_resume,
/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_core.c346 .resume_noirq = pciehp_resume_noirq,
/Linux-v4.19/drivers/bus/
Dbrcmstb_gisb.c448 .resume_noirq = brcmstb_gisb_arb_resume_noirq,
/Linux-v4.19/drivers/input/misc/
Daxp20x-pek.c391 .resume_noirq = axp20x_pek_resume_noirq,
/Linux-v4.19/tools/power/pm-graph/config/
Dexample.cfg108 # Only enable callgraphs for one phase, i.e. resume_noirq (default: all)
/Linux-v4.19/drivers/pci/
Dpci-driver.c893 if (drv && drv->pm && drv->pm->resume_noirq) in pci_pm_resume_noirq()
894 error = drv->pm->resume_noirq(dev); in pci_pm_resume_noirq()
1358 .resume_noirq = pci_pm_resume_noirq,
/Linux-v4.19/drivers/rtc/
Drtc-snvs.c400 .resume_noirq = snvs_rtc_resume_noirq,
/Linux-v4.19/drivers/i2c/busses/
Di2c-lpc2k.c479 .resume_noirq = i2c_lpc2k_resume,
/Linux-v4.19/arch/arm/mach-sa1100/
Dneponset.c452 .resume_noirq = neponset_resume,
/Linux-v4.19/Documentation/driver-api/pm/
Ddevices.rst426 ``resume_noirq``, ``resume_early``, ``resume``, ``complete``.
428 1. The ``->resume_noirq`` callback methods should perform any actions
436 For example, the PCI bus type's ``->pm.resume_noirq()`` puts the device
439 device driver's ``->pm.resume_noirq()`` method to perform device-specific
461 ``suspend_noirq`` phases of system suspend and the ``resume_noirq``,
541 5. The ``thaw_noirq`` phase is analogous to the ``resume_noirq`` phase
623 1. The ``restore_noirq`` phase is analogous to the ``resume_noirq`` phase.
/Linux-v4.19/drivers/usb/core/
Dhcd-pci.c620 .resume_noirq = hcd_pci_resume_noirq,
/Linux-v4.19/drivers/watchdog/
DiTCO_wdt.c617 .resume_noirq = iTCO_wdt_resume_noirq,
/Linux-v4.19/drivers/pcmcia/
Dcs.c885 .resume_noirq = pcmcia_socket_dev_resume_noirq,
/Linux-v4.19/drivers/gpio/
Dgpio-brcmstb.c603 .resume_noirq = brcmstb_gpio_resume,
/Linux-v4.19/drivers/acpi/
Ddevice_pm.c1190 .resume_noirq = acpi_subsys_resume_noirq,

12