Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86int10.c28 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