• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/

Lines Matching refs:device_node

76 static struct device_node *allnodes = NULL;
79 * or parent members of struct device_node.
84 struct device_node *of_chosen;
240 struct device_node *dad,
241 struct device_node ***allnextpp,
244 struct device_node *np;
287 np = unflatten_dt_alloc(&mem, sizeof(struct device_node) + allocl,
288 __alignof__(struct device_node));
291 np->full_name = ((char*)np) + sizeof(struct device_node);
459 * tree of struct device_node. It also fills the "name" and "type"
466 struct device_node **allnextp = &allnodes;
479 mem = lmb_alloc(size + 4, __alignof__(struct device_node));
1046 int of_n_addr_cells(struct device_node* np)
1061 int of_n_size_cells(struct device_node* np)
1079 int of_device_is_compatible(const struct device_node *device,
1107 struct device_node *root;
1141 struct device_node *of_find_node_by_name(struct device_node *from,
1144 struct device_node *np;
1170 struct device_node *of_find_node_by_type(struct device_node *from,
1173 struct device_node *np;
1201 struct device_node *of_find_compatible_node(struct device_node *from,
1204 struct device_node *np;
1228 struct device_node *of_find_node_by_path(const char *path)
1230 struct device_node *np = allnodes;
1250 struct device_node *of_find_node_by_phandle(phandle handle)
1252 struct device_node *np;
1272 struct device_node *of_find_all_nodes(struct device_node *prev)
1274 struct device_node *np;
1294 struct device_node *of_get_parent(const struct device_node *node)
1296 struct device_node *np;
1316 struct device_node *of_get_next_child(const struct device_node *node,
1317 struct device_node *prev)
1319 struct device_node *next;
1339 struct device_node *of_node_get(struct device_node *node)
1347 static inline struct device_node * kref_to_device_node(struct kref *kref)
1349 return container_of(kref, struct device_node, kref);
1361 struct device_node *node = kref_to_device_node(kref);
1389 void of_node_put(struct device_node *node)
1399 void of_attach_node(struct device_node *np)
1414 void of_detach_node(const struct device_node *np)
1416 struct device_node *parent;
1425 struct device_node *prev;
1436 struct device_node *prevsib;
1453 static int of_finish_dynamic_node(struct device_node *node)
1455 struct device_node *parent = of_get_parent(node);
1519 struct property *of_find_property(const struct device_node *np,
1542 const void *of_get_property(const struct device_node *np, const char *name,
1553 int prom_add_property(struct device_node* np, struct property* prop)
1586 int prom_remove_property(struct device_node *np, struct property *prop)
1625 int prom_update_property(struct device_node *np,
1665 struct device_node *of_get_cpu_node(int cpu, unsigned int *thread)
1668 struct device_node *np;