Home
last modified time | relevance | path

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

/arch/mips/ath79/
Dpci.c24 static int (*ath79_pci_plat_dev_init)(struct pci_dev *dev); variable
116 if (ath79_pci_plat_dev_init) in pcibios_plat_dev_init()
117 return ath79_pci_plat_dev_init(dev); in pcibios_plat_dev_init()
131 ath79_pci_plat_dev_init = func; in ath79_pci_set_plat_dev_init()