Home
last modified time | relevance | path

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

/arch/arm/mach-msm/
Ddma.c34 static struct list_head ready_commands[MSM_DMOV_CHANNEL_COUNT]; variable
65 if (list_empty(&ready_commands[id]) && in msm_dmov_enqueue_cmd()
88 list_add_tail(&cmd->list, &ready_commands[id]); in msm_dmov_enqueue_cmd()
224 if ((ch_status & DMOV_STATUS_CMD_PTR_RDY) && !list_empty(&ready_commands[id])) { in msm_datamover_irq_handler()
225 cmd = list_entry(ready_commands[id].next, typeof(*cmd), list); in msm_datamover_irq_handler()
234 if (list_empty(&active_commands[id]) && list_empty(&ready_commands[id])) in msm_datamover_irq_handler()
255 INIT_LIST_HEAD(&ready_commands[i]); in msm_init_datamover()