Searched refs:drm_pci_id_list_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.c | 85 static const drm_pci_id_list_t * 86 drm_find_description(int vendor, int device, const drm_pci_id_list_t *idlist) in drm_find_description() 105 drm_probe_helper(device_t kdev, const drm_pci_id_list_t *idlist) in drm_probe_helper() 107 const drm_pci_id_list_t *id_entry; in drm_probe_helper() 139 drm_attach_helper(device_t kdev, const drm_pci_id_list_t *idlist, in drm_attach_helper()
|
H A D | drmP.h | 1129 const drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 1738 int drm_probe_helper(device_t kdev, const drm_pci_id_list_t *idlist); 1739 int drm_attach_helper(device_t kdev, const drm_pci_id_list_t *idlist,
|
H A D | drm_os_freebsd.h | 563 } drm_pci_id_list_t; typedef
|