Searched defs:pnp_card (Results 1 – 1 of 1) sorted by relevance
26993 struct pnp_card { struct26994 struct device dev;26995 unsigned char number;26996 struct list_head global_list;26997 struct list_head protocol_list;26998 struct list_head devices;26999 struct pnp_protocol *protocol;27000 struct pnp_id *id;27001 char name[50];27002 unsigned char pnpver;[all …]