Home
last modified time | relevance | path

Searched refs:device_node (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/dpaax/
H A Ddpaa_of.h67 struct device_node { struct
76 struct device_node node; /**< Property of node */ argument
107 const struct device_node *of_find_compatible_node(
108 const struct device_node *from,
119 const void *of_get_property(const struct device_node *from, const char *name,
122 bool of_device_is_available(const struct device_node *dev_node);
125 const struct device_node *of_find_node_by_phandle(uint64_t ph);
128 const struct device_node *of_get_parent(const struct device_node *dev_node);
131 const struct device_node *of_get_next_child(const struct device_node *dev_node,
132 const struct device_node *prev);
[all …]
H A Ddpaa_of.c86 node2dir(const struct device_node *n) in node2dir()
88 struct dt_node *dn = container_of((struct device_node *)n, in node2dir()
300 const struct device_node *
301 of_find_compatible_node(const struct device_node *from, in of_find_compatible_node()
326 of_get_property(const struct device_node *from, const char *name, in of_get_property()
345 of_device_is_available(const struct device_node *dev_node) in of_device_is_available()
360 const struct device_node *
373 const struct device_node *
374 of_get_parent(const struct device_node *dev_node) in of_get_parent()
388 const struct device_node *
[all …]
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_driver.c146 int bman_init_ccsr(const struct device_node *node) in bman_init_ccsr()
184 const struct device_node *dt_node; in bman_global_init()
223 const struct device_node *dn = of_find_compatible_node(NULL, in bman_global_init()
H A Dbman_priv.h77 int bman_init_ccsr(const struct device_node *node);
H A Dqman_priv.h103 struct device_node *node;
H A Dqman_driver.c249 const struct device_node *dt_node; in qman_global_init()