Lines Matching +defs:val +defs:node
91 struct device_node *node; member
113 static inline void of_node_init(struct device_node *node) in of_node_init()
132 static inline struct device_node *of_node_get(struct device_node *node) in of_node_get()
136 static inline void of_node_put(struct device_node *node) { } in of_node_put()
177 #define of_fwnode_handle(node) \ argument
185 static inline bool of_node_is_root(const struct device_node *node) in of_node_is_root()
532 static inline struct device_node *of_get_parent(const struct device_node *node) in of_get_parent()
537 static inline struct device_node *of_get_next_parent(struct device_node *node) in of_get_next_parent()
543 const struct device_node *node, struct device_node *prev) in of_get_next_child()
549 const struct device_node *node, struct device_node *prev) in of_get_next_available_child()
555 const struct device_node *node, struct device_node *prev) in of_get_next_reserved_child()
566 #define of_fwnode_handle(node) NULL argument
575 const struct device_node *node, in of_get_child_by_name()
642 static inline const void *of_get_property(const struct device_node *node, in of_get_property()
1557 struct list_head node; member
1648 const u32 val) in of_changeset_add_prop_u32()