Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dadv7604.c1356 struct stdi_readback *stdi, in stdi2dv_timings() argument
1360 u32 hfreq = (ADV76XX_FSC * 8) / stdi->bl; in stdi2dv_timings()
1371 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings()
1373 if (bt->vsync != stdi->lcvs) in stdi2dv_timings()
1385 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings()
1386 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings()
1387 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
1390 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1391 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings()
1392 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
[all …]
Dadv7842.c1414 struct stdi_readback *stdi, in stdi2dv_timings() argument
1418 u32 hfreq = (ADV7842_fsc * 8) / stdi->bl; in stdi2dv_timings()
1429 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings()
1431 if (bt->vsync != stdi->lcvs) in stdi2dv_timings()
1443 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings()
1444 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings()
1445 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
1448 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1449 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings()
1450 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
[all …]
/Linux-v4.19/drivers/target/
Dtarget_core_xcopy.c160 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4()
166 if (cscd_index == xop->stdi) { in target_xcopy_parse_tiddesc_e4()
267 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi); in target_xcopy_parse_target_descriptors()
307 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02()
310 if (xop->stdi > XCOPY_CSCD_DESC_ID_LIST_OFF_MAX || in target_xcopy_parse_segdesc_02()
313 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xop->dtdi); in target_xcopy_parse_segdesc_02()
318 desc_len, xop->stdi, xop->dtdi, dc); in target_xcopy_parse_segdesc_02()
Dtarget_core_xcopy.h35 unsigned short stdi; member