Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-epc-core.c300 int pci_epc_get_msix(struct pci_epc *epc, u8 func_no) in pci_epc_get_msix() function
319 EXPORT_SYMBOL_GPL(pci_epc_get_msix);
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-epc.h197 int pci_epc_get_msix(struct pci_epc *epc, u8 func_no);
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c603 count = pci_epc_get_msix(epc, epf->func_no); in pci_epf_test_cmd_handler()