Searched refs:pciIndex (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp253 GetNextSupportedDevice(uint32& pciIndex, pci_info& pciInfo) argument
256 // The search starts at the device specified by argument pciIndex, and
258 // to examine. Argument pciIndex is incremented after each device is
264 while (gPCI->get_nth_pci_info(pciIndex, &pciInfo) == B_OK) {
281 pciIndex++;
303 uint32 pciIndex = 0;
305 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, pciInfo);
330 uint32 pciIndex = 0;
336 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, di.pciInfo);
352 pciIndex
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp452 GetNextSupportedDevice(uint32& pciIndex, pci_info& pciInfo) argument
455 // The search starts at the device specified by argument pciIndex, and
457 // to examine. Argument pciIndex is incremented after each device is
463 while (gPCI->get_nth_pci_info(pciIndex, &pciInfo) == B_OK) {
472 pciIndex++;
480 pciIndex++;
605 uint32 pciIndex = 0;
607 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, pciInfo);
630 uint32 pciIndex = 0;
636 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, d
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c123 long pciIndex = 0; local
132 while ((*pci_bus->get_nth_pci_info)(pciIndex, &pcii) == B_NO_ERROR) {
135 ddprintf(("ET6000 init_hardware(): checking pci index %ld, device 0x%04x/0x%04x\n", pciIndex, pcii.vendor_id, pcii.device_id));
155 pciIndex++;
166 uint32 pciIndex = 0; local
172 ((*pci_bus->get_nth_pci_info)(pciIndex, &(di->pcii)) == B_NO_ERROR))
176 ddprintf(("ET6000: checking pci index %ld, device 0x%04x/0x%04x\n", pciIndex, di->pcii.vendor_id, di->pcii.device_id));
213 pciIndex++;
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp387 GetNextSupportedDevice(uint32& pciIndex, pci_info& pciInfo) argument
390 // The search starts at the device specified by argument pciIndex, and
392 // to examine. Argument pciIndex is incremented after each device is
398 while (gPCI->get_nth_pci_info(pciIndex, &pciInfo) == B_OK) {
415 pciIndex++;
439 uint32 pciIndex = 0; local
441 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, pciInfo);
472 uint32 pciIndex = 0; local
478 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, di.pciInfo);
496 pciIndex
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp877 GetNextSupportedDevice(uint32& pciIndex, pci_info& pciInfo) argument
880 // The search starts at the device specified by argument pciIndex, and
882 // to examine. Argument pciIndex is incremented after each device is
888 while (gPCI->get_nth_pci_info(pciIndex, &pciInfo) == B_OK) {
914 pciIndex++;
936 uint32 pciIndex = 0;
938 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, pciInfo);
963 uint32 pciIndex = 0;
969 const ChipInfo* pDevice = GetNextSupportedDevice(pciIndex, di.pciInfo);
985 pciIndex
[all...]

Completed in 46 milliseconds