Lines Matching refs:device_node
86 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 *
389 of_get_next_child(const struct device_node *dev_node, in of_get_next_child()
390 const struct device_node *prev) in of_get_next_child()
418 of_n_addr_cells(const struct device_node *dev_node) in of_n_addr_cells()
440 of_n_size_cells(const struct device_node *dev_node) in of_n_size_cells()
462 of_get_address(const struct device_node *dev_node, size_t idx, in of_get_address()
491 of_translate_address(const struct device_node *dev_node, in of_translate_address()
495 const struct device_node *parent; in of_translate_address()
537 of_device_is_compatible(const struct device_node *dev_node, in of_device_is_compatible()
552 static const void *of_get_mac_addr(const struct device_node *np, in of_get_mac_addr()
576 const void *of_get_mac_address(const struct device_node *np) in of_get_mac_address()