Searched defs:pnp_card_driver (Results 1 – 1 of 1) sorted by relevance
27044 struct pnp_card_driver { struct27045 struct list_head global_list;27046 char *name;27047 const struct pnp_card_device_id *id_table;27048 unsigned int flags;27049 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *);27050 void (*remove)(struct pnp_card_link *);27051 int (*suspend)(struct pnp_card_link *, pm_message_t);27052 int (*resume)(struct pnp_card_link *);27053 struct pnp_driver link;