Searched refs:mhi_ctrl (Results 1 – 8 of 8) sorted by relevance
227 ab_pci->mhi_ctrl->irq = irq; in ath11k_mhi_get_msi()332 mhi_ctrl->iova_stop = res.end; in ath11k_mhi_read_addr_from_dt()345 if (!mhi_ctrl) in ath11k_mhi_register()348 ab_pci->mhi_ctrl = mhi_ctrl; in ath11k_mhi_register()350 mhi_ctrl->regs = ab->mem; in ath11k_mhi_register()379 mhi_ctrl->iova_start = 0; in ath11k_mhi_register()384 mhi_ctrl->sbl_size = SZ_512K; in ath11k_mhi_register()385 mhi_ctrl->seg_len = SZ_512K; in ath11k_mhi_register()422 ab_pci->mhi_ctrl = NULL; in ath11k_mhi_register()428 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_mhi_unregister() local[all …]
49 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()619 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_calculate_size() local627 rddm_img = mhi_ctrl->rddm_image; in ath11k_pci_coredump_calculate_size()633 fw_img = mhi_ctrl->fbc_image; in ath11k_pci_coredump_calculate_size()686 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_download() local697 ath11k_mhi_coredump(mhi_ctrl, false); in ath11k_pci_coredump_download()705 rddm_img = mhi_ctrl->rddm_image; in ath11k_pci_coredump_download()706 fw_img = mhi_ctrl->fbc_image; in ath11k_pci_coredump_download()
29 void ath11k_mhi_coredump(struct mhi_controller *mhi_ctrl, bool in_panic);
65 struct mhi_controller *mhi_ctrl; member
227 ab_pci->mhi_ctrl->irq = irq; in ath12k_mhi_get_msi()326 if (!mhi_ctrl) in ath12k_mhi_register()330 ab_pci->mhi_ctrl = mhi_ctrl; in ath12k_mhi_register()332 mhi_ctrl->regs = ab->mem; in ath12k_mhi_register()384 mhi_ctrl->iova_start = 0; in ath12k_mhi_register()386 mhi_ctrl->sbl_size = SZ_512K; in ath12k_mhi_register()387 mhi_ctrl->seg_len = SZ_512K; in ath12k_mhi_register()405 ab_pci->mhi_ctrl = NULL; in ath12k_mhi_register()411 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_mhi_unregister() local414 kfree(mhi_ctrl->irq); in ath12k_mhi_unregister()[all …]
143 return mhi_device_get_sync(ab_pci->mhi_ctrl->mhi_dev); in ath12k_pci_bus_wake_up()150 mhi_device_put(ab_pci->mhi_ctrl->mhi_dev); in ath12k_pci_bus_release()1280 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_pci_coredump_calculate_size() local1288 rddm_img = mhi_ctrl->rddm_image; in ath12k_pci_coredump_calculate_size()1294 fw_img = mhi_ctrl->fbc_image; in ath12k_pci_coredump_calculate_size()1347 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_pci_coredump_download() local1358 ath12k_mhi_coredump(mhi_ctrl, false); in ath12k_pci_coredump_download()1366 rddm_img = mhi_ctrl->rddm_image; in ath12k_pci_coredump_download()1367 fw_img = mhi_ctrl->fbc_image; in ath12k_pci_coredump_download()
46 void ath12k_mhi_coredump(struct mhi_controller *mhi_ctrl, bool in_panic);
106 struct mhi_controller *mhi_ctrl; member
Completed in 17 milliseconds