Searched refs:lcf (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/net/can/ |
| D | bcm.c | 512 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index() local 520 if (!(lcf->flags & RX_RECV)) { in bcm_rx_cmp_to_index() 522 bcm_rx_update_and_send(op, lcf, rxdata); in bcm_rx_cmp_to_index() 529 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index() 530 bcm_rx_update_and_send(op, lcf, rxdata); in bcm_rx_cmp_to_index() 537 if (rxdata->len != lcf->len) { in bcm_rx_cmp_to_index() 538 bcm_rx_update_and_send(op, lcf, rxdata); in bcm_rx_cmp_to_index() 588 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush() local 590 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush() 591 bcm_rx_changed(op, lcf); in bcm_rx_do_flush()
|
| /Linux-v5.15/drivers/media/i2c/ |
| D | adv7842.c | 1408 u16 bl, lcf, lcvs; member 1429 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings() 1443 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1448 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1456 __func__, stdi->lcvs, stdi->lcf, stdi->bl, in stdi2dv_timings() 1472 stdi->lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in read_stdi() 1486 if (stdi->lcf < 239 || stdi->bl < 8 || stdi->bl == 0x3fff) { in read_stdi() 1493 __func__, stdi->lcf, stdi->bl, stdi->lcvs, in read_stdi() 2779 u32 lcf = ((cp_read(sd, 0xb3) & 0x7) << 8) | cp_read(sd, 0xb4); in adv7842_cp_log_status() local 2788 lcf, bl, lcvs, fcl, in adv7842_cp_log_status()
|
| D | adv7604.c | 1370 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() 2605 stdi.lcf, stdi.bl, stdi.lcvs, in adv76xx_log_status()
|
| /Linux-v5.15/net/netfilter/ |
| D | nf_conntrack_h323_main.c | 1596 unsigned char **data, LocationConfirm *lcf) in process_lcf() argument 1606 if (!get_h225_addr(ct, *data, &lcf->callSignalAddress, in process_lcf()
|