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

/drivers/media/dvb/frontends/
H A Ddib9000.c2000 u8 nbr_pending, exit_condition, index_frontend, index_frontend_success; local
2047 exit_condition = 0; /* 0: tune pending; 1: tune failed; 2:tune success */
2064 exit_condition = 0;
2069 exit_condition = 2; /* tune success */
2076 if ((exit_condition != 2) && (nbr_pending == 0))
2077 exit_condition = 1; /* if all tune are done and no success, exit: tune failed */
2079 } while (exit_condition == 0);
2082 if (exit_condition == 1) { /* tune failed */
H A Ddib8000.c2962 u8 nbr_pending, exit_condition, index_frontend; local
3008 exit_condition = 1;
3011 exit_condition = 0;
3015 } while (exit_condition == 0);
3056 exit_condition = 0; /* 0: tune pending; 1: tune failed; 2:tune success */
3066 exit_condition = 2;
3080 if ((nbr_pending == 0) && (exit_condition == 0))
3081 exit_condition = 1;
3082 } while ((exit_condition == 0) && i--);
3084 if (exit_condition
[all...]

Completed in 82 milliseconds