Searched defs:pci_epf_driver (Results 1 – 2 of 2) sorted by relevance
68911 struct pci_epf_driver { struct68912 int (*probe)(struct pci_epf *, const struct pci_epf_device_id *);68913 void (*remove)(struct pci_epf *);68914 struct device_driver driver;68915 struct pci_epf_ops *ops;68916 struct module *owner;68917 struct list_head epf_group;68918 const struct pci_epf_device_id *id_table;
78490 struct pci_epf_driver { struct78491 int (*probe)(struct pci_epf *, const struct pci_epf_device_id *);78492 void (*remove)(struct pci_epf *);78493 struct device_driver driver;78494 struct pci_epf_ops *ops;78495 struct module *owner;78496 struct list_head epf_group;78497 const struct pci_epf_device_id *id_table;