Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-epc-core.c240 int pci_epc_get_msi(struct pci_epc *epc, u8 func_no) in pci_epc_get_msi() function
261 EXPORT_SYMBOL_GPL(pci_epc_get_msi);
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-epc.h194 int pci_epc_get_msi(struct pci_epc *epc, u8 func_no);
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c593 count = pci_epc_get_msi(epc, epf->func_no); in pci_epf_test_cmd_handler()