Lines Matching refs:device_node
37 unsigned int irq_of_parse_and_map(struct device_node *dev, int index) in irq_of_parse_and_map()
55 struct device_node *of_irq_find_parent(struct device_node *child) in of_irq_find_parent()
57 struct device_node *p; in of_irq_find_parent()
97 struct device_node *ipar, *tnode, *old = NULL, *newpar = NULL; in of_irq_parse_raw()
288 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one()
290 struct device_node *p; in of_irq_parse_one()
361 int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) in of_irq_to_resource()
396 int of_irq_get(struct device_node *dev, int index) in of_irq_get()
423 int of_irq_get_byname(struct device_node *dev, const char *name) in of_irq_get_byname()
441 int of_irq_count(struct device_node *dev) in of_irq_count()
460 int of_irq_to_resource_table(struct device_node *dev, struct resource *res, in of_irq_to_resource_table()
475 struct device_node *dev;
476 struct device_node *interrupt_parent;
488 struct device_node *np, *parent = NULL; in of_irq_init()