Lines Matching defs:np

44 bool of_property_read_bool(const struct device_node *np, const char *propname)  in of_property_read_bool()
94 int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size()
130 static void *of_find_property_value_of_size(const struct device_node *np, in of_find_property_value_of_size()
167 int of_property_read_u8_index(const struct device_node *np, in of_property_read_u8_index()
200 int of_property_read_u16_index(const struct device_node *np, in of_property_read_u16_index()
233 int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index()
267 int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index()
307 int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array()
357 int of_property_read_variable_u16_array(const struct device_node *np, in of_property_read_variable_u16_array()
404 int of_property_read_variable_u32_array(const struct device_node *np, in of_property_read_variable_u32_array()
445 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64()
482 int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array()
529 int of_property_read_string(const struct device_node *np, const char *propname, in of_property_read_string()
559 int of_property_match_string(const struct device_node *np, const char *propname, in of_property_match_string()
598 int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper()
946 struct device_node *np; in of_graph_get_remote_port() local
962 unsigned int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count()
980 unsigned int of_graph_get_port_count(struct device_node *np) in of_graph_get_port_count()
1199 struct device_node *np; in of_fwnode_graph_get_port_parent() local
1273 static struct device_node *parse_prop_cells(struct device_node *np, in parse_prop_cells()
1327 static struct device_node *parse_suffix_prop_cells(struct device_node *np, in parse_suffix_prop_cells()
1416 static struct device_node *parse_gpios(struct device_node *np, in parse_gpios()
1426 static struct device_node *parse_iommu_maps(struct device_node *np, in parse_iommu_maps()
1435 static struct device_node *parse_gpio_compat(struct device_node *np, in parse_gpio_compat()
1457 static struct device_node *parse_interrupts(struct device_node *np, in parse_interrupts()
1472 static struct device_node *parse_interrupt_map(struct device_node *np, in parse_interrupt_map()
1513 static struct device_node *parse_remote_endpoint(struct device_node *np, in parse_remote_endpoint()