Searched refs:ath11k_pci (Results 1 – 5 of 5) sorted by relevance
20 int ath11k_mhi_start(struct ath11k_pci *ar_pci);21 void ath11k_mhi_stop(struct ath11k_pci *ar_pci);22 int ath11k_mhi_register(struct ath11k_pci *ar_pci);23 void ath11k_mhi_unregister(struct ath11k_pci *ar_pci);27 int ath11k_mhi_suspend(struct ath11k_pci *ar_pci);28 int ath11k_mhi_resume(struct ath11k_pci *ar_pci);
45 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_bus_wake_up()52 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_bus_release()73 static inline void ath11k_pci_select_window(struct ath11k_pci *ab_pci, u32 offset) in ath11k_pci_select_window()92 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_window_write32()111 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_pci_window_read32()164 static inline void ath11k_pci_select_static_window(struct ath11k_pci *ab_pci) in ath11k_pci_select_static_window()389 static void ath11k_pci_msi_config(struct ath11k_pci *ab_pci, bool enable) in ath11k_pci_msi_config()404 static void ath11k_pci_msi_enable(struct ath11k_pci *ab_pci) in ath11k_pci_msi_enable()409 static void ath11k_pci_msi_disable(struct ath11k_pci *ab_pci) in ath11k_pci_msi_disable()414 static int ath11k_pci_alloc_msi(struct ath11k_pci *ab_pci) in ath11k_pci_alloc_msi()[all …]
198 static int ath11k_mhi_get_msi(struct ath11k_pci *ab_pci) in ath11k_mhi_get_msi()272 struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); in ath11k_mhi_op_status_cb()337 int ath11k_mhi_register(struct ath11k_pci *ab_pci) in ath11k_mhi_register()425 void ath11k_mhi_unregister(struct ath11k_pci *ab_pci) in ath11k_mhi_unregister()434 int ath11k_mhi_start(struct ath11k_pci *ab_pci) in ath11k_mhi_start()456 void ath11k_mhi_stop(struct ath11k_pci *ab_pci) in ath11k_mhi_stop()462 int ath11k_mhi_suspend(struct ath11k_pci *ab_pci) in ath11k_mhi_suspend()476 int ath11k_mhi_resume(struct ath11k_pci *ab_pci) in ath11k_mhi_resume()
60 struct ath11k_pci { struct79 static inline struct ath11k_pci *ath11k_pci_priv(struct ath11k_base *ab) in ath11k_pci_priv() argument81 return (struct ath11k_pci *)ab->drv_priv; in ath11k_pci_priv()
34 obj-$(CONFIG_ATH11K_PCI) += ath11k_pci.o35 ath11k_pci-y += mhi.o pci.o