Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Ddrxk_hard.h10 #define DRXK_MAX_RETRIES 100 macro
Ddrxk_hard.c1037 } while ((status < 0) && (retry_count < DRXK_MAX_RETRIES) in hi_command()
3243 } while ((cur_cmd != 0) && (retry_cnt < DRXK_MAX_RETRIES)); in dvbt_sc_command()
3244 if (retry_cnt >= DRXK_MAX_RETRIES && (status < 0)) in dvbt_sc_command()
3296 } while ((cur_cmd != 0) && (retry_cnt < DRXK_MAX_RETRIES)); in dvbt_sc_command()
3297 if (retry_cnt >= DRXK_MAX_RETRIES && (status < 0)) in dvbt_sc_command()