Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c572 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index() local
580 if (!(lcf->flags & RX_RECV)) { in bcm_rx_cmp_to_index()
582 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index()
589 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index()
590 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index()
597 if (rxdata->len != lcf->len) { in bcm_rx_cmp_to_index()
598 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index()
648 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush() local
650 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()
651 bcm_rx_changed(op, lcf); in bcm_rx_do_flush()
/linux/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()
2790 u32 lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in adv7842_cp_log_status() local
2799 lcf, bl, lcvs, fcl, in adv7842_cp_log_status()
/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c1559 unsigned char **data, LocationConfirm *lcf) in process_lcf() argument
1569 if (!get_h225_addr(ct, *data, &lcf->callSignalAddress, in process_lcf()