Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c107 const drm_pci_id_list_t *id_entry; in drm_probe_helper() local
118 id_entry = drm_find_description(vendor, device, idlist); in drm_probe_helper()
119 if (id_entry != NULL) { in drm_probe_helper()
122 device_get_nameunit(kdev), id_entry->name); in drm_probe_helper()
123 device_set_desc(kdev, id_entry->name); in drm_probe_helper()
150 dev->id_entry = drm_find_description(vendor, device, idlist); in drm_attach_helper()
H A Ddrm_pci.c363 dev->id_entry->driver_private); in drm_get_pci_dev()
H A DdrmP.h1129 const drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ member
/freebsd/contrib/mandoc/
H A Dhtml.c120 struct id_entry { struct
159 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id)); in html_alloc()
168 struct id_entry *entry; in html_reset_internal()
187 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id)); in html_reset()
368 struct id_entry *entry; in html_make_id()