Searched refs:dma_idr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Ddmaengine.c66 static struct idr dma_idr; variable in typeref:struct:idr
155 idr_remove(&dma_idr, chan_dev->dev_id);
652 if (!idr_pre_get(&dma_idr, GFP_KERNEL))
655 rc = idr_get_new(&dma_idr, NULL, &device->dev_id);
785 idr_remove(&dma_idr, device->dev_id);
1048 idr_init(&dma_idr);

Completed in 54 milliseconds