Function report |
Source Code:kernel\irq\generic-chip.c |
Create Date:2022-07-28 10:12:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_init_generic_chip
Proto:void irq_init_generic_chip(struct irq_chip_generic *gc, const char *name, int num_ct, unsigned int irq_base, void __iomem *reg_base, irq_flow_handler_t handler)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_chip_generic * | gc | |
const char * | name | |
int | num_ct | |
unsigned int | irq_base | |
void __iomem * | reg_base | |
irq_flow_handler_t | handler |
218 | raw_spin_lock_init( & lock) |
222 | interrupt' name = name |
Name | Describe |
---|---|
irq_alloc_generic_chip | q_alloc_generic_chip - Allocate a generic chip and initialize it*@name: Name of the irq chip*@num_ct: Number of irq_chip_type instances associated with this*@irq_base: Interrupt base nr for this chip*@reg_base: Register base address (virtual)*@handler: |
__irq_alloc_domain_generic_chips | __irq_alloc_domain_generic_chip - Allocate generic chips for an irq domain*@d: irq domain for which to allocate chips*@irqs_per_chip: Number of interrupts each chip handles (max 32)*@num_ct: Number of irq_chip_type instances associated with this*@name: |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |