Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\irqdesc.h Create Date:2022-07-28 07:32:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:irq_desc_get_chip

Proto:static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc)

Type:struct irq_chip

Parameter:

TypeParameterName
struct irq_desc *desc
137  Return chip
Caller
NameDescribe
set_irq_wake_real
handle_fasteoi_nmihandle_fasteoi_nmi - irq handler for NMI interrupt lines*@desc: the interrupt description structure for this irq* A simple NMI-safe handler, considering the restrictions* from request_nmi.* Only a single callback will be issued to the chip: an ->eoi()
handle_percpu_irqhandle_percpu_irq - Per CPU local irq handler*@desc: the interrupt description structure for this irq* Per CPU interrupts on SMP machines without locking requirements
handle_percpu_devid_irqhandle_percpu_devid_irq - Per CPU local irq handler with per cpu dev ids*@desc: the interrupt description structure for this irq* Per CPU interrupts on SMP machines without locking requirements
handle_percpu_devid_fasteoi_nmihandle_percpu_devid_fasteoi_nmi - Per CPU local NMI handler with per cpu* dev ids*@desc: the interrupt description structure for this irq* Similar to handle_fasteoi_nmi, but handling the dev_id cookie* as a percpu pointer.
suspend_device_irq