Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/endpoint/
Dpci-epc-core.c406 int pci_epc_write_header(struct pci_epc *epc, u8 func_no, in pci_epc_write_header() function
424 EXPORT_SYMBOL_GPL(pci_epc_write_header);
/linux-4.19.296/include/linux/
Dpci-epc.h145 int pci_epc_write_header(struct pci_epc *epc, u8 func_no,
/linux-4.19.296/drivers/pci/endpoint/functions/
Dpci-epf-test.c481 ret = pci_epc_write_header(epc, epf->func_no, header); in pci_epf_test_bind()