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

/haiku/src/add-ons/kernel/interrupt_controllers/openpic/
H A Dopenpic.cpp87 openpic_supported_device *supported_device; member in struct:openpic_info
358 info->supported_device = openpic_check_supported_device(pciInfo.vendor_id,
360 if (!info->supported_device) {
366 info->supported_device->name, pciInfo.vendor_id, pciInfo.device_id);
371 if (registerSpaceSize < info->supported_device->register_offset
372 || registerSpaceSize - info->supported_device->register_offset
376 physicalRegisterBase += info->supported_device->register_offset;
377 registerSpaceSize -= info->supported_device->register_offset;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire_module.cpp38 struct supported_device{ struct
44 struct supported_device supported_devices[] = {
80 struct supported_device *device;
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cpp40 const struct supported_device { struct
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddriver.cpp43 const struct supported_device { struct
/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp50 const struct supported_device { struct

Completed in 100 milliseconds