Searched refs:drm_pci_id_list_t (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/sys/dev/drm/ |
| D | drm_drv.c | 53 static drm_pci_id_list_t *drm_find_description(int vendor, int device, 54 drm_pci_id_list_t *idlist); 161 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist) in drm_probe() 163 drm_pci_id_list_t *id_entry; in drm_probe() 195 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist) in drm_attach() 198 drm_pci_id_list_t *id_entry; in drm_attach() 296 drm_pci_id_list_t *drm_find_description(int vendor, int device, in drm_find_description() 297 drm_pci_id_list_t *idlist) in drm_find_description()
|
| D | drmP.h | 331 } drm_pci_id_list_t; typedef 580 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 618 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 724 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist); 725 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist);
|
| D | tdfx_drv.c | 43 static drm_pci_id_list_t tdfx_pciidlist[] = {
|
| D | sis_drv.c | 38 static drm_pci_id_list_t sis_pciidlist[] = {
|
| D | savage_drv.c | 39 static drm_pci_id_list_t savage_pciidlist[] = {
|
| D | via_drv.c | 41 static drm_pci_id_list_t via_pciidlist[] = {
|
| D | mach64_drv.c | 46 static drm_pci_id_list_t mach64_pciidlist[] = {
|
| D | r128_drv.c | 44 static drm_pci_id_list_t r128_pciidlist[] = {
|
| D | mga_drv.c | 44 static drm_pci_id_list_t mga_pciidlist[] = {
|
| D | radeon_drv.c | 44 static drm_pci_id_list_t radeon_pciidlist[] = {
|
| D | i915_drv.c | 43 static drm_pci_id_list_t i915_pciidlist[] = {
|
| /freebsd-9-stable/sys/dev/drm2/ |
| D | drm_drv.c | 67 static drm_pci_id_list_t *drm_find_description(int vendor, int device, 68 drm_pci_id_list_t *idlist); 241 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist) in drm_probe() 243 drm_pci_id_list_t *id_entry; in drm_probe() 265 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist) in drm_attach() 268 drm_pci_id_list_t *id_entry; in drm_attach() 381 drm_pci_id_list_t *drm_find_description(int vendor, int device, in drm_find_description() 382 drm_pci_id_list_t *idlist) in drm_find_description()
|
| D | drmP.h | 379 } drm_pci_id_list_t; typedef 808 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 887 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 1073 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist); 1074 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist);
|
| /freebsd-9-stable/sys/dev/drm2/radeon/ |
| D | radeon_drv.c | 215 static drm_pci_id_list_t pciidlist[] = {
|
| /freebsd-9-stable/sys/dev/drm2/i915/ |
| D | i915_drv.c | 46 static drm_pci_id_list_t i915_pciidlist[] = {
|