Searched refs:ath11k_pci (Results 1 – 5 of 5) sorted by relevance
19 int ath11k_mhi_start(struct ath11k_pci *ar_pci);20 void ath11k_mhi_stop(struct ath11k_pci *ar_pci);21 int ath11k_mhi_register(struct ath11k_pci *ar_pci);22 void ath11k_mhi_unregister(struct ath11k_pci *ar_pci);26 int ath11k_mhi_suspend(struct ath11k_pci *ar_pci);27 int ath11k_mhi_resume(struct ath11k_pci *ar_pci);
48 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_bus_wake_up()55 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_bus_release()76 static inline void ath11k_pci_select_window(struct ath11k_pci *ab_pci, u32 offset) in ath11k_pci_select_window()101 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_window_write32()128 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_window_read32()189 static inline void ath11k_pci_select_static_window(struct ath11k_pci *ab_pci) in ath11k_pci_select_static_window()418 static void ath11k_pci_msi_config(struct ath11k_pci *ab_pci, bool enable) in ath11k_pci_msi_config()433 static void ath11k_pci_msi_enable(struct ath11k_pci *ab_pci) in ath11k_pci_msi_enable()438 static void ath11k_pci_msi_disable(struct ath11k_pci *ab_pci) in ath11k_pci_msi_disable()443 static int ath11k_pci_alloc_msi(struct ath11k_pci *ab_pci) in ath11k_pci_alloc_msi()[all …]
60 struct ath11k_pci { struct77 static inline struct ath11k_pci *ath11k_pci_priv(struct ath11k_base *ab) in ath11k_pci_priv() argument79 return (struct ath11k_pci *)ab->drv_priv; in ath11k_pci_priv()
258 static int ath11k_mhi_get_msi(struct ath11k_pci *ab_pci) in ath11k_mhi_get_msi()390 int ath11k_mhi_register(struct ath11k_pci *ab_pci) in ath11k_mhi_register()469 void ath11k_mhi_unregister(struct ath11k_pci *ab_pci) in ath11k_mhi_unregister()478 int ath11k_mhi_start(struct ath11k_pci *ab_pci) in ath11k_mhi_start()500 void ath11k_mhi_stop(struct ath11k_pci *ab_pci) in ath11k_mhi_stop()506 int ath11k_mhi_suspend(struct ath11k_pci *ab_pci) in ath11k_mhi_suspend()520 int ath11k_mhi_resume(struct ath11k_pci *ab_pci) in ath11k_mhi_resume()
32 obj-$(CONFIG_ATH11K_PCI) += ath11k_pci.o33 ath11k_pci-y += mhi.o pci.o