Home
last modified time | relevance | path

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

/include/linux/
A Dpci-epf.h66 int (*bind)(struct pci_epf *epf);
67 void (*unbind)(struct pci_epf *epf);
81 int (*epc_init)(struct pci_epf *epf);
82 void (*epc_deinit)(struct pci_epf *epf);
83 int (*link_up)(struct pci_epf *epf);
84 int (*link_down)(struct pci_epf *epf);
100 int (*probe)(struct pci_epf *epf,
102 void (*remove)(struct pci_epf *epf);
226 dev_set_drvdata(&epf->dev, data); in epf_set_drvdata()
231 return dev_get_drvdata(&epf->dev); in epf_get_drvdata()
[all …]
A Dpci-ep-msi.h15 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() argument
23 static inline void pci_epf_free_doorbell(struct pci_epf *epf) in pci_epf_free_doorbell() argument
A Dpci-epc.h267 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 6 milliseconds