Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddmaengine.c1058 chan->chan_id = ida_alloc(&device->chan_ida, GFP_KERNEL); in __dma_async_device_channel_register()
1083 ida_free(&device->chan_ida, chan->chan_id); in __dma_async_device_channel_register()
1118 ida_free(&device->chan_ida, chan->chan_id); in __dma_async_device_channel_unregister()
1248 ida_init(&device->chan_ida); in dma_async_device_register()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h874 struct ida chan_ida; member