Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dlgs8gxx.c413 u8 locked = 0, tmp_gi; in lgs8gxx_auto_detect() local
428 tmp_gi = GI_945; in lgs8gxx_auto_detect()
436 tmp_gi = GI_420; in lgs8gxx_auto_detect()
443 tmp_gi = GI_595; in lgs8gxx_auto_detect()
463 if (tmp_gi == GI_945) in lgs8gxx_auto_detect()
465 else if (tmp_gi == GI_595) in lgs8gxx_auto_detect()
467 else if (tmp_gi == GI_420) in lgs8gxx_auto_detect()
469 *gi = tmp_gi; in lgs8gxx_auto_detect()