Lines Matching defs:fwnode
24 * code compatibility, this fwnode pointer is "upgraded" to a DT
27 * code offers a fwnode allocator.
56 * @fwnode: Pointer to a firmware-specific descriptor
64 struct fwnode_handle *fwnode;
147 * @fwnode: Pointer to firmware node associated with the irq_domain. Pretty easy
171 struct fwnode_handle *fwnode;
227 return to_of_node(d->fwnode);
258 void irq_domain_free_fwnode(struct fwnode_handle *fwnode);
259 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, unsigned int size,
285 return node ? &node->fwnode : NULL;
290 static inline bool is_fwnode_irqchip(struct fwnode_handle *fwnode)
292 return fwnode && fwnode->ops == &irqchip_fwnode_ops;
299 struct irq_domain *irq_find_matching_fwnode(struct fwnode_handle *fwnode,
303 .fwnode = fwnode,
362 static inline struct irq_domain *irq_domain_create_linear(struct fwnode_handle *fwnode,
367 return __irq_domain_add(fwnode, size, size, 0, ops, host_data);
370 static inline struct irq_domain *irq_domain_create_tree(struct fwnode_handle *fwnode,
374 return __irq_domain_add(fwnode, 0, ~0, 0, ops, host_data);
466 struct fwnode_handle *fwnode,
607 struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token)