Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Ddib9000.c2000 u8 nbr_pending, exit_condition, index_frontend, index_frontend_success; in dib9000_set_frontend() local
2047 exit_condition = 0; /* 0: tune pending; 1: tune failed; 2:tune success */ in dib9000_set_frontend()
2064 exit_condition = 0; in dib9000_set_frontend()
2069 exit_condition = 2; /* tune success */ in dib9000_set_frontend()
2076 if ((exit_condition != 2) && (nbr_pending == 0)) in dib9000_set_frontend()
2077 exit_condition = 1; /* if all tune are done and no success, exit: tune failed */ in dib9000_set_frontend()
2079 } while (exit_condition == 0); in dib9000_set_frontend()
2082 if (exit_condition == 1) { /* tune failed */ in dib9000_set_frontend()
Ddib8000.c3584 u8 exit_condition, index_frontend; in dib8000_set_frontend() local
3655 exit_condition = 1; in dib8000_set_frontend()
3658 exit_condition = 0; in dib8000_set_frontend()
3662 } while (exit_condition == 0); in dib8000_set_frontend()