Home
last modified time | relevance | path

Searched refs:hsper (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtda1997x.c1097 u16 hsper; in tda1997x_detect_std() local
1108 hsper = io_read16(sd, REG_HS_WIDTH) & MASK_HSWIDTH; in tda1997x_detect_std()
1109 v4l2_dbg(1, debug, sd, "Signal Timings: %u/%u/%u\n", vper, hper, hsper); in tda1997x_detect_std()
1110 if (!vper || !hper || !hsper) in tda1997x_detect_std()
1131 /* hsper +/- 2 (take care to avoid 32bit overflow) */ in tda1997x_detect_std()
1141 hsmatch = ((hsper <= hsmax) && (hsper >= hsmin)) ? 1 : 0; in tda1997x_detect_std()
1153 vper, hper, hsper); in tda1997x_detect_std()
1625 u16 hsper; in tda1997x_g_input_status() local
1630 hsper in tda1997x_g_input_status()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtda1997x.c1103 u16 hper, hsync_pos, hsper, interlaced; in tda1997x_detect_std() local
1112 hsper = io_read16(sd, REG_HS_WIDTH); in tda1997x_detect_std()
1115 interlaced = hsper & MASK_HSWIDTH_INTERLACED; in tda1997x_detect_std()
1118 hsper &= MASK_HSWIDTH; in tda1997x_detect_std()
1119 v4l2_dbg(1, debug, sd, "Signal Timings: %u/%u/%u\n", vper, hper, hsper); in tda1997x_detect_std()
1641 u16 hsper; in tda1997x_g_input_status() local
1646 hsper = io_read16(sd, REG_HS_WIDTH) & MASK_HSWIDTH; in tda1997x_g_input_status()
1653 * The vper/hper/hsper registers provide the frame period, line period in tda1997x_g_input_status()
1660 vper, hper, hsper); in tda1997x_g_input_status()
1663 else if (!vper || !hper || !hsper) in tda1997x_g_input_status()
[all...]

Completed in 6 milliseconds