HomeSort by relevance Sort by last modified time
    Searched refs:chip_ids (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/loader/
pci_id_driver_map.h 73 const int *chip_ids; member in struct:__anon34290
loader.c 349 if (driver_map[i].chip_ids[j] == chip_id) {
  /external/u-boot/drivers/net/
ks8851_mll.c 23 static const struct chip_id chip_ids[] = { variable in typeref:struct:chip_id
437 for (i = 0; chip_ids[i].id != 0; i++) {
438 if (chip_ids[i].id == val)
441 if (!chip_ids[i].id) {
446 dev->priv = (void *)&chip_ids[i];
smc911x.h 388 static const struct chip_id chip_ids[] = { variable in typeref:struct:chip_id
440 for (i = 0; chip_ids[i].id != 0; i++) {
441 if (chip_ids[i].id == val) break;
443 if (!chip_ids[i].id) {
448 dev->priv = (void *)&chip_ids[i];
smc91111.h 618 static const char * chip_ids[ 15 ] = {

Completed in 97 milliseconds