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

/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h379 int previous_data_index; member in struct:vchiq_state
H A Dvchiq_core.c954 while ((tx_end_index != state->previous_data_index) &&
966 if ((tx_end_index == state->previous_data_index) ||
1052 if (tx_end_index != state->previous_data_index) {
1053 state->previous_data_index = tx_end_index;
2194 state->previous_data_index = -1;

Completed in 205 milliseconds