Searched refs:unmasked (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-ljca.c | 274 int gpio_id, unmasked; in ljca_gpio_async() local 278 unmasked = test_bit(gpio_id, ljca_gpio->unmasked_irqs); in ljca_gpio_async() 279 if (unmasked) in ljca_gpio_async() 369 int enabled, unmasked; in ljca_irq_bus_unlock() local 372 unmasked = test_bit(gpio_id, ljca_gpio->unmasked_irqs); in ljca_irq_bus_unlock() 374 if (enabled != unmasked) { in ljca_irq_bus_unlock() 375 if (unmasked) { in ljca_irq_bus_unlock()
|
| H A D | gpio-dln2.c | 365 int enabled, unmasked; in dln2_irq_bus_unlock() local 370 unmasked = test_bit(pin, dln2->unmasked_irqs); in dln2_irq_bus_unlock() 372 if (enabled != unmasked) { in dln2_irq_bus_unlock() 373 if (unmasked) { in dln2_irq_bus_unlock()
|
| H A D | gpio-tegra.c | 388 bool unmasked = false; in tegra_gpio_irq_handler() local 420 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler() 421 unmasked = true; in tegra_gpio_irq_handler() 430 if (!unmasked) in tegra_gpio_irq_handler()
|
| /linux/drivers/pci/msi/ |
| H A D | msi.c | 213 bool unmasked = !(ctrl & PCI_MSIX_ENTRY_CTRL_MASKBIT); in pci_write_msg_msix() local 225 if (unmasked) in pci_write_msg_msix() 232 if (unmasked) in pci_write_msg_msix()
|
| /linux/arch/arm/mach-omap1/ |
| H A D | ams-delta-fiq-handler.S | 185 and r11, r11, r10 @ unmask all saved as unmasked
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 212 will handle it. If it is "unmasked", it signals the firmware that 221 The driver will filter out any unmasked hotkeys, so even if the firmware 223 events for unmasked hotkeys. 226 example, if Fn+F5 is unmasked, that key will no longer enable/disable 476 unmasked. Just leave it alone. 487 even when unmasked. 495 firmware, even when unmasked. 500 firmware, even when unmasked. 505 firmware, even when unmasked.
|
| /linux/Documentation/arch/arm/ |
| H A D | interrupts.rst | 160 the parent IRQ should be unmasked, and the status of all children must
|
| /linux/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 190 unmasked by the driver after NAPI processing is complete.
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 404 EINTR an unmasked signal is pending 1583 the interrupt should be unmasked before returning control to the 5390 EINTR an unmasked signal is pending 6475 EINTR An unmasked signal is pending and no page was processed. 6705 guest with an unmasked signal pending or with the immediate_exit field set
|