Searched defs:irqchip_fwid (Results 1 – 2 of 2) sorted by relevance
33 struct irqchip_fwid { struct34 struct fwnode_handle fwnode;35 unsigned int type;59 * Allocate a struct irqchip_fwid, and return a pointer to the embedded argument
33 struct irqchip_fwid { struct50 struct irqchip_fwid *fwid = container_of(fwnode, struct irqchip_fwid, fwnode); in irqchip_fwnode_get_name() argument