Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/
Ddma-if.c41 dev->ishtp_host_dma_rx_buf_size = 1024*1024; in ishtp_cl_alloc_dma_buf()
60 dev->ishtp_host_dma_rx_buf_size, in ishtp_cl_alloc_dma_buf()
87 dma_free_coherent(dev->devc, dev->ishtp_host_dma_rx_buf_size, in ishtp_cl_free_dma_buf()
Dishtp-dev.h237 unsigned int ishtp_host_dma_rx_buf_size; member
Dhbm.c551 if (offs > dev->ishtp_host_dma_rx_buf_size) { in ishtp_hbm_dma_xfer()
556 dev->ishtp_host_dma_rx_buf_size - offs) { in ishtp_hbm_dma_xfer()
683 dev->ishtp_host_dma_rx_buf_size; in ishtp_hbm_dispatch()