Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dtda1997x.c1117 bool vmatch, hmatch, hsmatch; in tda1997x_detect_std() local
1139 hmatch = ((hper <= hmax) && (hper >= hmin)) ? 1 : 0; in tda1997x_detect_std()
1142 if (hmatch && vmatch && hsmatch) { in tda1997x_detect_std()