Home
last modified time | relevance | path

Searched refs:drm_get_pci_dev (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_pci.h49 int drm_get_pci_dev(struct pci_dev *pdev,
53 static inline int drm_get_pci_dev(struct pci_dev *pdev, in drm_get_pci_dev() function
/dragonfly/sys/dev/drm/
H A Ddrm_pci.c240 int drm_get_pci_dev(struct pci_dev *pdev, const struct pci_device_id *ent, in drm_get_pci_dev() function
290 EXPORT_SYMBOL(drm_get_pci_dev);
335 drm_get_pci_dev(pdev, pid, driver); in drm_legacy_pci_init()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_drv.c391 return drm_get_pci_dev(pdev, ent, &kms_driver); in radeon_pci_probe()