Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/linux/
H A Daperture.h21 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name);
41 static inline int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) in aperture_remove_conflicting_pci_devices() function
/openbsd/sys/dev/pci/drm/
H A Daperture.c347 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) in aperture_remove_conflicting_pci_devices() function
379 EXPORT_SYMBOL(aperture_remove_conflicting_pci_devices);
H A Ddrm_aperture.c194 return aperture_remove_conflicting_pci_devices(pdev, req_driver->name); in drm_aperture_remove_conflicting_pci_framebuffers()