Home
last modified time | relevance | path

Searched defs:pnp_card_driver (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h101318 struct pnp_card_driver { struct
101319 struct list_head global_list;
101320 char *name;
101321 const struct pnp_card_device_id *id_table;
101322 unsigned int flags;
101323 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *);
101324 void (*remove)(struct pnp_card_link *);
101325 int (*suspend)(struct pnp_card_link *, pm_message_t);
101326 int (*resume)(struct pnp_card_link *);
101327 struct pnp_driver link;