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);
41 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_bus_wake_up()48 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_bus_release()69 static inline void ath11k_pci_select_window(struct ath11k_pci *ab_pci, u32 offset) in ath11k_pci_select_window()88 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_window_write32()107 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_window_read32()160 static inline void ath11k_pci_select_static_window(struct ath11k_pci *ab_pci) in ath11k_pci_select_static_window()385 static void ath11k_pci_msi_config(struct ath11k_pci *ab_pci, bool enable) in ath11k_pci_msi_config()400 static void ath11k_pci_msi_enable(struct ath11k_pci *ab_pci) in ath11k_pci_msi_enable()405 static void ath11k_pci_msi_disable(struct ath11k_pci *ab_pci) in ath11k_pci_msi_disable()410 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()
253 static int ath11k_mhi_get_msi(struct ath11k_pci *ab_pci) in ath11k_mhi_get_msi()381 int ath11k_mhi_register(struct ath11k_pci *ab_pci) in ath11k_mhi_register()460 void ath11k_mhi_unregister(struct ath11k_pci *ab_pci) in ath11k_mhi_unregister()469 int ath11k_mhi_start(struct ath11k_pci *ab_pci) in ath11k_mhi_start()491 void ath11k_mhi_stop(struct ath11k_pci *ab_pci) in ath11k_mhi_stop()497 int ath11k_mhi_suspend(struct ath11k_pci *ab_pci) in ath11k_mhi_suspend()511 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