Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/
Ddma-if.c37 if (dev->ishtp_host_dma_tx_buf) in ishtp_cl_alloc_dma_buf()
44 dev->ishtp_host_dma_tx_buf = dma_alloc_coherent(dev->devc, in ishtp_cl_alloc_dma_buf()
47 if (dev->ishtp_host_dma_tx_buf) in ishtp_cl_alloc_dma_buf()
79 if (dev->ishtp_host_dma_tx_buf) { in ishtp_cl_free_dma_buf()
82 dev->ishtp_host_dma_tx_buf, h); in ishtp_cl_free_dma_buf()
92 dev->ishtp_host_dma_tx_buf = NULL; in ishtp_cl_free_dma_buf()
136 (unsigned char *)dev->ishtp_host_dma_tx_buf; in ishtp_cl_get_dma_send_buf()
162 if ((msg_addr - dev->ishtp_host_dma_tx_buf) % DMA_SLOT_SIZE) { in ishtp_cl_release_dma_acked_mem()
172 i = (msg_addr - dev->ishtp_host_dma_tx_buf) / DMA_SLOT_SIZE; in ishtp_cl_release_dma_acked_mem()
Dishtp-dev.h226 void *ishtp_host_dma_tx_buf; member
Dhbm.c497 msg = (unsigned char *)dev->ishtp_host_dma_tx_buf + offs; in ishtp_hbm_dma_xfer_ack()
751 !dev->ishtp_host_dma_tx_buf) { in ishtp_hbm_dispatch()
Dclient.c769 off = msg_addr - (unsigned char *)dev->ishtp_host_dma_tx_buf; in ishtp_cl_send_msg_dma()