OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chipsets
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/
update_intel_pci_ids
61
chipsets
= []
64
chipsets
.extend(sp.check_output(cmd + id_file,
68
for cset in
chipsets
:
/external/libdrm/intel/
test_decode.c
144
}
chipsets
[] = {
local
158
for (i = 0;
chipsets
[i].name != NULL; i++) {
159
if (strstr(batch_filename,
chipsets
[i].name))
160
return
chipsets
[i].devid;
166
for (i = 0;
chipsets
[i].name != NULL; i++) {
167
fprintf(stderr, " %s\n",
chipsets
[i].name);
Completed in 2767 milliseconds