Home
last modified time | relevance | path

Searched refs:pci_epc_write_header (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint.rst87 * pci_epc_write_header()
89 The PCI endpoint function driver should use pci_epc_write_header() to
/openbmc/linux/include/linux/
H A Dpci-epc.h211 int pci_epc_write_header(struct pci_epc *epc, u8 func_no, u8 vfunc_no,
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c562 int pci_epc_write_header(struct pci_epc *epc, u8 func_no, u8 vfunc_no, in pci_epc_write_header() function
586 EXPORT_SYMBOL_GPL(pci_epc_write_header);
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c498 ret = pci_epc_write_header(epc, epf->func_no, epf->vfunc_no, in pci_epf_mhi_core_init()
H A Dpci-epf-test.c767 ret = pci_epc_write_header(epc, epf->func_no, epf->vfunc_no, header); in pci_epf_test_core_init()
H A Dpci-epf-vntb.c781 ret = pci_epc_write_header(epc, func_no, vfunc_no, epf->header); in epf_ntb_epc_init()
H A Dpci-epf-ntb.c1763 ret = pci_epc_write_header(epc, func_no, vfunc_no, epf->header); in epf_ntb_epc_init_interface()