Searched refs:cardInfos (Results 1 – 1 of 1) sorted by relevance
26 static Device::Info cardInfos[] = { variable45 for (size_t idx = 0; idx < B_COUNT_OF(cardInfos); idx++) { in init_hardware()46 if (info.vendor_id == cardInfos[idx].VendorId() && in init_hardware()47 info.device_id == cardInfos[idx].DeviceId()) in init_hardware()72 for (size_t idx = 0; idx < B_COUNT_OF(cardInfos); idx++) { in init_driver()73 if (info.vendor_id == cardInfos[idx].VendorId() && in init_driver()74 info.device_id == cardInfos[idx].DeviceId()) in init_driver()77 ERROR("Skipped:%s [%#06x:%#06x]\n", cardInfos[idx].Name(), in init_driver()78 cardInfos[idx].VendorId(), cardInfos[idx].DeviceId()); in init_driver()82 Device* device = new(std::nothrow) Device(cardInfos[idx], info); in init_driver()[all …]