Home
last modified time | relevance | path

Searched refs:pci_device_id (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/intel/common/
H A Dintel_uuid.c53 _mesa_sha1_update(&sha1_ctx, &devinfo->pci_device_id, in intel_uuid_compute_device_id()
54 sizeof(devinfo->pci_device_id)); in intel_uuid_compute_device_id()
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c300 "[-b <pci_bus_id> [-d <pci_device_id>]]\n"
668 int pci_device_id = 0; /* By default PC device ID is zero */ in main() local
696 sscanf(optarg, "%x", &pci_device_id); in main()
733 if (pci_bus_id > 0 || pci_device_id) { in main()
736 pci_device_id); in main()
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
H A Dltp_tpci.c64 static const struct pci_device_id ltp_pci_tbl[] = {
72 const struct pci_device_id *pci_ent) in ltp_pci_probe()
364 * pci_device_id pointer
370 const struct pci_device_id *id; in test_match_device()
372 prk_info("test pci_device_id()"); in test_match_device()
388 prk_err("failed return pci_device_id"); in test_match_device()
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h26 extern int usb_hcd_pci_probe(struct pci_dev *, const struct pci_device_id *);
H A Dtusb.c382 * and a pci_device_id
389 struct pci_device_id *id = NULL; in test_hcd_probe()
396 id = (struct pci_device_id *)pdev->driver->id_table; in test_hcd_probe()
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dtagp.c620 const struct pci_device_id *ent) in agp_test_probe()
637 static struct pci_device_id agp_test_pci_table[] __initdata = {
/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.h112 uint16_t pci_device_id; member
399 * no_hw is true when the pci_device_id has been overridden
H A Dintel_dev_info.c128 fprintf(stdout, " PCI device id: 0x%x\n", devinfo.pci_device_id); in main()
H A Dintel_device_info.c1817 if (devinfo->pci_device_id != 0x22B1) in fixup_chv_device_info()
1963 devinfo->pci_device_id = drmdev->deviceinfo.pci->device_id; in intel_get_device_info_from_fd()
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c53 compiler->devinfo->pci_device_id); in get_disk_cache()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c723 screen->pci_id = screen->devinfo.pci_device_id; in crocus_screen_create()
/third_party/mesa3d/src/intel/tools/
H A Dintel_dump_gpu.c126 device = devinfo.pci_device_id; in ensure_device_info()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c782 screen->pci_id = screen->devinfo.pci_device_id; in iris_screen_create()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c563 _mesa_sha1_update(&sha1_ctx, &device->info.pci_device_id, in anv_physical_device_init_uuids()
564 sizeof(device->info.pci_device_id)); in anv_physical_device_init_uuids()
588 device->info.pci_device_id); in anv_physical_device_init_disk_cache()
2014 .deviceID = pdevice->info.pci_device_id, in anv_GetPhysicalDeviceProperties()

Completed in 18 milliseconds