Searched refs:stdi (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | adv7604.c | 1362 struct stdi_readback *stdi, in stdi2dv_timings() argument 1366 u32 hfreq = (ADV76XX_FSC * 8) / stdi->bl; in stdi2dv_timings() 1377 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings() 1379 if (bt->vsync != stdi->lcvs) in stdi2dv_timings() 1391 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1392 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1393 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1396 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1397 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1398 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() [all …]
|
| H A D | adv7842.c | 1416 struct stdi_readback *stdi, in stdi2dv_timings() argument 1420 u32 hfreq = (ADV7842_fsc * 8) / stdi->bl; in stdi2dv_timings() 1431 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings() 1433 if (bt->vsync != stdi->lcvs) in stdi2dv_timings() 1445 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1446 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1447 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1450 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1451 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1452 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_xcopy.c | 174 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4() 180 if (cscd_index == xop->stdi) { in target_xcopy_parse_tiddesc_e4() 285 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi); in target_xcopy_parse_target_descriptors() 325 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02() 328 if (xop->stdi > XCOPY_CSCD_DESC_ID_LIST_OFF_MAX || in target_xcopy_parse_segdesc_02() 331 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xop->dtdi); in target_xcopy_parse_segdesc_02() 336 desc_len, xop->stdi, xop->dtdi, dc); in target_xcopy_parse_segdesc_02()
|
| H A D | target_core_xcopy.h | 34 unsigned short stdi; member
|