Searched refs:mhi_alloc_coherent (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/mhi/host/ |
H A D | boot.c | 337 mhi_buf->buf = mhi_alloc_coherent(mhi_cntrl, vec_size, in mhi_alloc_bhie_table() 443 buf = mhi_alloc_coherent(mhi_cntrl, size, &dma_addr, GFP_KERNEL); in mhi_fw_load_handler()
|
H A D | init.c | 121 ring->pre_aligned = mhi_alloc_coherent(mhi_cntrl, ring->alloc_size, in mhi_alloc_aligned_ring() 262 mhi_ctxt->chan_ctxt = mhi_alloc_coherent(mhi_cntrl, in mhi_init_dev_ctxt() 294 mhi_ctxt->er_ctxt = mhi_alloc_coherent(mhi_cntrl, in mhi_init_dev_ctxt() 341 mhi_ctxt->cmd_ctxt = mhi_alloc_coherent(mhi_cntrl, in mhi_init_dev_ctxt()
|
H A D | internal.h | 679 static inline void *mhi_alloc_coherent(struct mhi_controller *mhi_cntrl, in mhi_alloc_coherent() function
|
H A D | main.c | 151 void *buf = mhi_alloc_coherent(mhi_cntrl, buf_info->len, in mhi_map_single_use_bb()
|
Completed in 7 milliseconds