Searched refs:exit_condition (Results 1 – 2 of 2) sorted by relevance
1997 u8 nbr_pending, exit_condition, index_frontend, index_frontend_success; in dib9000_set_frontend() local2044 exit_condition = 0; /* 0: tune pending; 1: tune failed; 2:tune success */ in dib9000_set_frontend()2061 exit_condition = 0; in dib9000_set_frontend()2066 exit_condition = 2; /* tune success */ in dib9000_set_frontend()2073 if ((exit_condition != 2) && (nbr_pending == 0)) in dib9000_set_frontend()2074 exit_condition = 1; /* if all tune are done and no success, exit: tune failed */ in dib9000_set_frontend()2076 } while (exit_condition == 0); in dib9000_set_frontend()2079 if (exit_condition == 1) { /* tune failed */ in dib9000_set_frontend()
3605 u8 exit_condition, index_frontend; in dib8000_set_frontend() local3676 exit_condition = 1; in dib8000_set_frontend()3679 exit_condition = 0; in dib8000_set_frontend()3683 } while (exit_condition == 0); in dib8000_set_frontend()