Searched refs:stdi (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/media/i2c/ |
| H A D | adv7604.c | 1408 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1413 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1422 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings() 1423 stdi->hs_pol, stdi->vs_pol); in stdi2dv_timings() 1469 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi() 1477 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi() 1478 stdi->hs_pol, stdi->vs_pol, in read_stdi() 1639 stdi.lcvs += 1; in adv76xx_query_dv_timings() 1643 stdi.lcvs -= 2; in adv76xx_query_dv_timings() 2612 stdi.lcf, stdi.bl, stdi.lcvs, in adv76xx_log_status() [all …]
|
| H A D | adv7842.c | 1436 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1441 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1450 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings() 1451 stdi->hs_pol, stdi->vs_pol); in stdi2dv_timings() 1475 stdi->hs_pol = 'x'; in read_stdi() 1476 stdi->vs_pol = 'x'; in read_stdi() 1480 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi() 1487 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi() 1488 stdi->hs_pol, stdi->vs_pol, in read_stdi() 1612 stdi.lcvs += 1; in adv7842_query_dv_timings() [all …]
|
| /linux-6.15/drivers/target/ |
| H A D | target_core_xcopy.c | 162 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4() 168 if (cscd_index == xop->stdi) { in target_xcopy_parse_tiddesc_e4() 273 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi); in target_xcopy_parse_target_descriptors() 312 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02() 315 if (xop->stdi > XCOPY_CSCD_DESC_ID_LIST_OFF_MAX || in target_xcopy_parse_segdesc_02() 318 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xop->dtdi); in target_xcopy_parse_segdesc_02() 323 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
|