Home
last modified time | relevance | path

Searched refs:CNODE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/dgap/
Ddgap.c397 case CNODE: in dgap_checknode()
560 case CNODE: in dgap_config_get_num_prts()
592 case CNODE: in dgap_create_config_string()
802 } else if (p->type == CNODE) { in dgap_parsefile()
839 if (p->type == CNODE) { in dgap_parsefile()
863 } else if (p->type == CNODE) { in dgap_parsefile()
972 p->type = CNODE; in dgap_parsefile()
1056 } else if (p->type == CNODE) { in dgap_parsefile()
1074 if (p->type == CNODE) { in dgap_parsefile()
1328 case CNODE: in dgap_cleanup_nodes()
[all …]
Ddgap.h313 #define CNODE 3 /* Concentrator node */ macro