Searched refs:device_type (Results 1 - 25 of 71) sorted by relevance

123

/haiku/src/add-ons/accelerants/intel_extreme/
H A Dhooks.cpp53 if (gInfo->shared_info->device_type.IsMobile())
56 if (gInfo->shared_info->device_type.IsMobile())
126 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_91x)
127 || gInfo->shared_info->device_type.InGroup(INTEL_GROUP_94x)
128 || gInfo->shared_info->device_type.IsModel(INTEL_MODEL_965M)
129 || gInfo->shared_info->device_type.InGroup(INTEL_GROUP_G4x)
130 || gInfo->shared_info->device_type.InGroup(INTEL_GROUP_PIN)
131 || gInfo->shared_info->device_type.InGroup(INTEL_GROUP_ILK)
132 || gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_SER5)
133 || gInfo->shared_info->device_type
[all...]
H A DPanelFitter.cpp40 if (gInfo->shared_info->device_type.Generation() >= 9) {
53 if (gInfo->shared_info->device_type.Generation() <= 8) {
H A Dmode.cpp52 if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_LAKE)) {
61 if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_LAKE)) {
70 if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_LAKE)) {
80 if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_LAKE)) {
103 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_Gxx)
104 || gInfo->shared_info->device_type.InGroup(INTEL_GROUP_96x)
105 || gInfo->shared_info->device_type.InGroup(INTEL_GROUP_94x)
106 || gInfo->shared_info->device_type.InGroup(INTEL_GROUP_91x)
107 || gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_8xx)) {
137 if (sharedInfo.device_type
[all...]
H A DPipes.cpp41 if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_LAKE)) {
96 (gInfo->shared_info->device_type.Generation() <= 8)) {
135 //if (gInfo->shared_info->device_type.Generation() >= 4) {
150 if (gInfo->shared_info->device_type.Generation() >= 6) {
166 if (gInfo->shared_info->device_type.Generation() < 9) {
300 if (gInfo->shared_info->device_type.Generation() < 6) {
317 if ((gInfo->shared_info->device_type.Generation() <= 4)
318 || gInfo->shared_info->device_type.HasDDI()) {
376 if ((gInfo->shared_info->device_type.InGroup(INTEL_GROUP_SNB) ||
377 gInfo->shared_info->device_type
[all...]
H A DPorts.cpp300 if (gInfo->shared_info->device_type.Generation() < 4)
308 if ((gInfo->shared_info->device_type.Generation() <= 7) &&
309 (!gInfo->shared_info->device_type.HasDDI())) {
325 if (gInfo->shared_info->device_type.HasDDI()) {
383 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_83x)) {
473 return config.aux_channel > 0 && (config.device_type & DEVICE_TYPE_DISPLAYPORT_OUTPUT) != 0;
484 return config.ddc_pin > 0 && ((config.device_type & DEVICE_TYPE_NOT_HDMI_OUTPUT) == 0
485 || (config.device_type & DEVICE_TYPE_TMDS_DVI_SIGNALING) != 0);
496 return (config.device_type & (DEVICE_TYPE_INTERNAL_CONNECTOR | DEVICE_TYPE_DISPLAYPORT_OUTPUT))
544 } else if (gInfo->shared_info->device_type
[all...]
H A Daccelerant.cpp137 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_96x)) {
150 if (gInfo->shared_info->device_type.Generation() >= 12)
152 else if (gInfo->shared_info->device_type.Generation() >= 7)
275 if (gInfo->shared_info->device_type.Generation() >= 5) {
290 if (!gInfo->shared_info->device_type.HasDDI()) {
306 if (gInfo->shared_info->device_type.HasDDI()) {
308 if (gInfo->shared_info->device_type.Generation() >= 12)
329 if (!gInfo->shared_info->device_type.HasDDI()) {
345 if (!gInfo->shared_info->device_type.HasDDI()) {
366 if (!gInfo->shared_info->device_type
[all...]
H A Doverlay.cpp238 || gInfo->shared_info->device_type.IsModel(INTEL_MODEL_965))
262 || gInfo->shared_info->device_type.IsModel(INTEL_MODEL_965))
284 || gInfo->shared_info->device_type.IsModel(INTEL_MODEL_965))
330 if (sharedInfo.device_type.InGroup(INTEL_GROUP_96x))
383 if (sharedInfo.device_type.IsModel(INTEL_MODEL_965))
399 if (sharedInfo.device_type.IsModel(INTEL_MODEL_965)) {
440 if (gInfo->shared_info->device_type.IsModel(INTEL_MODEL_965))
634 if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_8xx)) {
H A DFlexibleDisplayInterface.cpp120 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_ILK)) {
349 if (gInfo->shared_info->device_type.Generation() >= 7)
351 else if (gInfo->shared_info->device_type.Generation() == 6)
353 else if (gInfo->shared_info->device_type.Generation() == 5)
378 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_IVB)) {
402 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_IVB)) {
663 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_IVB))
713 if (gInfo->shared_info->device_type.InGroup(INTEL_GROUP_IVB)) {
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dpower.cpp34 } else if (info.device_type.InGroup(INTEL_GROUP_SNB)) {
37 } else if (info.device_type.InGroup(INTEL_GROUP_IVB)) {
40 } else if (info.device_type.InGroup(INTEL_GROUP_VLV)) {
43 } else if (info.device_type.InGroup(INTEL_GROUP_ILK)) {
46 } else if (info.device_type.InGroup(INTEL_GROUP_G4x)) {
53 if ((info.device_type.type & INTEL_TYPE_MOBILE) == INTEL_TYPE_MOBILE) {
73 if (!info.device_type.InGroup(INTEL_GROUP_SNB)
74 && !info.device_type.InGroup(INTEL_GROUP_IVB)) {
79 if((info.device_type.type & INTEL_TYPE_MOBILE) == 0) {
H A Dintel_extreme.cpp91 ASSERT(info.device_type.Generation() >= 12 || pipe != INTEL_PIPE_D);
169 if (info.device_type.Generation() >= 11 && (interrupt & GEN11_DE_HPD_IRQ) != 0) {
228 if (info.device_type.InGroup(INTEL_GROUP_SNB)
229 || info.device_type.InGroup(INTEL_GROUP_ILK))
238 if (info.device_type.InGroup(INTEL_GROUP_SNB)
239 || info.device_type.InGroup(INTEL_GROUP_ILK))
250 if (hasPCH && info.device_type.Generation() > 6)
257 if (enable && info.device_type.InFamily(INTEL_FAMILY_SER5))
306 if (info.device_type.Generation() > 4)
471 if (info.device_type
[all...]
H A Dintel_extreme_private.h41 DeviceType device_type; member in struct:intel_info
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.h40 uint8 device_type; member in struct:cd_driver_info
/haiku/src/bin/
H A Ddriveinfo.c38 static const char *device_type(uint32 type) function
66 printf("device_type:\t%d, %s\n", geom.device_type, device_type(geom.device_type));
H A Drmindex.cpp77 lookup_index_type(uint32 device_type) argument
79 switch (device_type) {
/haiku/src/tests/add-ons/accelerants/intel_extreme/
H A DPllTest.cpp84 gInfo->shared_info->device_type = kTestDevices[index].type;
86 gInfo->shared_info->device_type.Generation());
88 if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_SER5)) {
94 } else if (gInfo->shared_info->device_type.InFamily(INTEL_FAMILY_9xx)) {
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp_acpi.cpp138 uint32 device_type;
140 &device_type, false) != B_OK
141 || device_type != ACPI_TYPE_DEVICE) {
/haiku/headers/private/kernel/boot/
H A Ddisk_identifier.h32 int32 device_type; member in struct:disk_identifier
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.h88 uint8 device_type; member in struct:device_lun_s
/haiku/src/tools/fs_shell/
H A Dunistd.cpp161 geometry->device_type = systemGeometry.device_type;
207 geometry->device_type = FSSH_B_DISK;
251 // FreeBSD supports device_type flag as disklabel.d_type,
253 geometry->device_type = FSSH_B_DISK;
315 geometry->device_type = FSSH_B_DISK;
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp267 disk.device_type = ATA_DEVICE;
271 disk.device_type = ATAPI_DEVICE;
275 disk.device_type = SCSI_DEVICE;
278 disk.device_type = USB_DEVICE;
281 disk.device_type = FIREWIRE_DEVICE;
284 disk.device_type = FIBRE_DEVICE;
310 disk.device_type = ATA_DEVICE;
387 if (drive->Identifier().device_type != UNKNOWN_DEVICE)
400 || compareDrive->Identifier().device_type != UNKNOWN_DEVICE)
792 fIdentifier.device_type
[all...]
/haiku/src/system/boot/platform/u-boot/
H A Ddevices.cpp81 disk_ident.device_type = UNKNOWN_DEVICE;
/haiku/src/system/boot/platform/riscv/
H A Dfdt.cpp109 const char* device_type = (const char*)fdt_getprop(fdt, node, local
110 "device_type", NULL);
111 if (device_type != NULL && strcmp(device_type, "memory") == 0) {
/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay_adapter.cpp141 uint32 device_type; local
156 &device_type, false) != B_OK
157 || device_type != ACPI_TYPE_DEVICE) {
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp257 uint32 device_type; local
269 &device_type, false) != B_OK || device_type != ACPI_TYPE_DEVICE) {
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp202 uint32 device_type;
204 &device_type, false) != B_OK
205 || device_type != ACPI_TYPE_DEVICE) {

Completed in 132 milliseconds

123