Function report |
Source Code:arch\x86\kernel\acpi\boot.c |
Create Date:2022-07-28 08:16:19 |
| Last Modify:2020-03-16 21:18:54 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:acpi_gsi_to_irq
Proto:int acpi_gsi_to_irq(unsigned int gsi, unsigned int *irqp)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned int | gsi | |
| unsigned int * | irqp |
| 616 | rc = acpi_get_override_irq(gsi, & trigger, & polarity) |
| 620 | trigger = If trigger Then Triggering Else ACPI_EDGE_SENSITIVE |
| 621 | polarity = If polarity Then ACPI_ACTIVE_LOW Else Polarity |
| 627 | Return 0 |
| 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 |