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

/linux-master/drivers/media/dvb-frontends/
H A Ddib9000.c1997 u8 nbr_pending, exit_condition, index_frontend, index_frontend_success; local
2044 exit_condition = 0; /* 0: tune pending; 1: tune failed; 2:tune success */
2061 exit_condition = 0;
2066 exit_condition = 2; /* tune success */
2073 if ((exit_condition != 2) && (nbr_pending == 0))
2074 exit_condition = 1; /* if all tune are done and no success, exit: tune failed */
2076 } while (exit_condition == 0);
2079 if (exit_condition == 1) { /* tune failed */
H A Ddib8000.c3605 u8 exit_condition, index_frontend; local
3676 exit_condition = 1;
3679 exit_condition = 0;
3683 } while (exit_condition == 0);

Completed in 127 milliseconds