Searched refs:id_entry (Results 1 – 2 of 2) sorted by relevance
171 drm_pci_id_list_t *id_entry; in drm_probe() local191 id_entry = drm_find_description(vendor, device, idlist); in drm_probe()192 if (id_entry != NULL) { in drm_probe()195 device_set_desc(kdev, id_entry->name); in drm_probe()206 drm_pci_id_list_t *id_entry; in drm_attach() local266 id_entry = drm_find_description(dev->pci_vendor, in drm_attach()268 dev->id_entry = id_entry; in drm_attach()326 drm_pci_id_list_t *id_entry; in drm_probe() local328 id_entry = drm_find_description(PCI_VENDOR(pa->pa_id), in drm_probe()330 if (id_entry != NULL) { in drm_probe()[all …]
734 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ member772 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ member