Home
last modified time | relevance | path

Searched refs:DRXK_MAX_RETRIES (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddrxk_hard.h10 #define DRXK_MAX_RETRIES 100 macro
H A Ddrxk_hard.c1014 } while ((status < 0 || wait_cmd) && (retry_count < DRXK_MAX_RETRIES)); in hi_command()
3221 } while ((cur_cmd != 0) && (retry_cnt < DRXK_MAX_RETRIES)); in dvbt_sc_command()
3222 if (retry_cnt >= DRXK_MAX_RETRIES && (status < 0)) in dvbt_sc_command()
3274 } while ((cur_cmd != 0) && (retry_cnt < DRXK_MAX_RETRIES)); in dvbt_sc_command()
3275 if (retry_cnt >= DRXK_MAX_RETRIES && (status < 0)) in dvbt_sc_command()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddrxk_hard.h10 #define DRXK_MAX_RETRIES 100 macro
H A Ddrxk_hard.c995 } while ((status < 0 || wait_cmd) && (retry_count < DRXK_MAX_RETRIES)); in hi_command()
3202 } while ((cur_cmd != 0) && (retry_cnt < DRXK_MAX_RETRIES)); in dvbt_sc_command()
3203 if (retry_cnt >= DRXK_MAX_RETRIES && (status < 0)) in dvbt_sc_command()
3255 } while ((cur_cmd != 0) && (retry_cnt < DRXK_MAX_RETRIES)); in dvbt_sc_command()
3256 if (retry_cnt >= DRXK_MAX_RETRIES && (status < 0)) in dvbt_sc_command()

Completed in 14 milliseconds