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

/linux-master/drivers/input/touchscreen/
H A Dads7846.c83 unsigned int last_cmd_idx; member in struct:ads7846_packet
768 for (cmd_idx = packet->last_cmd_idx; cmd_idx < packet->cmds - 1; cmd_idx++) {
771 packet->last_cmd_idx = cmd_idx;
800 packet->last_cmd_idx = 0;

Completed in 91 milliseconds