Searched refs:drm_pci_id_list_t (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/dev/drm/
H A Dvbox_drv.c34 static drm_pci_id_list_t vboxdrm_pciidlist[] = {
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_drv.c54 static drm_pci_id_list_t *drm_find_description(int vendor, int device,
55 drm_pci_id_list_t *idlist);
169 int drm_probe(device_t kdev, drm_pci_id_list_t *idlist)
171 drm_pci_id_list_t *id_entry;
203 int drm_attach(device_t kdev, drm_pci_id_list_t *idlist)
206 drm_pci_id_list_t *id_entry;
324 drm_probe(struct pci_attach_args *pa, drm_pci_id_list_t *idlist)
326 drm_pci_id_list_t *id_entry;
338 drm_attach(device_t kdev, struct pci_attach_args *pa, drm_pci_id_list_t *idlist)
443 drm_pci_id_list_t *drm_find_descriptio
[all...]
H A Dsavage_drv.c36 static drm_pci_id_list_t savage_pciidlist[] = {
H A Dsis_drv.c35 static drm_pci_id_list_t sis_pciidlist[] = {
H A Dtdfx_drv.c40 static drm_pci_id_list_t tdfx_pciidlist[] = {
H A Dmach64_drv.c43 static drm_pci_id_list_t mach64_pciidlist[] = {
H A Dmga_drv.c46 static drm_pci_id_list_t mga_pciidlist[] = {
H A Dr128_drv.c41 static drm_pci_id_list_t r128_pciidlist[] = {
H A Di915_drv.c39 static drm_pci_id_list_t i915_pciidlist[] = {
H A DdrmP.h449 } 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);
H A Dradeon_drv.c41 static drm_pci_id_list_t radeon_pciidlist[] = {

Completed in 119 milliseconds