Home
last modified time | relevance | path

Searched refs:first_tune (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Ds5h1411.c29 unsigned int first_tune:1; member
481 if ((state->first_tune == 0) && (m == state->current_modulation)) { in s5h1411_enable_modulation()
511 state->first_tune = 0; in s5h1411_enable_modulation()
629 state->first_tune = 1; in s5h1411_init()
H A Daf9013.c40 bool first_tune; member
147 if (c->bandwidth_hz != state->bandwidth_hz || state->first_tune) { in af9013_set_frontend()
389 state->first_tune = false; in af9013_set_frontend()
969 state->first_tune = true; in af9013_init()
H A Ds5h1432.c27 unsigned int first_tune:1; member