Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\settings.h Create Date:2022-07-28 10:08:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:irq_settings_can_request

Proto:static inline bool irq_settings_can_request(struct irq_desc *desc)

Type:bool

Parameter:

TypeParameterName
struct irq_desc *desc
98  Return Not (status_use_accessors & _IRQ_NOREQUEST)
Caller
NameDescribe
can_request_irqInternal function that tells the architecture code whether a* particular irq has been exclusively allocated or is available* for driver use.
request_threaded_irqquest_threaded_irq - allocate an interrupt line*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs
request_nmiquest_nmi - allocate an interrupt line for NMI delivery*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs
__request_percpu_irq__request_percpu_irq - allocate a percpu interrupt line*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs
request_percpu_nmiquest_percpu_nmi - allocate a percpu interrupt line for NMI delivery*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs