Searched refs:lcf (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | adv7842.c | 1298 u16 bl, lcf, lcvs; member 1319 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings() 1333 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1338 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1346 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings() 1362 stdi->lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in read_stdi() 1376 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi() 1383 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi() 2306 uint32_t lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in adv7842_cp_log_status() local 2315 lcf, bl, lcvs, fcl, in adv7842_cp_log_status()
|
D | adv7604.c | 1275 u16 bl, lcf, lcvs; member 1290 if (vtotal(&adv76xx_timings[i].bt) != stdi->lcf + 1) in stdi2dv_timings() 1304 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1309 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1317 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings() 1336 stdi->lcf = cp_read16(sd, info->lcf_reg, 0x7ff); in read_stdi() 1364 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi() 1372 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi() 2218 stdi.lcf, stdi.bl, stdi.lcvs, in adv76xx_log_status()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_h323_main.c | 1647 unsigned char **data, LocationConfirm *lcf) in process_lcf() argument 1657 if (!get_h225_addr(ct, *data, &lcf->callSignalAddress, in process_lcf()
|