Searched refs:do_find (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | xf86int10.c | 604 do_find(const struct pci_id_match *m, char n, const struct pci_device * exclude) function in typeref:struct:pci_device * 637 return do_find(& m, n, exclude); 654 return do_find(& m, n, exclude);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | xf86int10.c | 605 do_find(const struct pci_id_match *m, char n, const struct pci_device *exclude) function in typeref:struct:pci_device * 637 return do_find(&m, n, exclude); 654 return do_find(&m, n, exclude);
|
Completed in 5 milliseconds