Home
last modified time | relevance | path

Searched defs:dt_device_node (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Ddevice_tree.h79 struct dt_device_node { struct
87 struct dt_device_node *parent; argument
88 struct dt_device_node *child; argument
89 struct dt_device_node *sibling; argument
90 struct dt_device_node *next; /* TODO: Remove it. Only use to know the last children */ argument
91 struct dt_device_node *allnext; argument
102 static inline struct dt_device_node *dev_to_dt(struct device *dev) in dev_to_dt() argument
/xen-4.10.0-shim-comet/xen/common/
A Ddevice_tree.c858 int (*cb)(const struct dt_device_node *, in dt_for_each_range()
1050 int (*cb)(const struct dt_device_node *, in dt_for_each_irq_map()

Completed in 7 milliseconds