Searched refs:noirq (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/pci/pcie/ |
H A D | pme.c | 46 bool noirq; /* If set, keep the PME interrupt disabled. */ member 224 if (data->noirq) in pcie_pme_work_fn() 255 if (!data->noirq) in pcie_pme_work_fn() 384 data->noirq = true; in pcie_pme_disable_interrupt() 428 if (data->noirq) { in pcie_pme_resume() 433 data->noirq = false; in pcie_pme_resume()
|
/linux/Documentation/power/ |
H A D | suspend-and-interrupts.rst | 26 of suspend_device_irqs(), along with the "noirq" phase of device suspend and 38 suspend-resume cycle, including the "noirq" phases of suspending and resuming 101 interrupts right after the "noirq" phase of suspending devices.
|
H A D | pci.rst | 1022 reasons for doing that. Also, it causes pci_pm_suspend_late/noirq() and 1023 pci_pm_poweroff_late/noirq() to return early if the device remains in runtime 1030 "noirq" and "early" resume callbacks to be skipped if the device can be left 1034 situations. If the PM core determines that the driver's "noirq" and "early"
|
/linux/Documentation/admin-guide/pm/ |
H A D | suspend-flows.rst | 80 *late suspend* and *noirq suspend* (see :ref:`driverapi_pm_devices` for more 88 invoked before the *noirq* suspend phase. 139 Devices are resumed in four phases called *noirq resume*, *early resume*, 146 The working-state configuration of IRQs is restored after the *noirq* resume
|
/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | hisilicon,hi6220-mailbox.txt | 34 - hi6220,mbox-tx-noirq: Property of MCU firmware's feature, so mailbox driver
|
/linux/Documentation/driver-api/pm/ |
H A D | devices.rst | 817 indicate to the PM core and middle-layer code that they allow their "noirq" and 834 has a reason to prevent the driver's "noirq" and "early" resume callbacks from 843 for the driver's "noirq" and "early" resume callbacks to be skipped. Whether or 847 If that function returns ``true``, the driver's "noirq" and "early" resume 858 ``DPM_FLAG_SMART_SUSPEND`` is set and the driver's "late" and "noirq" suspend 859 callbacks are skipped, its system-wide "noirq" and "early" resume callbacks, if 873 system-wide "noirq" and "early" resume callbacks may be skipped while its "late" 874 and "noirq" suspend callbacks may have been executed (in principle, regardless 877 callback back-to-back with its "late" and "noirq" suspend ones. [For instance,
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-power | 367 the number of times executing "noirq resume" callbacks 391 the number of times executing "noirq suspend" callbacks
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am33xx-l4.dtsi | 1573 ti,mbox-send-noirq;
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 14 Format: { force | on | off | strict | noirq | rsdt | 19 noirq -- do not use ACPI for IRQ routing
|