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