Home
last modified time | relevance | path

Searched refs:mhi_buf (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/bus/mhi/host/
H A Dboot.c25 struct mhi_buf *mhi_buf = img_info->mhi_buf; in mhi_rddm_prepare() local
211 const struct mhi_buf *mhi_buf) in mhi_fw_load_bhie() argument
259 const struct mhi_buf *mhi_buf) in mhi_fw_load_bhi() argument
308 struct mhi_buf *mhi_buf = image_info->mhi_buf; in mhi_free_bhi_buffer() local
319 struct mhi_buf *mhi_buf = image_info->mhi_buf; in mhi_free_bhie_table() local
323 mhi_buf->buf, mhi_buf->dma_addr); in mhi_free_bhie_table()
334 struct mhi_buf *mhi_buf; in mhi_alloc_bhi_buffer() local
346 mhi_buf = img_info->mhi_buf; in mhi_alloc_bhi_buffer()
376 struct mhi_buf *mhi_buf; in mhi_alloc_bhie_table() local
389 mhi_buf = img_info->mhi_buf; in mhi_alloc_bhie_table()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dpci.c636 if (!fw_img->mhi_buf[i].buf) in ath11k_pci_coredump_calculate_size()
639 paging_tlv_sz += fw_img->mhi_buf[i].len; in ath11k_pci_coredump_calculate_size()
644 if (!rddm_img->mhi_buf[i].buf) in ath11k_pci_coredump_calculate_size()
647 rddm_tlv_sz += rddm_img->mhi_buf[i].len; in ath11k_pci_coredump_calculate_size()
736 if (!fw_img->mhi_buf[i].buf) in ath11k_pci_coredump_download()
739 memcpy_fromio(buf, (void const __iomem *)fw_img->mhi_buf[i].buf, in ath11k_pci_coredump_download()
740 fw_img->mhi_buf[i].len); in ath11k_pci_coredump_download()
741 buf += fw_img->mhi_buf[i].len; in ath11k_pci_coredump_download()
753 if (!rddm_img->mhi_buf[i].buf) in ath11k_pci_coredump_download()
757 rddm_img->mhi_buf[i].len); in ath11k_pci_coredump_download()
[all …]
/linux-6.15/include/linux/
H A Dmhi.h94 struct mhi_buf *mhi_buf; member
502 struct mhi_buf { struct
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dpci.c1300 if (!fw_img->mhi_buf[i].buf) in ath12k_pci_coredump_calculate_size()
1303 paging_tlv_sz += fw_img->mhi_buf[i].len; in ath12k_pci_coredump_calculate_size()
1308 if (!rddm_img->mhi_buf[i].buf) in ath12k_pci_coredump_calculate_size()
1311 rddm_tlv_sz += rddm_img->mhi_buf[i].len; in ath12k_pci_coredump_calculate_size()
1400 if (!fw_img->mhi_buf[i].buf) in ath12k_pci_coredump_download()
1403 memcpy_fromio(buf, (void const __iomem *)fw_img->mhi_buf[i].buf, in ath12k_pci_coredump_download()
1404 fw_img->mhi_buf[i].len); in ath12k_pci_coredump_download()
1405 buf += fw_img->mhi_buf[i].len; in ath12k_pci_coredump_download()
1417 if (!rddm_img->mhi_buf[i].buf) in ath12k_pci_coredump_download()
1421 rddm_img->mhi_buf[i].len); in ath12k_pci_coredump_download()
[all …]