Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:q_domain_set_info - Set the complete data for a @virq in @domain*@domain: Interrupt domain to match*@virq: IRQ number*@hwirq: The hardware interrupt number*@chip: The associated interrupt chip*@chip_data: The associated interrupt chip data*@handler: The

Proto:void irq_domain_set_info(struct irq_domain *domain, unsigned int virq, irq_hw_number_t hwirq, struct irq_chip *chip, void *chip_data, irq_flow_handler_t handler, void *handler_data, const char *handler_name)

Type:void

Parameter:

TypeParameterName
struct irq_domain *domain
unsigned intvirq
irq_hw_number_thwirq
struct irq_chip *chip
void *chip_data
irq_flow_handler_thandler
void *handler_data
const char *handler_name
1727  irq_set_chip_and_handler_name(virq, chip, handler, handler_name)
1728  q_set_chip_data - set irq chip data for an irq*@irq: Interrupt number*@data: Pointer to chip specific data* Set the hardware irq chip data for an irq
1729  q_set_handler_data - set irq handler data for an irq*@irq: Interrupt number*@data: Pointer to interrupt specific data* Set the hardware irq controller data for an irq
Caller
NameDescribe
irq_map_generic_chipq_map_generic_chip - Map a generic chip for an irq domain
irq_unmap_generic_chip