Searched refs:is_nouveau_vieux (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ | ||
| H A D | pci_id_driver_map.c | 24 int is_nouveau_vieux(int fd); 46 is_nouveau_vieux(int fd) function in typeref:typename:int 55 int is_nouveau_vieux(int fd) { return 0; } function in typeref:typename:int |
| H A D | pci_id_driver_map.h | 76 int is_nouveau_vieux(int fd); 93 { 0x10de, "nouveau_vieux", NULL, -1, is_nouveau_vieux }, |
| /xsrc/external/mit/MesaLib/dist/src/loader/ | ||
| H A D | pci_id_driver_map.c | 26 bool is_nouveau_vieux(int fd); 48 is_nouveau_vieux(int fd) function in typeref:typename:bool 57 bool is_nouveau_vieux(int fd) { return false; } function in typeref:typename:bool |
| H A D | pci_id_driver_map.h | 71 bool is_nouveau_vieux(int fd); 91 { 0x10de, "nouveau_vieux", NULL, -1, is_nouveau_vieux }, |
Completed in 6 milliseconds