• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/

Lines Matching refs:device_node

28 static struct device_node *allnodes;
31 * or parent members of struct device_node.
35 int of_device_is_compatible(const struct device_node *device,
56 struct device_node *of_get_parent(const struct device_node *node)
58 struct device_node *np;
69 struct device_node *of_get_next_child(const struct device_node *node,
70 struct device_node *prev)
72 struct device_node *next;
83 struct device_node *of_find_node_by_path(const char *path)
85 struct device_node *np = allnodes;
96 struct device_node *of_find_node_by_phandle(phandle handle)
98 struct device_node *np;
108 struct device_node *of_find_node_by_name(struct device_node *from,
111 struct device_node *np;
122 struct device_node *of_find_node_by_type(struct device_node *from,
125 struct device_node *np;
136 struct device_node *of_find_compatible_node(struct device_node *from,
139 struct device_node *np;
154 struct property *of_find_property(const struct device_node *np,
175 const void *of_get_property(const struct device_node *np, const char *name,
183 int of_getintprop_default(struct device_node *np, const char *name, int def)
196 int of_n_addr_cells(struct device_node *np)
211 int of_n_size_cells(struct device_node *np)
226 int of_set_property(struct device_node *dp, const char *name, void *val, int len)
288 static int is_root_node(const struct device_node *dp)
313 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf)
329 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf)
346 static void __init pci_path_component(struct device_node *dp, char *tmp_buf)
371 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf)
387 static void __init __build_path_component(struct device_node *dp, char *tmp_buf)
389 struct device_node *parent = dp->parent;
407 static char * __init build_path_component(struct device_node *dp)
422 static char * __init build_full_name(struct device_node *dp)
524 static struct device_node * __init create_node(phandle node)
526 struct device_node *dp;
547 static struct device_node * __init build_tree(struct device_node *parent, phandle node, struct device_node ***nextp)
549 struct device_node *dp;
570 struct device_node **nextp;