Lines Matching defs:node
92 struct device_node *node; member
104 static inline void of_node_init(struct device_node *node) in of_node_init()
111 static inline int of_node_is_initialized(struct device_node *node) in of_node_is_initialized()
117 static inline int of_node_is_attached(struct device_node *node) in of_node_is_attached()
127 static inline struct device_node *of_node_get(struct device_node *node) in of_node_get()
131 static inline void of_node_put(struct device_node *node) { } in of_node_put()
167 #define of_fwnode_handle(node) \ argument
180 static inline bool of_node_is_root(const struct device_node *node) in of_node_is_root()
600 static inline struct device_node *of_get_parent(const struct device_node *node) in of_get_parent()
606 const struct device_node *node, struct device_node *prev) in of_get_next_child()
612 const struct device_node *node, struct device_node *prev) in of_get_next_available_child()
623 #define of_fwnode_handle(node) NULL argument
637 const struct device_node *node, in of_get_child_by_name()
732 static inline const void *of_get_property(const struct device_node *node, in of_get_property()
1202 struct list_head node; member