Searched refs:hper (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/media/i2c/ |
| D | tda1997x.c | 1096 u16 hper; in tda1997x_detect_std() local 1107 hper = io_read16(sd, REG_H_PER) & MASK_HPER; in tda1997x_detect_std() 1109 v4l2_dbg(1, debug, sd, "Signal Timings: %u/%u/%u\n", vper, hper, hsper); in tda1997x_detect_std() 1140 hmatch = ((hper <= hmax) && (hper >= hmin)) ? 1 : 0; in tda1997x_detect_std() 1154 vper, hper, hsper); in tda1997x_detect_std() 1625 u16 hper; in tda1997x_g_input_status() local 1630 hper = io_read16(sd, REG_H_PER) & MASK_HPER; in tda1997x_g_input_status() 1645 vper, hper, hsper); in tda1997x_g_input_status() 1648 else if (!vper || !hper || !hsper) in tda1997x_g_input_status()
|