Home
last modified time | relevance | path

Searched refs:pci_device_id (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Analysis/BasicAA/
D2007-11-05-SizeCrash.ll7 %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]* @uhci_pci_ids
13 ; <[1 x %struct.pci_device_id]*> [#uses=0]
D2007-12-08-OutOfBoundsCrash.ll7 %struct.pci_device_id = type { i32, i32, i32, i32, i32, i32, i64 }
10 @pci_ids = constant [1 x %struct.pci_device_id] zeroinitializer
12 @__mod_pci_device_table = alias [1 x %struct.pci_device_id]* @pci_ids ; <[1 x %struct.pci_device_i…
/external/drm_gralloc/radeon/
Dradeon.h108 uint32_t pci_device_id; member
/external/drm_gralloc/
Dgralloc_drm_radeon.c461 if (info->chipset == card->pci_device_id) { in radeon_probe()