Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.c363 case CNODE: in dgap_checknode()
525 case CNODE: in dgap_config_get_num_prts()
556 case CNODE: in dgap_create_config_string()
753 } else if (p->type == CNODE) { in dgap_parsefile()
790 if (p->type == CNODE) { in dgap_parsefile()
816 } else if (p->type == CNODE) { in dgap_parsefile()
925 p->type = CNODE; in dgap_parsefile()
1010 } else if (p->type == CNODE) { in dgap_parsefile()
1028 if (p->type == CNODE) { in dgap_parsefile()
1282 case CNODE: in dgap_cleanup_nodes()
[all …]
Ddgap.h313 #define CNODE 3 /* Concentrator node */ macro