Home
last modified time | relevance | path

Searched refs:dma_alloc_notify (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hid/intel-ish-hid/ishtp/
A Dhbm.c557 struct dma_alloc_notify dma_alloc_notify; in ishtp_hbm_dispatch() local
644 const size_t len = sizeof(dma_alloc_notify); in ishtp_hbm_dispatch()
646 memset(&dma_alloc_notify, 0, sizeof(dma_alloc_notify)); in ishtp_hbm_dispatch()
647 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()
648 dma_alloc_notify.buf_size = in ishtp_hbm_dispatch()
650 dma_alloc_notify.buf_address = in ishtp_hbm_dispatch()
654 (unsigned char *)&dma_alloc_notify); in ishtp_hbm_dispatch()
A Dhbm.h211 struct dma_alloc_notify { struct

Completed in 6 milliseconds