Function report |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-28 10:13:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_domain_add_legacy() - Allocate and register a legacy revmap irq_domain.*@of_node: pointer to interrupt controller's device tree node.*@size: total number of irqs in legacy mapping*@first_irq: first number of irq block assigned to the domain
Proto:struct irq_domain *irq_domain_add_legacy(struct device_node *of_node, unsigned int size, unsigned int first_irq, irq_hw_number_t first_hwirq, const struct irq_domain_ops *ops, void *host_data)
Type:struct irq_domain
Parameter:
Type | Parameter | Name |
---|---|---|
struct device_node * | of_node | |
unsigned int | size | |
unsigned int | first_irq | |
irq_hw_number_t | first_hwirq | |
const struct irq_domain_ops * | ops | |
void * | host_data |
372 | If domain Then irq_domain_associate_many(domain, first_irq, first_hwirq, size) |
375 | Return domain |
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 |