Searched refs:pci_device_id (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/test/Analysis/BasicAA/ |
D | 2007-11-05-SizeCrash.ll | 7 %struct.pci_device_id = type { i32, i32, i32, i32, i32, i32, i64 } 10 @uhci_pci_ids = constant [1 x %struct.pci_device_id] zeroinitializer 12 @__mod_pci_device_table = alias [1 x %struct.pci_device_id], [1 x %struct.pci_device_id]* @uhci_pci… 13 ; <[1 x %struct.pci_device_id]*> [#uses=0]
|
D | 2007-12-08-OutOfBoundsCrash.ll | 7 %struct.pci_device_id = type { i32, i32, i32, i32, i32, i32, i64 } 10 @pci_ids = constant [1 x %struct.pci_device_id] zeroinitializer 12 …device_table = alias [1 x %struct.pci_device_id], [1 x %struct.pci_device_id]* @pci_ids ; <[1 x %…
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2007-11-05-SizeCrash.ll | 7 %struct.pci_device_id = type { i32, i32, i32, i32, i32, i32, i64 } 10 @uhci_pci_ids = constant [1 x %struct.pci_device_id] zeroinitializer 12 @__mod_pci_device_table = alias [1 x %struct.pci_device_id], [1 x %struct.pci_device_id]* @uhci_pci… 13 ; <[1 x %struct.pci_device_id]*> [#uses=0]
|
D | 2007-12-08-OutOfBoundsCrash.ll | 7 %struct.pci_device_id = type { i32, i32, i32, i32, i32, i32, i64 } 10 @pci_ids = constant [1 x %struct.pci_device_id] zeroinitializer 12 …device_table = alias [1 x %struct.pci_device_id], [1 x %struct.pci_device_id]* @pci_ids ; <[1 x %…
|
/external/libdrm/tests/amdgpu/ |
D | amdgpu_test.c | 540 int pci_device_id = 0; /* By default PC device ID is zero */ in main() local 569 sscanf(optarg, "%x", &pci_device_id); in main() 606 if (pci_bus_id > 0 || pci_device_id) { in main() 609 pci_device_id); in main()
|
/external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | tusb.c | 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()
|
D | st_tusb.h | 26 extern int usb_hcd_pci_probe(struct pci_dev *, const struct pci_device_id *);
|
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.c | 620 const struct pci_device_id *ent) in agp_test_probe() 637 static struct pci_device_id agp_test_pci_table[] __initdata = {
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | ltp_tpci.c | 72 const struct pci_device_id *pci_ent) in ltp_pci_probe() 395 const struct pci_device_id *id; in test_match_device()
|
/external/crosvm/devices/src/virtio/ |
D | virtio_pci_device.rs | 236 let pci_device_id = VIRTIO_PCI_DEVICE_ID_BASE + device.device_type() as u16; in new() localVariable 257 pci_device_id, in new() 263 pci_device_id, in new()
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 22768 …<class-decl name="pci_device_id" size-in-bits="256" is-struct="yes" visibility="default" filepath=… 45852 …<class-decl name="pci_device_id" size-in-bits="256" is-struct="yes" visibility="default" filepath=…
|
D | test-PR27569-v0.abi | 22760 …<class-decl name="pci_device_id" size-in-bits="256" is-struct="yes" visibility="default" filepath=… 45823 …<class-decl name="pci_device_id" size-in-bits="256" is-struct="yes" visibility="default" filepath=…
|