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

/linux-master/drivers/target/
H A Dtarget_core_xcopy.h34 unsigned short stdi; member in struct:xcopy_op
H A Dtarget_core_xcopy.c162 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) {
168 if (cscd_index == xop->stdi) {
186 * device. If @cscd_index corresponds to both source (stdi) and
187 * destination (dtdi), or dtdi comes after stdi, then
273 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi);
312 xop->stdi = get_unaligned_be16(&desc[4]);
315 if (xop->stdi > XCOPY_CSCD_DESC_ID_LIST_OFF_MAX ||
317 pr_err("XCOPY segment desc 0x02: unsupported CSCD ID > 0x%x; stdi: %hu dtdi: %hu\n",
318 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xo
[all...]
/linux-master/drivers/media/i2c/
H A Dadv7604.c1376 struct stdi_readback *stdi,
1380 u32 hfreq = (ADV76XX_FSC * 8) / stdi->bl;
1391 if (vtotal(bt) != stdi->lcf + 1)
1393 if (bt->vsync != stdi->lcvs)
1405 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0,
1406 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) |
1407 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0),
1410 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi
1375 stdi2dv_timings(struct v4l2_subdev *sd, struct stdi_readback *stdi, struct v4l2_dv_timings *timings) argument
1424 read_stdi(struct v4l2_subdev *sd, struct stdi_readback *stdi) argument
1566 struct stdi_readback stdi; local
2521 struct stdi_readback stdi; local
[all...]
H A Dadv7842.c1404 struct stdi_readback *stdi,
1408 u32 hfreq = (ADV7842_fsc * 8) / stdi->bl;
1419 if (vtotal(bt) != stdi->lcf + 1)
1421 if (bt->vsync != stdi->lcvs)
1433 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0,
1434 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) |
1435 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0),
1438 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi
1403 stdi2dv_timings(struct v4l2_subdev *sd, struct stdi_readback *stdi, struct v4l2_dv_timings *timings) argument
1451 read_stdi(struct v4l2_subdev *sd, struct stdi_readback *stdi) argument
1526 struct stdi_readback stdi = { 0 }; local
[all...]

Completed in 185 milliseconds