cmd_dequeue_idx   367 drivers/staging/vt6656/device.h 	u32 cmd_dequeue_idx;
cmd_dequeue_idx    45 drivers/staging/vt6656/wcmd.c 	priv->command = priv->cmd_queue[priv->cmd_dequeue_idx];
cmd_dequeue_idx    47 drivers/staging/vt6656/wcmd.c 	ADD_ONE_WITH_WRAP_AROUND(priv->cmd_dequeue_idx, CMD_Q_SIZE);
cmd_dequeue_idx   175 drivers/staging/vt6656/wcmd.c 	priv->cmd_dequeue_idx = 0;