Searched refs:irq_domain_create_simple (Results 1 – 5 of 5) sorted by relevance
143 irq_domain_create_simple()162 irq_domain_create_simple(),只有在系统提供IRQ范围时才会使用传统域,否则将使用173 irq_domain_add_simple()和irq_domain_create_simple()以及
264 struct irq_domain *irq_domain_create_simple(struct fwnode_handle *fwnode,338 return irq_domain_create_simple(of_node_to_fwnode(of_node), size, first_irq, ops, host_data); in irq_domain_add_simple()
164 irq_domain_create_simple()193 irq_domain_create_simple() which will use a legacy domain only if an IRQ range209 irq_domain_add_simple() and irq_domain_create_simple() as well as
356 struct irq_domain *irq_domain_create_simple(struct fwnode_handle *fwnode, in irq_domain_create_simple() function382 EXPORT_SYMBOL_GPL(irq_domain_create_simple);
1521 domain = irq_domain_create_simple(fwnode, gc->ngpio, gc->irq.first, in gpiochip_simple_create_domain()