Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.c97 ab_pci->mhi_ctrl->irq = irq; in ath12k_mhi_get_msi()
98 ab_pci->mhi_ctrl->nr_irqs = num_vectors; in ath12k_mhi_get_msi()
190 struct mhi_controller *mhi_ctrl; in ath12k_mhi_register() local
195 mhi_ctrl = mhi_alloc_controller(); in ath12k_mhi_register()
196 if (!mhi_ctrl) in ath12k_mhi_register()
200 ab_pci->mhi_ctrl = mhi_ctrl; in ath12k_mhi_register()
201 mhi_ctrl->cntrl_dev = ab->dev; in ath12k_mhi_register()
202 mhi_ctrl->regs = ab->mem; in ath12k_mhi_register()
203 mhi_ctrl->reg_len = ab->mem_len; in ath12k_mhi_register()
204 mhi_ctrl->rddm_size = ab->hw_params->rddm_size; in ath12k_mhi_register()
[all …]
H A Dpci.c1263 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_pci_coredump_calculate_size() local
1271 rddm_img = mhi_ctrl->rddm_image; in ath12k_pci_coredump_calculate_size()
1277 fw_img = mhi_ctrl->fbc_image; in ath12k_pci_coredump_calculate_size()
1330 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_pci_coredump_download() local
1341 ath12k_mhi_coredump(mhi_ctrl, false); in ath12k_pci_coredump_download()
1349 rddm_img = mhi_ctrl->rddm_image; in ath12k_pci_coredump_download()
1350 fw_img = mhi_ctrl->fbc_image; in ath12k_pci_coredump_download()
/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.c49 return mhi_device_get_sync(ab_pci->mhi_ctrl->mhi_dev); in ath11k_pci_bus_wake_up()
56 mhi_device_put(ab_pci->mhi_ctrl->mhi_dev); in ath11k_pci_bus_release()
641 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_calculate_size() local
649 rddm_img = mhi_ctrl->rddm_image; in ath11k_pci_coredump_calculate_size()
655 fw_img = mhi_ctrl->fbc_image; in ath11k_pci_coredump_calculate_size()
708 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_download() local
719 ath11k_mhi_coredump(mhi_ctrl, false); in ath11k_pci_coredump_download()
727 rddm_img = mhi_ctrl->rddm_image; in ath11k_pci_coredump_download()
728 fw_img = mhi_ctrl->fbc_image; in ath11k_pci_coredump_download()