Searched refs:privatecnt (Results 1 – 3 of 3) sorted by relevance
560 device->privatecnt++; in dma_get_slave_channel()566 if (--device->privatecnt == 0) in dma_get_slave_channel()594 device->privatecnt++; in dma_get_any_slave_channel()600 if (--device->privatecnt == 0) in dma_get_any_slave_channel()637 device->privatecnt++; in __dma_request_channel()649 if (--device->privatecnt == 0) in __dma_request_channel()702 ch->device->privatecnt++; in dma_request_slave_channel()715 if (--chan->device->privatecnt == 0) in dma_release_channel()944 device->privatecnt++; /* Always private */ in dma_async_device_register()
750 chan->device->privatecnt++; in fsl_edma_xlate()
666 unsigned int privatecnt; member