Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Ddma-if.c59 dev->ishtp_host_dma_rx_buf = dma_alloc_coherent(dev->devc, in ishtp_cl_alloc_dma_buf()
63 if (dev->ishtp_host_dma_rx_buf) in ishtp_cl_alloc_dma_buf()
85 if (dev->ishtp_host_dma_rx_buf) { in ishtp_cl_free_dma_buf()
88 dev->ishtp_host_dma_rx_buf, h); in ishtp_cl_free_dma_buf()
93 dev->ishtp_host_dma_rx_buf = NULL; in ishtp_cl_free_dma_buf()
Dishtp-dev.h236 void *ishtp_host_dma_rx_buf; member
Dhbm.c560 msg = dev->ishtp_host_dma_rx_buf + offs; in ishtp_hbm_dma_xfer()
677 if (dev->ishtp_host_dma_rx_buf) { in ishtp_hbm_dispatch()