Home
last modified time | relevance | path

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

/include/linux/
A Dpci-epf.h18 struct pci_epf;
66 int (*bind)(struct pci_epf *epf);
67 void (*unbind)(struct pci_epf *epf);
81 int (*epc_init)(struct pci_epf *epf);
83 int (*link_up)(struct pci_epf *epf);
100 int (*probe)(struct pci_epf *epf,
102 void (*remove)(struct pci_epf *epf);
172 struct pci_epf { struct
183 struct pci_epf *epf_pf; argument
249 int pci_epf_add_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf);
[all …]
A Dpci-ep-msi.h12 struct pci_epf;
15 int pci_epf_alloc_doorbell(struct pci_epf *epf, u16 nums);
16 void pci_epf_free_doorbell(struct pci_epf *epf);
18 static inline int pci_epf_alloc_doorbell(struct pci_epf *epf, u16 nums) in pci_epf_alloc_doorbell()
23 static inline void pci_epf_free_doorbell(struct pci_epf *epf) in pci_epf_free_doorbell()
A Dpci-epc.h171 struct list_head pci_epf; member
267 int pci_epc_add_epf(struct pci_epc *epc, struct pci_epf *epf,
272 void pci_epc_notify_pending_init(struct pci_epc *epc, struct pci_epf *epf);
275 void pci_epc_remove_epf(struct pci_epc *epc, struct pci_epf *epf,

Completed in 19 milliseconds