Searched refs:is_level (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/x86/kernel/ |
| H A D | devicetree.c | 181 u32 is_level; member 189 .is_level = 0, 194 .is_level = 1, 199 .is_level = 1, 204 .is_level = 0, 225 ioapic_set_alloc_attr(&tmp, NUMA_NO_NODE, it->is_level, it->active_low); in dt_irqdomain_alloc()
|
| /linux-6.15/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 96 bool is_level; member 450 entry1.is_level = false; in __eoi_ioapic_pin() 493 if (!entry.is_level) { in clear_IO_APIC_pin() 494 entry.is_level = true; in clear_IO_APIC_pin() 822 dst->ioapic.is_level = src->ioapic.is_level; in ioapic_copy_alloc_attr() 872 if (info->ioapic.is_level != data->is_level) in mp_check_pin_attr() 874 data->entry.is_level = data->is_level = info->ioapic.is_level; in mp_check_pin_attr() 878 return data->is_level == info->ioapic.is_level && in mp_check_pin_attr() 2815 data->is_level = info->ioapic.is_level; in mp_irqdomain_get_attr() 2819 data->is_level = true; in mp_irqdomain_get_attr() [all …]
|
| /linux-6.15/drivers/iommu/ |
| H A D | hyperv-iommu.c | 189 bool is_level; member 227 status = hv_map_ioapic_interrupt(ioapic_id, data->is_level, cpu, in hyperv_root_ir_compose_msi_msg() 302 data->is_level = info->ioapic.is_level; in hyperv_root_irq_remapping_alloc()
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | 8250_fintek.c | 238 static void fintek_8250_set_irq_mode(struct fintek_8250 *pdata, bool is_level) in fintek_8250_set_irq_mode() argument 252 is_level ? 0 : F81866_IRQ_MODE0); in fintek_8250_set_irq_mode() 262 is_level ? IRQ_LEVEL_LOW : IRQ_EDGE_HIGH); in fintek_8250_set_irq_mode()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | msi.h | 22 is_level : 1; member
|
| H A D | hw_irq.h | 47 u32 is_level : 1; member
|
| H A D | io_apic.h | 67 is_level : 1, member
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | irq_comm.c | 117 irq->trig_mode = msg.arch_data.is_level; in kvm_set_msi_irq()
|