函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\io_apic.c Create Date:2022-07-27 09:29:12
Last Modify:2020-03-16 21:24:45 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:irq_polarity

函数原型:static int irq_polarity(int idx)

返回类型:int

参数:

类型参数名称
intidx
800  bus等于srcbus
806  : & == MP_IRQPOL_DEFAULT
808  如果st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from则返回:default_ISA_polarity(idx)
810  否则返回:default_PCI_polarity(idx)
812  : & == MP_IRQPOL_ACTIVE_HIGH
813  返回:IOAPIC_POL_HIGH
814  : & == MP_IRQPOL_RESERVED
815  打印警告信息("IOAPIC: Invalid polarity: 2, defaulting to low\n")
817  : & == MP_IRQPOL_ACTIVE_LOW
818  默认
819  返回:IOAPIC_POL_LOW
调用者
名称描述
acpi_get_override_irq