Home
last modified time | relevance | path

Searched refs:pci_epf (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dpci-epf.h16 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 { struct
153 #define to_pci_epf(epf_dev) container_of((epf_dev), struct pci_epf, dev) argument
158 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 …]
Dpci-epc.h113 struct list_head pci_epf; member
178 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);