Lines Matching refs:device_node
11 typedef int (*of_irq_init_cb_t)(struct device_node *, struct device_node *);
21 extern struct device_node *of_irq_dflt_pic;
22 extern int of_irq_parse_oldworld(struct device_node *device, int index,
27 static inline int of_irq_parse_oldworld(struct device_node *device, int index, in of_irq_parse_oldworld()
35 extern int of_irq_parse_one(struct device_node *device, int index,
38 extern int of_irq_to_resource(struct device_node *dev, int index,
44 extern int of_irq_count(struct device_node *dev);
45 extern int of_irq_get(struct device_node *dev, int index);
46 extern int of_irq_get_byname(struct device_node *dev, const char *name);
47 extern int of_irq_to_resource_table(struct device_node *dev,
50 static inline int of_irq_count(struct device_node *dev) in of_irq_count()
54 static inline int of_irq_get(struct device_node *dev, int index) in of_irq_get()
58 static inline int of_irq_get_byname(struct device_node *dev, const char *name) in of_irq_get_byname()
62 static inline int of_irq_to_resource_table(struct device_node *dev, in of_irq_to_resource_table()
75 extern unsigned int irq_of_parse_and_map(struct device_node *node, int index);
76 extern struct device_node *of_irq_find_parent(struct device_node *child);
79 static inline unsigned int irq_of_parse_and_map(struct device_node *dev, in irq_of_parse_and_map()
85 static inline void *of_irq_find_parent(struct device_node *child) in of_irq_find_parent()