Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dath9k.h1088 int ath_pci_init(void);
1091 static inline int ath_pci_init(void) { return 0; }; in ath_pci_init() function
Dpci.c1075 int ath_pci_init(void) in ath_pci_init() function
Dinit.c1047 error = ath_pci_init(); in ath9k_init()