Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.c452 if (p->type != BNODE) in dgap_find_config()
475 if (p->type != BNODE) in dgap_find_config()
518 case BNODE: in dgap_config_get_num_prts()
646 p->type = BNODE; in dgap_parsefile()
663 if (p->type != BNODE) { in dgap_parsefile()
682 if (p->type != BNODE) { in dgap_parsefile()
713 if (p->type != BNODE) { in dgap_parsefile()
728 if (p->type != BNODE) { in dgap_parsefile()
742 if (p->type == BNODE) { in dgap_parsefile()
805 if (p->type == BNODE) { in dgap_parsefile()
[all …]
Ddgap.h311 #define BNODE 1 /* Board node */ macro