Searched refs:node_p (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h1316 * Example of a for loop to walk someList of node_p
1336 #define dll_init(node_p) ((node_p)->next_p = (node_p)->prev_p = (node_p))
1342 #define dll_next_p(node_p) ((node_p)->next_p)
1343 #define dll_prev_p(node_p) ((node_p)->prev_p)
1346 #define dll_end(list_p, node_p) ((list_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dpmac_zilog.c1761 struct device_node *node_p, *node_a, *node_b, *np; local
1768 node_p = of_find_node_by_name(NULL, "escc");
1769 while (node_p) {
1776 for (np = NULL; (np = of_get_next_child(node_p, np)) != NULL;) {
1786 (!node_a) ? 'a' : 'b', node_p->full_name);
1816 node_p = of_find_node_by_name(node_p, "escc");

Completed in 31 milliseconds