Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-epc-core.c473 int pci_epc_write_header(struct pci_epc *epc, u8 func_no, in pci_epc_write_header() function
490 EXPORT_SYMBOL_GPL(pci_epc_write_header);
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-epc.h182 int pci_epc_write_header(struct pci_epc *epc, u8 func_no,
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c690 ret = pci_epc_write_header(epc, epf->func_no, header); in pci_epf_test_core_init()