Home
last modified time | relevance | path

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

/linux-6.15/net/can/
H A Dbcm.c565 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index() local
573 if (!(lcf->flags & RX_RECV)) { in bcm_rx_cmp_to_index()
575 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index()
582 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index()
583 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index()
590 if (rxdata->len != lcf->len) { in bcm_rx_cmp_to_index()
591 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index()
641 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush() local
643 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()
644 bcm_rx_changed(op, lcf); in bcm_rx_do_flush()
/linux-6.15/drivers/media/i2c/
H A Dadv7842.c1401 u16 bl, lcf, lcvs; member
1422 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings()
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()
1466 stdi->lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); 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()
2789 u32 lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in adv7842_cp_log_status() local
2798 lcf, bl, lcvs, fcl, in adv7842_cp_log_status()
H A Dadv7604.c1373 u16 bl, lcf, lcvs; member
1394 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings()
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()
1441 stdi->lcf = cp_read16(sd, info->lcf_reg, 0x7ff); in read_stdi()
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()
2612 stdi.lcf, stdi.bl, stdi.lcvs, in adv76xx_log_status()
/linux-6.15/net/netfilter/
H A Dnf_conntrack_h323_main.c1558 unsigned char **data, LocationConfirm *lcf) in process_lcf() argument
1568 if (!get_h225_addr(ct, *data, &lcf->callSignalAddress, in process_lcf()