Searched defs:dt_device_node (Results 1 – 2 of 2) sorted by relevance
79 struct dt_device_node { struct87 struct dt_device_node *parent; argument88 struct dt_device_node *child; argument89 struct dt_device_node *sibling; argument90 struct dt_device_node *next; /* TODO: Remove it. Only use to know the last children */ argument91 struct dt_device_node *allnext; argument109 static inline struct dt_device_node *dev_to_dt(struct device *dev) in dev_to_dt() argument
858 int (*cb)(const struct dt_device_node *, in dt_for_each_range()1062 int (*cb)(const struct dt_device_node *, in dt_for_each_irq_map()
Completed in 7 milliseconds