Searched defs:pnp_card (Results 1 – 1 of 1) sorted by relevance
101259 struct pnp_card { struct101260 struct device dev;101261 unsigned char number;101262 struct list_head global_list;101263 struct list_head protocol_list;101264 struct list_head devices;101265 struct pnp_protocol *protocol;101266 struct pnp_id *id;101267 char name[50];101268 unsigned char pnpver;[all …]