Home
last modified time | relevance | path

Searched refs:to_pci_driver (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/
H A Dprobe_roms.c84 struct pci_driver *drv = to_pci_driver(pdev->dev.driver); in match_id()
/linux/drivers/pci/
H A Dxen-pcifront.c594 pdrv = to_pci_driver(pcidev->dev.driver); in pcifront_common_process()
/linux/arch/x86/events/intel/
H A Duncore.c1258 struct pci_driver *pci_drv = to_pci_driver(pdev->dev.driver); in uncore_pci_probe()
/linux/include/linux/
H A Dpci.h1048 #define to_pci_driver(__drv) \ macro