Home
last modified time | relevance | path

Searched refs:unmasked (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-ljca.c274 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 Dgpio-dln2.c365 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 Dgpio-tegra.c374 bool unmasked = false; in tegra_gpio_irq_handler() local
406 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler()
407 unmasked = true; in tegra_gpio_irq_handler()
416 if (!unmasked) in tegra_gpio_irq_handler()
/linux/drivers/pci/msi/
H A Dmsi.c222 bool unmasked = !(ctrl & PCI_MSIX_ENTRY_CTRL_MASKBIT); in pci_write_msg_msix() local
234 if (unmasked) in pci_write_msg_msix()
241 if (unmasked) in pci_write_msg_msix()
/linux/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S185 and r11, r11, r10 @ unmask all saved as unmasked
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst213 will handle it. If it is "unmasked", it signals the firmware that
222 The driver will filter out any unmasked hotkeys, so even if the firmware
224 events for unmasked hotkeys.
227 example, if Fn+F5 is unmasked, that key will no longer enable/disable
477 unmasked. Just leave it alone.
488 even when unmasked.
496 firmware, even when unmasked.
501 firmware, even when unmasked.
506 firmware, even when unmasked.
/linux/net/openvswitch/
H A Dflow_table.c697 const struct sw_flow_key *unmasked, in masked_flow_lookup() argument
706 ovs_flow_mask_key(&masked_key, unmasked, false, mask); in masked_flow_lookup()
/linux/Documentation/arch/arm/
H A Dinterrupts.rst160 the parent IRQ should be unmasked, and the status of all children must
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst190 unmasked by the driver after NAPI processing is complete.