Lines Matching defs:np

41 	struct device_node *np;  member
59 int of_n_addr_cells(struct device_node *np) in of_n_addr_cells()
75 int of_n_size_cells(struct device_node *np) in of_n_size_cells()
166 struct property *of_find_property(const struct device_node *np, in of_find_property()
199 struct device_node *np; in of_find_all_nodes() local
216 const void *of_get_property(const struct device_node *np, const char *name, in of_get_property()
305 struct device_node *np; in of_get_parent() local
375 struct device_node *np = allnodes; in of_find_node_by_path() local
402 struct device_node *np; in of_find_node_by_name() local
431 struct device_node *np; in of_find_node_by_type() local
462 struct device_node *np; in of_find_compatible_node() local
494 struct device_node *np; in of_find_node_with_property() local
561 struct device_node *np; in of_find_matching_node() local
611 struct device_node *np; in of_find_node_by_phandle() local
638 int of_property_read_u32_array(const struct device_node *np, in of_property_read_u32_array()
672 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64()
703 int of_property_read_string(struct device_node *np, const char *propname, in of_property_read_string()
736 int of_property_read_string_index(struct device_node *np, const char *propname, in of_property_read_string_index()
777 int of_property_count_strings(struct device_node *np, const char *propname) in of_property_count_strings()
811 of_parse_phandle(struct device_node *np, const char *phandle_name, int index) in of_parse_phandle()
856 int of_parse_phandle_with_args(struct device_node *np, const char *list_name, in of_parse_phandle_with_args()
948 int prom_add_property(struct device_node *np, struct property *prop) in prom_add_property()
984 int prom_remove_property(struct device_node *np, struct property *prop) in prom_remove_property()
1025 int prom_update_property(struct device_node *np, in prom_update_property()
1073 void of_attach_node(struct device_node *np) in of_attach_node()
1091 void of_detach_node(struct device_node *np) in of_detach_node()
1131 static void of_alias_add(struct alias_prop *ap, struct device_node *np, in of_alias_add()
1167 struct device_node *np; in of_alias_scan() local
1207 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id()