Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/intel-ish-hid/ishtp/
Ddma-if.c32 dev->ishtp_host_dma_rx_buf_size = 1024*1024; in ishtp_cl_alloc_dma_buf()
51 dev->ishtp_host_dma_rx_buf_size, in ishtp_cl_alloc_dma_buf()
78 dma_free_coherent(dev->devc, dev->ishtp_host_dma_rx_buf_size, in ishtp_cl_free_dma_buf()
Dishtp-dev.h203 unsigned int ishtp_host_dma_rx_buf_size; member
Dhbm.c517 if (offs > dev->ishtp_host_dma_rx_buf_size) { in ishtp_hbm_dma_xfer()
522 dev->ishtp_host_dma_rx_buf_size - offs) { in ishtp_hbm_dma_xfer()
649 dev->ishtp_host_dma_rx_buf_size; in ishtp_hbm_dispatch()