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

/drivers/of/
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

Completed in 2902 milliseconds