Searched defs:pci_epf_ops (Results 1 – 2 of 2) sorted by relevance
64 struct pci_epf_ops { struct65 int (*bind)(struct pci_epf *epf);66 void (*unbind)(struct pci_epf *epf);67 struct config_group *(*add_cfs)(struct pci_epf *epf,
511 static struct configfs_item_operations pci_epf_ops = { variable