Searched refs:chan_busy (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/dma/ti/
H A Dcppi41.c132 struct cppi41_channel *chan_busy[ALLOC_DECS_NUM]; member in struct:cppi41_dd
269 c = cdd->chan_busy[desc_num];
270 cdd->chan_busy[desc_num] = NULL;
272 /* Usecount for chan_busy[], paired with push_desc_queue() */
459 * pm_runtime_get/put() when chan_busy[] is modified. This will get
467 WARN_ON(cdd->chan_busy[desc_num]);
468 cdd->chan_busy[desc_num] = c;
746 if (!cdd->chan_busy[desc_num]) {
767 WARN_ON(!cdd->chan_busy[desc_num]);
768 cdd->chan_busy[desc_nu
[all...]

Completed in 139 milliseconds