Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/intel-ish-hid/ishtp/
Ddma-if.c50 dev->ishtp_host_dma_rx_buf = dma_alloc_coherent(dev->devc, in ishtp_cl_alloc_dma_buf()
54 if (dev->ishtp_host_dma_rx_buf) in ishtp_cl_alloc_dma_buf()
76 if (dev->ishtp_host_dma_rx_buf) { in ishtp_cl_free_dma_buf()
79 dev->ishtp_host_dma_rx_buf, h); in ishtp_cl_free_dma_buf()
84 dev->ishtp_host_dma_rx_buf = NULL; in ishtp_cl_free_dma_buf()
Dishtp-dev.h202 void *ishtp_host_dma_rx_buf; member
Dhbm.c526 msg = dev->ishtp_host_dma_rx_buf + offs; in ishtp_hbm_dma_xfer()
643 if (dev->ishtp_host_dma_rx_buf) { in ishtp_hbm_dispatch()