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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-msm/
H A Ddma.c34 static struct list_head ready_commands[MSM_DMOV_CHANNEL_COUNT]; variable in typeref:struct:list_head
65 if (list_empty(&ready_commands[id]) &&
82 list_add_tail(&cmd->list, &ready_commands[id]);
218 if ((ch_status & DMOV_STATUS_CMD_PTR_RDY) && !list_empty(&ready_commands[id])) {
219 cmd = list_entry(ready_commands[id].next, typeof(*cmd), list);
228 if (list_empty(&active_commands[id]) && list_empty(&ready_commands[id]))
249 INIT_LIST_HEAD(&ready_commands[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-msm/
H A Ddma.c34 static struct list_head ready_commands[MSM_DMOV_CHANNEL_COUNT]; variable in typeref:struct:list_head
65 if (list_empty(&ready_commands[id]) &&
82 list_add_tail(&cmd->list, &ready_commands[id]);
218 if ((ch_status & DMOV_STATUS_CMD_PTR_RDY) && !list_empty(&ready_commands[id])) {
219 cmd = list_entry(ready_commands[id].next, typeof(*cmd), list);
228 if (list_empty(&active_commands[id]) && list_empty(&ready_commands[id]))
249 INIT_LIST_HEAD(&ready_commands[i]);

Completed in 175 milliseconds