Searched defs:out_irq (Results 1 - 2 of 2) sorted by relevance

/drivers/of/
H A Dof_pci_irq.c10 * @out_irq: structure of_irq filled by this function
18 int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq) argument
33 rc = of_irq_map_one(dn, 0, out_irq);
91 return of_irq_map_raw(ppnode, &lspec_be, 1, laddr, out_irq);
H A Dirq.c87 * @out_irq: structure of_irq filled by this function
97 u32 ointsize, const __be32 *addr, struct of_irq *out_irq)
159 out_irq->specifier[i] =
161 out_irq->size = intsize;
162 out_irq->controller = ipar;
276 * @out_irq: structure of_irq filled by this function
281 int of_irq_map_one(struct device_node *device, int index, struct of_irq *out_irq) argument
292 return of_irq_map_oldworld(device, index, out_irq);
324 addr, out_irq);
96 of_irq_map_raw(struct device_node *parent, const __be32 *intspec, u32 ointsize, const __be32 *addr, struct of_irq *out_irq) argument

Completed in 110 milliseconds