Searched refs:fw_node (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-topology.c112 static struct fw_node *fw_node_create(u32 sid, int port_count, int color)
114 struct fw_node *node;
148 static void update_hop_count(struct fw_node *node)
172 static inline struct fw_node *fw_node(struct list_head *l) function
174 return list_entry(l, struct fw_node, link);
182 * fw_node corresponding to the local card otherwise NULL.
184 static struct fw_node *build_tree(struct fw_card *card,
187 struct fw_node *node, *child, *local_node, *irm_node;
234 child = fw_node(
[all...]
H A Dcore.h20 struct fw_node;
144 void fw_node_event(struct fw_card *card, struct fw_node *node, int event);
166 struct fw_node { struct
186 struct fw_node *ports[0];
189 static inline struct fw_node *fw_node_get(struct fw_node *node)
196 static inline void fw_node_put(struct fw_node *node)
H A Dcore-device.c848 struct fw_node *current_node = new->node;
849 struct fw_node *obsolete_node = old->node;
1165 void fw_node_event(struct fw_card *card, struct fw_node *node, int event)
H A Dcore-card.c282 struct fw_node *root_node;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfirewire.h79 struct fw_node;
106 struct fw_node *local_node;
107 struct fw_node *root_node;
108 struct fw_node *irm_node;
109 u8 color; /* must be u8 to match the definition in struct fw_node */
170 struct fw_node *node;

Completed in 70 milliseconds