Home
last modified time | relevance | path

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

/linux-6.1.9/net/can/
Dbcm.c514 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index() local
522 if (!(lcf->flags & RX_RECV)) { in bcm_rx_cmp_to_index()
524 bcm_rx_update_and_send(op, lcf, rxdata); in bcm_rx_cmp_to_index()
531 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index()
532 bcm_rx_update_and_send(op, lcf, rxdata); in bcm_rx_cmp_to_index()
539 if (rxdata->len != lcf->len) { in bcm_rx_cmp_to_index()
540 bcm_rx_update_and_send(op, lcf, rxdata); in bcm_rx_cmp_to_index()
590 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush() local
592 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()
593 bcm_rx_changed(op, lcf); in bcm_rx_do_flush()
/linux-6.1.9/drivers/media/i2c/
Dadv7842.c1398 u16 bl, lcf, lcvs; member
1419 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings()
1433 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings()
1438 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1446 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings()
1462 stdi->lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in read_stdi()
1476 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi()
1483 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi()
2769 u32 lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in adv7842_cp_log_status() local
2778 lcf, bl, lcvs, fcl, in adv7842_cp_log_status()
Dadv7604.c1370 u16 bl, lcf, lcvs; member
1391 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings()
1405 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings()
1410 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1418 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings()
1437 stdi->lcf = cp_read16(sd, info->lcf_reg, 0x7ff); in read_stdi()
1465 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi()
1473 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi()
2604 stdi.lcf, stdi.bl, stdi.lcvs, in adv76xx_log_status()
/linux-6.1.9/net/netfilter/
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()