Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm/dist/bsd-core/ | |
drm_drv.c | 171 drm_pci_id_list_t *id_entry; local in function:drm_probe 191 id_entry = drm_find_description(vendor, device, idlist); 192 if (id_entry != NULL) { 195 device_set_desc(kdev, id_entry->name); 206 drm_pci_id_list_t *id_entry; local in function:drm_attach 266 id_entry = drm_find_description(dev->pci_vendor, 268 dev->id_entry = id_entry; 326 drm_pci_id_list_t *id_entry; local in function:drm_probe 328 id_entry = drm_find_description(PCI_VENDOR(pa->pa_id) [all...] |
drmP.h | 734 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ member in struct:drm_driver_info 772 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ member in struct:drm_device |