Searched refs:of_irq_map_one (Results 1 - 3 of 3) sorted by relevance

/drivers/of/
H A Dof_pci_irq.c33 rc = of_irq_map_one(dn, 0, out_irq);
H A Dirq.c34 * This function is a wrapper that chains of_irq_map_one() and
41 if (of_irq_map_one(dev, index, &oirq))
273 * of_irq_map_one - Resolve an interrupt for a device
281 int of_irq_map_one(struct device_node *device, int index, struct of_irq *out_irq) function
288 pr_debug("of_irq_map_one: dev=%s, index=%d\n", device->full_name, index);
329 EXPORT_SYMBOL_GPL(of_irq_map_one); variable
/drivers/usb/host/
H A Disp1760-if.c72 if (of_irq_map_one(dp, 0, &oirq)) {

Completed in 55 milliseconds