Home
last modified time | relevance | path

Searched refs:id_entry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_drv.c171 drm_pci_id_list_t *id_entry; in drm_probe() local
191 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() local
266 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() local
328 id_entry = drm_find_description(PCI_VENDOR(pa->pa_id), in drm_probe()
330 if (id_entry != NULL) { in drm_probe()
[all …]
H A DdrmP.h734 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ member
772 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ member