Searched refs:unmasked (Results 1 – 8 of 8) 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/arch/arm/mach-omap1/ |
| H A D | ams-delta-fiq-handler.S | 185 and r11, r11, r10 @ unmask all saved as unmasked
|
| /linux/net/openvswitch/ |
| H A D | flow_table.c | 697 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 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 1584 the interrupt should be unmasked before returning control to the 5391 EINTR an unmasked signal is pending 6476 EINTR An unmasked signal is pending and no page was processed. 6740 guest with an unmasked signal pending or with the immediate_exit field set
|