Searched refs:sSupportedDevices (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp73 static const struct serial_support_descriptor sSupportedDevices[] = { variable in typeref:struct:serial_support_descriptor
303 device = new(std::nothrow) SerialDevice(&sSupportedDevices[0],
334 for (int i = 0; sSupportedDevices[i].name; i++) {
335 if (sSupportedDevices[i].bus != B_PCI_BUS)
337 if (info.class_base != sSupportedDevices[i].match.class_base)
339 if (info.class_sub != sSupportedDevices[i].match.class_sub)
341 if (info.class_api != sSupportedDevices[i].match.class_api)
343 if (sSupportedDevices[i].match.vendor_id != PCI_INVAL
344 && info.vendor_id != sSupportedDevices[i].match.vendor_id)
346 if (sSupportedDevices[
[all...]
/haiku/src/add-ons/kernel/interrupt_controllers/openpic/
H A Dopenpic.cpp60 static openpic_supported_device sSupportedDevices[] = { variable
103 for (openpic_supported_device *supportedDevice = sSupportedDevices;

Completed in 84 milliseconds