Searched refs:BaseType (Results 1 – 3 of 3) sorted by relevance
185 unsigned char BaseType; /* See pnp.h for bit definitions */ member320 unsigned char * DevID, int BaseType,
1190 } BaseType[] = { in bustype_subr() local1205 type = (id->BaseType >= NELEMS(BaseType)) ? 0 : id->BaseType; in bustype_subr()1207 printf(" BaseType = %s (%d)\n", BaseType[type].str, id->BaseType); in bustype_subr()1208 if (BaseType[type].func != NULL) in bustype_subr()1209 (*BaseType[type].func)(id); in bustype_subr()
357 pna->basetype = id->BaseType; in pnp_getpna()