Searched defs:first_tune (Results 1 - 3 of 3) sorted by relevance
/drivers/media/dvb/frontends/ | ||
H A D | s5h1432.c | 40 unsigned int first_tune:1; member in struct:s5h1432_state |
H A D | s5h1411.c | 41 unsigned int first_tune:1; member in struct:s5h1411_state 493 if ((state->first_tune == 0) && (m == state->current_modulation)) { 523 state->first_tune = 0; 641 state->first_tune = 1; |
H A D | af9013.c | 46 bool first_tune; member in struct:af9013_state 605 if (c->bandwidth_hz != state->bandwidth_hz || state->first_tune) { 840 state->first_tune = false; 1260 state->first_tune = true; |
Completed in 1612 milliseconds