Searched defs:pnp_card_driver (Results 1 – 1 of 1) sorted by relevance
21961 struct pnp_card_driver { struct21962 struct list_head global_list;21963 char *name;21964 const struct pnp_card_device_id *id_table;21965 unsigned int flags;21966 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *);21967 void (*remove)(struct pnp_card_link *);21968 int (*suspend)(struct pnp_card_link *, pm_message_t);21969 int (*resume)(struct pnp_card_link *);21970 struct pnp_driver link;