Searched refs:stdi (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/media/i2c/ |
D | adv7604.c | 1376 struct stdi_readback *stdi, in stdi2dv_timings() argument 1380 u32 hfreq = (ADV76XX_FSC * 8) / stdi->bl; in stdi2dv_timings() 1391 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings() 1393 if (bt->vsync != stdi->lcvs) in stdi2dv_timings() 1405 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1406 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1407 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1410 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1411 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1412 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() [all …]
|
D | adv7842.c | 1404 struct stdi_readback *stdi, in stdi2dv_timings() argument 1408 u32 hfreq = (ADV7842_fsc * 8) / stdi->bl; in stdi2dv_timings() 1419 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings() 1421 if (bt->vsync != stdi->lcvs) in stdi2dv_timings() 1433 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1434 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1435 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1438 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1439 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1440 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() [all …]
|
/linux-6.6.21/drivers/target/ |
D | target_core_xcopy.c | 161 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4() 167 if (cscd_index == xop->stdi) { in target_xcopy_parse_tiddesc_e4() 272 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi); in target_xcopy_parse_target_descriptors() 311 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02() 314 if (xop->stdi > XCOPY_CSCD_DESC_ID_LIST_OFF_MAX || in target_xcopy_parse_segdesc_02() 317 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xop->dtdi); in target_xcopy_parse_segdesc_02() 322 desc_len, xop->stdi, xop->dtdi, dc); in target_xcopy_parse_segdesc_02()
|
D | target_core_xcopy.h | 34 unsigned short stdi; member
|