Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\io_apic.c Create Date:2022-07-28 08:29:26
Last Modify:2020-03-16 21:24:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:add_pin_to_irq_node

Proto:static void add_pin_to_irq_node(struct mp_chip_data *data, int node, int apic, int pin)

Type:void

Parameter:

TypeParameterName
struct mp_chip_data *data
intnode
intapic
intpin
412  If The common case is 1:1 IRQ<->pin mappings. Sometimes there are* shared ISA-space IRQs, so we have to support them. We are super* fast in the common case, and fast for shared ISA-space IRQs. Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
Caller
NameDescribe
replace_pin_at_irq_nodeReroute an IRQ to a different pin.
mp_irqdomain_alloc