/src/sys/external/bsd/drm/dist/bsd-core/ |
drmP.h | 449 } drm_pci_id_list_t; typedef in typeref:struct:drm_pci_id_list 734 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 772 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 987 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist); 988 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist); 997 int drm_probe(struct pci_attach_args *pa, drm_pci_id_list_t *idlist); 998 void drm_attach(device_t kdev, struct pci_attach_args *pa, drm_pci_id_list_t *idlist);
|
drmP.h | 449 } drm_pci_id_list_t; typedef in typeref:struct:drm_pci_id_list 734 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 772 drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ 987 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist); 988 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist); 997 int drm_probe(struct pci_attach_args *pa, drm_pci_id_list_t *idlist); 998 void drm_attach(device_t kdev, struct pci_attach_args *pa, drm_pci_id_list_t *idlist);
|