Searched refs:ChipInfo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp44 struct ChipInfo { struct
54 static const ChipInfo chipTable[] = {
68 const ChipInfo* pChipInfo; // info about the selected chip
252 static const ChipInfo*
271 const ChipInfo* pDevice = chipTable;
305 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, pciInfo);
336 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, di.pciInfo);
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp41 struct ChipInfo { struct
53 static const ChipInfo chipTable[] = {
100 const ChipInfo* pChipInfo; // info about the selected chip
451 static const ChipInfo*
468 const ChipInfo* pDevice = chipTable;
607 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, pciInfo);
636 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, di.pciInfo);
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp42 struct ChipInfo { struct
50 static const ChipInfo chipTable[] = {
65 const ChipInfo* pChipInfo; // info about the selected chip
386 static const ChipInfo*
405 const ChipInfo* pDevice = chipTable;
441 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, pciInfo);
478 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, di.pciInfo);
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp53 struct ChipInfo { struct
73 static const ChipInfo chipTable[] = {
162 const ChipInfo* pChipInfo; // info about the selected chip
876 static const ChipInfo*
895 const ChipInfo* pDevice = chipTable;
938 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, pciInfo);
969 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, di.pciInfo);

Completed in 40 milliseconds