Lines Matching defs:np

58 bool of_node_name_eq(const struct device_node *np, const char *name)  in of_node_name_eq()
73 bool of_node_name_prefix(const struct device_node *np, const char *prefix) in of_node_name_prefix()
82 static bool __of_node_is_type(const struct device_node *np, const char *type) in __of_node_is_type()
89 int of_bus_n_addr_cells(struct device_node *np) in of_bus_n_addr_cells()
101 int of_n_addr_cells(struct device_node *np) in of_n_addr_cells()
110 int of_bus_n_size_cells(struct device_node *np) in of_bus_n_size_cells()
122 int of_n_size_cells(struct device_node *np) in of_n_size_cells()
132 int __weak of_node_to_nid(struct device_node *np) in of_node_to_nid()
154 struct device_node *np; in __of_phandle_cache_inv_entry() local
168 struct device_node *np; in of_core_init() local
191 static struct property *__of_find_property(const struct device_node *np, in __of_find_property()
210 struct property *of_find_property(const struct device_node *np, in of_find_property()
227 struct device_node *np; in __of_find_all_nodes() local
252 struct device_node *np; in of_find_all_nodes() local
268 const void *__of_get_property(const struct device_node *np, in __of_get_property()
280 const void *of_get_property(const struct device_node *np, const char *name, in of_get_property()
404 struct device_node *np; in of_cpu_node_to_id() local
662 struct device_node *np; in of_get_parent() local
915 struct device_node *np = NULL; in of_find_node_opts_by_path() local
974 struct device_node *np; in of_find_node_by_name() local
1002 struct device_node *np; in of_find_node_by_type() local
1032 struct device_node *np; in of_find_compatible_node() local
1061 struct device_node *np; in of_find_node_with_property() local
1140 struct device_node *np; in of_find_matching_node_and_match() local
1198 struct device_node *np = NULL; in of_find_node_by_phandle() local
1241 const struct device_node *np, in of_phandle_iterator_init()
1370 static int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args()
1432 struct device_node *of_parse_phandle(const struct device_node *np, in of_parse_phandle()
1480 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args()
1540 int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map()
1712 int of_parse_phandle_with_fixed_args(const struct device_node *np, in of_parse_phandle_with_fixed_args()
1738 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args()
1778 int __of_add_property(struct device_node *np, struct property *prop) in __of_add_property()
1799 int of_add_property(struct device_node *np, struct property *prop) in of_add_property()
1821 int __of_remove_property(struct device_node *np, struct property *prop) in __of_remove_property()
1848 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
1874 int __of_update_property(struct device_node *np, struct property *newprop, in __of_update_property()
1909 int of_update_property(struct device_node *np, struct property *newprop) in of_update_property()
1935 static void of_alias_add(struct alias_prop *ap, struct device_node *np, in of_alias_add()
1985 struct device_node *np; in of_alias_scan() local
2026 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id()
2157 struct device_node *of_find_next_cache_node(const struct device_node *np) in of_find_next_cache_node()
2191 struct device_node *prev = NULL, *np = of_cpu_device_node_get(cpu); in of_find_last_cache_level() local
2223 int of_map_id(struct device_node *np, u32 id, in of_map_id()