Function report |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-28 08:30:51 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mp_irqdomain_get_attr
Proto:static void mp_irqdomain_get_attr(unsigned int gsi, struct mp_chip_data *data, struct irq_alloc_info *info)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | gsi | |
struct mp_chip_data * | data | |
struct irq_alloc_info * | info |
2943 | If info && ioapic_valid Then |
2944 | trigger = ioapic_trigger |
2945 | polarity = ioapic_polarity |
2946 | Else if acpi_get_override_irq(gsi, & trigger, & polarity) < 0 Then |
2949 | trigger = IOAPIC_LEVEL |
2950 | polarity = IOAPIC_POL_LOW |
Name | Describe |
---|---|
mp_irqdomain_alloc |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |