Searched refs:findPci (Results 1 – 1 of 1) sorted by relevance
28 static struct pci_device *findPci(xf86Int10InfoPtr pInt, unsigned short bx);759 if ((dev = findPci(pInt, X86_EBX)) != NULL) { in int1A_handler()773 if ((dev = findPci(pInt, X86_EBX)) != NULL) { in int1A_handler()787 if ((dev = findPci(pInt, X86_EBX)) != NULL) { in int1A_handler()801 if ((dev = findPci(pInt, X86_EBX)) != NULL) { in int1A_handler()815 if ((dev = findPci(pInt, X86_EBX)) != NULL) { in int1A_handler()829 if ((dev = findPci(pInt, X86_EBX)) != NULL) { in int1A_handler()853 findPci(xf86Int10InfoPtr pInt, unsigned short bx) in findPci() function