Searched defs:pnp_driver (Results 1 – 1 of 1) sorted by relevance
27016 struct pnp_driver { struct27017 const char *name;27018 const struct pnp_device_id *id_table;27019 unsigned int flags;27020 int (*probe)(struct pnp_dev *, const struct pnp_device_id *);27021 void (*remove)(struct pnp_dev *);27022 void (*shutdown)(struct pnp_dev *);27023 int (*suspend)(struct pnp_dev *, pm_message_t);27024 int (*resume)(struct pnp_dev *);27025 struct device_driver driver;