Function report |
Source Code:kernel\irq\irqdomain.c |
Create Date:2022-07-28 10:13:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_find_matching_fwspec() - Locates a domain for a given fwspec*@fwspec: FW specifier for an interrupt*@bus_token: domain-specific data
Proto:struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec, enum irq_domain_bus_token bus_token)
Type:struct irq_domain
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_fwspec * | fwspec | |
enum irq_domain_bus_token | bus_token |
387 | struct irq_domain * h, * found = NULL |
400 | mutex_lock( & irq_domain_mutex) |
406 | Else rc = ((fwnode != NULL) && ( Optional data == fwnode) && ((bus_token == DOMAIN_BUS_ANY) || (bus_token == bus_token))) |
411 | If rc Then |
417 | Return found |
Name | Describe |
---|---|
irq_create_fwspec_mapping |
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 |