Lines Matching refs:device_node
43 int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size()
78 static void *of_find_property_value_of_size(const struct device_node *np, in of_find_property_value_of_size()
113 int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index()
145 int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index()
183 int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array()
231 int of_property_read_variable_u16_array(const struct device_node *np, in of_property_read_variable_u16_array()
276 int of_property_read_variable_u32_array(const struct device_node *np, in of_property_read_variable_u32_array()
315 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64()
350 int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array()
393 int of_property_read_string(const struct device_node *np, const char *propname, in of_property_read_string()
417 int of_property_match_string(const struct device_node *np, const char *propname, in of_property_match_string()
456 int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper()
531 int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint()
534 struct device_node *port_node = of_get_parent(node); in of_graph_parse_endpoint()
563 struct device_node *of_graph_get_port_by_id(struct device_node *parent, u32 id) in of_graph_get_port_by_id()
565 struct device_node *node, *port; in of_graph_get_port_by_id()
595 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent, in of_graph_get_next_endpoint()
596 struct device_node *prev) in of_graph_get_next_endpoint()
598 struct device_node *endpoint; in of_graph_get_next_endpoint()
599 struct device_node *port; in of_graph_get_next_endpoint()
610 struct device_node *node; in of_graph_get_next_endpoint()
664 struct device_node *of_graph_get_endpoint_by_regs( in of_graph_get_endpoint_by_regs()
665 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs()
668 struct device_node *node = NULL; in of_graph_get_endpoint_by_regs()
688 struct device_node *of_graph_get_remote_endpoint(const struct device_node *node) in of_graph_get_remote_endpoint()
702 struct device_node *of_graph_get_port_parent(struct device_node *node) in of_graph_get_port_parent()
732 struct device_node *of_graph_get_remote_port_parent( in of_graph_get_remote_port_parent()
733 const struct device_node *node) in of_graph_get_remote_port_parent()
735 struct device_node *np, *pp; in of_graph_get_remote_port_parent()
755 struct device_node *of_graph_get_remote_port(const struct device_node *node) in of_graph_get_remote_port()
757 struct device_node *np; in of_graph_get_remote_port()
767 int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count()
769 struct device_node *endpoint; in of_graph_get_endpoint_count()
788 struct device_node *of_graph_get_remote_node(const struct device_node *node, in of_graph_get_remote_node()
791 struct device_node *endpoint_node, *remote; in of_graph_get_remote_node()
843 const struct device_node *node = to_of_node(fwnode); in of_fwnode_property_read_int_array()
868 const struct device_node *node = to_of_node(fwnode); in of_fwnode_property_read_string_array()
893 const struct device_node *node = to_of_node(fwnode); in of_fwnode_get_named_child_node()
894 struct device_node *child; in of_fwnode_get_named_child_node()
951 struct device_node *np; in of_fwnode_graph_get_port_parent()
968 const struct device_node *node = to_of_node(fwnode); in of_fwnode_graph_parse_endpoint()
969 struct device_node *port_node = of_get_parent(node); in of_fwnode_graph_parse_endpoint()