Searched refs:pci_device (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_ioctl.c504 req->pci_device = ocs->pci_device;
H A Docs_mgmt.c167 {"pci_device", get_pci_device, NULL, NULL},
1229 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "pci_device", "0x%04x", ocs->pci_device);
/freebsd-12-stable/sys/dev/drm/
H A DdrmP.h615 u_int16_t pci_device; /* PCI device id */ member in struct:drm_device
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_device.c1024 radeon_family_name[rdev->family], ddev->pci_vendor, ddev->pci_device,
H A Devergreen.c1946 if (rdev->ddev->pci_device == 0x9648)
1948 else if ((rdev->ddev->pci_device == 0x9647) ||
1949 (rdev->ddev->pci_device == 0x964a))
H A Dradeon_legacy_encoders.c971 if ((dev->pci_device == 0x4850) &&
H A Datombios_encoders.c1942 if ((dev->pci_device == 0x71C5) &&
H A Dr100.c2744 switch (dev->pci_device) {
/freebsd-12-stable/sys/dev/drm2/
H A DdrmP.h1070 uint16_t pci_device; /* PCI device id */ member in struct:drm_device
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_debug.c669 seq_printf(m, "PCI ID: 0x%04x\n", dev->pci_device);
H A Dintel_tv.c1048 if (dev->pci_device < 0x2772)
H A Dintel_display.c5004 if (IS_HASWELL(dev) && (dev->pci_device & 0xFF00) == 0x0C00)

Completed in 216 milliseconds

12