Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/intel-ish-hid/ishtp/
Ddma-if.c28 if (dev->ishtp_host_dma_tx_buf) in ishtp_cl_alloc_dma_buf()
35 dev->ishtp_host_dma_tx_buf = dma_alloc_coherent(dev->devc, in ishtp_cl_alloc_dma_buf()
38 if (dev->ishtp_host_dma_tx_buf) in ishtp_cl_alloc_dma_buf()
70 if (dev->ishtp_host_dma_tx_buf) { in ishtp_cl_free_dma_buf()
73 dev->ishtp_host_dma_tx_buf, h); in ishtp_cl_free_dma_buf()
83 dev->ishtp_host_dma_tx_buf = NULL; in ishtp_cl_free_dma_buf()
122 (unsigned char *)dev->ishtp_host_dma_tx_buf; in ishtp_cl_get_dma_send_buf()
148 if ((msg_addr - dev->ishtp_host_dma_tx_buf) % DMA_SLOT_SIZE) { in ishtp_cl_release_dma_acked_mem()
153 i = (msg_addr - dev->ishtp_host_dma_tx_buf) / DMA_SLOT_SIZE; in ishtp_cl_release_dma_acked_mem()
Dishtp-dev.h192 void *ishtp_host_dma_tx_buf; member
Dhbm.c463 msg = (unsigned char *)dev->ishtp_host_dma_tx_buf + offs; in ishtp_hbm_dma_xfer_ack()
717 !dev->ishtp_host_dma_tx_buf) { in ishtp_hbm_dispatch()
Dclient.c795 off = msg_addr - (unsigned char *)dev->ishtp_host_dma_tx_buf; in ishtp_cl_send_msg_dma()