Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgap/
Ddgap.c486 if (p->type != BNODE) in dgap_find_config()
509 if (p->type != BNODE) in dgap_find_config()
553 case BNODE: in dgap_config_get_num_prts()
682 p->type = BNODE; in dgap_parsefile()
699 if (p->type != BNODE) { in dgap_parsefile()
717 if (p->type != BNODE) { in dgap_parsefile()
735 if (p->type != BNODE) { in dgap_parsefile()
764 if (p->type != BNODE) { in dgap_parsefile()
778 if (p->type != BNODE) { in dgap_parsefile()
791 if (p->type == BNODE) { in dgap_parsefile()
[all …]
Ddgap.h311 #define BNODE 1 /* Board node */ macro