/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_pci.h | 50 int drm_get_pci_dev(struct pci_dev *pdev, 67 static inline int drm_get_pci_dev(struct pci_dev *pdev, function in typeref:typename:int
|
drm_pci.h | 50 int drm_get_pci_dev(struct pci_dev *pdev, 67 static inline int drm_get_pci_dev(struct pci_dev *pdev, function in typeref:typename:int
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_pci.c | 230 * drm_get_pci_dev - Register a PCI device with the DRM subsystem 244 int drm_get_pci_dev(struct pci_dev *pdev, const struct pci_device_id *ent, function in typeref:typename:int 288 EXPORT_SYMBOL(drm_get_pci_dev); 332 drm_get_pci_dev(pdev, pid, driver);
|
drm_pci.c | 230 * drm_get_pci_dev - Register a PCI device with the DRM subsystem 244 int drm_get_pci_dev(struct pci_dev *pdev, const struct pci_device_id *ent, function in typeref:typename:int 288 EXPORT_SYMBOL(drm_get_pci_dev); 332 drm_get_pci_dev(pdev, pid, driver);
|