Home
last modified time | relevance | path

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

/linux/drivers/dma/
A Dplx_dma.c142 while (plxdev->tail != plxdev->head) { in plx_dma_process_desc()
143 desc = plx_dma_get_desc(plxdev, plxdev->tail); in plx_dma_process_desc()
180 while (plxdev->tail != plxdev->head) { in plx_dma_abort_desc()
181 desc = plx_dma_get_desc(plxdev, plxdev->tail); in plx_dma_abort_desc()
269 plxdesc = plx_dma_get_desc(plxdev, plxdev->head); in plx_dma_prep_memcpy()
270 plxdev->head++; in plx_dma_prep_memcpy()
413 plxdev->head = plxdev->tail = 0; in plx_dma_alloc_chan_resources()
494 kfree(plxdev); in plx_dma_release()
504 plxdev = kzalloc(sizeof(*plxdev), GFP_KERNEL); in plx_dma_create()
505 if (!plxdev) in plx_dma_create()
[all …]

Completed in 5 milliseconds