Searched refs:stdi (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/media/i2c/ |
A D | adv7604.c | 1405 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1410 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1418 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings() 1419 stdi->hs_pol, stdi->vs_pol); in stdi2dv_timings() 1465 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi() 1473 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi() 1474 stdi->hs_pol, stdi->vs_pol, in read_stdi() 1635 stdi.lcvs += 1; in adv76xx_query_dv_timings() 1639 stdi.lcvs -= 2; in adv76xx_query_dv_timings() 2604 stdi.lcf, stdi.bl, stdi.lcvs, in adv76xx_log_status() [all …]
|
A D | adv7842.c | 1433 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1438 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1446 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings() 1447 stdi->hs_pol, stdi->vs_pol); in stdi2dv_timings() 1471 stdi->hs_pol = 'x'; in read_stdi() 1472 stdi->vs_pol = 'x'; in read_stdi() 1476 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi() 1483 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi() 1484 stdi->hs_pol, stdi->vs_pol, in read_stdi() 1605 stdi.lcvs += 1; in adv7842_query_dv_timings() [all …]
|
/linux-6.3-rc2/drivers/target/ |
A 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()
|
A D | target_core_xcopy.h | 34 unsigned short stdi; member
|
Completed in 23 milliseconds