Searched refs:exit_condition (Results 1 – 2 of 2) sorted by relevance
1992 u8 nbr_pending, exit_condition, index_frontend, index_frontend_success; in dib9000_set_frontend() local2039 exit_condition = 0; /* 0: tune pending; 1: tune failed; 2:tune success */ in dib9000_set_frontend()2056 exit_condition = 0; in dib9000_set_frontend()2061 exit_condition = 2; /* tune success */ in dib9000_set_frontend()2068 if ((exit_condition != 2) && (nbr_pending == 0)) in dib9000_set_frontend()2069 exit_condition = 1; /* if all tune are done and no success, exit: tune failed */ in dib9000_set_frontend()2071 } while (exit_condition == 0); in dib9000_set_frontend()2074 if (exit_condition == 1) { /* tune failed */ in dib9000_set_frontend()
3576 u8 exit_condition, index_frontend; in dib8000_set_frontend() local3647 exit_condition = 1; in dib8000_set_frontend()3650 exit_condition = 0; in dib8000_set_frontend()3654 } while (exit_condition == 0); in dib8000_set_frontend()