Searched refs:pci_epf (Results 1 – 2 of 2) sorted by relevance
16 struct pci_epf;66 int (*bind)(struct pci_epf *epf);67 void (*unbind)(struct pci_epf *epf);82 int (*probe)(struct pci_epf *epf);83 int (*remove)(struct pci_epf *epf);123 struct pci_epf { struct153 #define to_pci_epf(epf_dev) container_of((epf_dev), struct pci_epf, dev) argument158 static inline void epf_set_drvdata(struct pci_epf *epf, void *data) in epf_set_drvdata()163 static inline void *epf_get_drvdata(struct pci_epf *epf) in epf_get_drvdata()169 pci_epf_match_device(const struct pci_epf_device_id *id, struct pci_epf *epf);[all …]
113 struct list_head pci_epf; member178 int pci_epc_add_epf(struct pci_epc *epc, struct pci_epf *epf);181 void pci_epc_remove_epf(struct pci_epc *epc, struct pci_epf *epf);