Lines Matching refs:device_node

38 unsigned int irq_of_parse_and_map(struct device_node *dev, int index)  in irq_of_parse_and_map()
56 struct device_node *of_irq_find_parent(struct device_node *child) in of_irq_find_parent()
58 struct device_node *p; in of_irq_find_parent()
99 struct device_node *ipar, *tnode, *old = NULL, *newpar = NULL; in of_irq_parse_raw()
289 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one()
291 struct device_node *p; in of_irq_parse_one()
362 int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) in of_irq_to_resource()
397 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()
442 int of_irq_count(struct device_node *dev) in of_irq_count()
461 int of_irq_to_resource_table(struct device_node *dev, struct resource *res, in of_irq_to_resource_table()
476 struct device_node *dev;
477 struct device_node *interrupt_parent;
489 struct device_node *np, *parent = NULL; in of_irq_init()
586 static u32 __of_msi_map_rid(struct device *dev, struct device_node **np, in __of_msi_map_rid()
590 struct device_node *msi_controller_node; in __of_msi_map_rid()
591 struct device_node *msi_np = *np; in __of_msi_map_rid()
685 u32 of_msi_map_rid(struct device *dev, struct device_node *msi_np, u32 rid_in) in of_msi_map_rid()
690 static struct irq_domain *__of_get_msi_domain(struct device_node *np, in __of_get_msi_domain()
714 struct device_node *np = NULL; in of_msi_map_get_device_domain()
732 struct device_node *np, in of_msi_get_domain()
735 struct device_node *msi_np; in of_msi_get_domain()
772 void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure()