Home
last modified time | relevance | path

Searched refs:lcf (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
Dadv7842.c1411 u16 bl, lcf, lcvs; member
1432 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings()
1446 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings()
1451 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1459 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings()
1475 stdi->lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in read_stdi()
1489 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi()
1496 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi()
2529 u32 lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in adv7842_cp_log_status() local
2538 lcf, bl, lcvs, fcl, in adv7842_cp_log_status()
Dadv7604.c1319 u16 bl, lcf, lcvs; member
1334 if (vtotal(&adv76xx_timings[i].bt) != stdi->lcf + 1) in stdi2dv_timings()
1348 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings()
1353 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1361 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings()
1380 stdi->lcf = cp_read16(sd, info->lcf_reg, 0x7ff); in read_stdi()
1408 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi()
1416 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi()
2296 stdi.lcf, stdi.bl, stdi.lcvs, in adv76xx_log_status()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_h323_main.c1647 unsigned char **data, LocationConfirm *lcf) in process_lcf() argument
1657 if (!get_h225_addr(ct, *data, &lcf->callSignalAddress, in process_lcf()