/Linux-v4.19/drivers/net/hamradio/ |
D | mkiss.c | 57 int rcount; /* received chars counter */ member 253 if (check_crc_16(ax->rbuff, ax->rcount) < 0) { in ax_bump() 265 ax->rcount -= 2; in ax_bump() 268 if (check_crc_flex(ax->rbuff, ax->rcount) < 0) { in ax_bump() 279 ax->rcount -= 2; in ax_bump() 291 count = ax->rcount; in ax_bump() 317 if (!test_and_clear_bit(AXF_ERROR, &ax->flags) && (ax->rcount > 2)) in kiss_unesc() 321 ax->rcount = 0; in kiss_unesc() 339 if (ax->rcount < ax->buffsize) { in kiss_unesc() 340 ax->rbuff[ax->rcount++] = s; in kiss_unesc() [all …]
|
D | 6pack.c | 92 int rcount; /* received chars counter */ member 343 count = sp->rcount + 1; in sp_bump() 603 sp->rcount = 0; in sixpack_open() 962 sp->rcount = sp->rx_count_cooked-2; in decode_std_command()
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | hwchannel.c | 54 bch->rcount--; in bchannel_bh() 99 ch->rcount = 0; in mISDN_initbchannel() 152 ch->rcount = 0; in mISDN_clear_bchannel() 278 if (bch->rcount >= 64) { in recv_Bchannel() 284 bch->rcount++; in recv_Bchannel() 303 if (bch->rcount >= 64) { in recv_Bchannel_skb() 307 bch->rcount = 0; in recv_Bchannel_skb() 309 bch->rcount++; in recv_Bchannel_skb() 351 if (bch->rcount >= 64) { in confirm_Bsend() 355 bch->rcount = 0; in confirm_Bsend() [all …]
|
/Linux-v4.19/scripts/ |
D | get_dvb_firmware | 542 my ($chunklength, $buf, $rcount); 557 $rcount = sysread(INFILE, $buf, $chunklength); 558 die "Ran out of data\n" if ($rcount != $chunklength); 561 $fwlength -= $rcount + 8; 883 my ($chunklength, $buf, $rcount); 893 $rcount = sysread(INFILE, $buf, $chunklength); 894 die "Ran out of data\n" if ($rcount != $chunklength); 896 $length -= $rcount; 908 $rcount = sysread(INFILE, $buf, 2048); 909 last if ($rcount == 0); [all …]
|
D | extract_xc3028.pl | 47 my ($chunklength, $buf, $rcount, $out); 55 $rcount = sysread(INFILE, $buf, $chunklength); 56 die "Ran out of data\n" if ($rcount != $chunklength); 58 $length -= $rcount;
|
/Linux-v4.19/drivers/net/wan/ |
D | x25_asy.c | 150 if (sl->rcount) { in x25_asy_change_mtu() 151 if (sl->rcount <= len) { in x25_asy_change_mtu() 152 memcpy(sl->rbuff, rbuff, sl->rcount); in x25_asy_change_mtu() 154 sl->rcount = 0; in x25_asy_change_mtu() 195 count = sl->rcount; in x25_asy_bump() 474 sl->rcount = 0; in x25_asy_open() 506 sl->rcount = 0; in x25_asy_close() 658 sl->rcount > 2) in x25_asy_unesc() 661 sl->rcount = 0; in x25_asy_unesc() 673 if (sl->rcount < sl->buffsize) { in x25_asy_unesc() [all …]
|
D | x25_asy.h | 28 int rcount; /* received chars counter */ member
|
/Linux-v4.19/drivers/net/slip/ |
D | slip.c | 178 sl->rcount = 0; in sl_alloc_bufs() 278 if (sl->rcount) { 279 if (sl->rcount <= len) { 280 memcpy(sl->rbuff, rbuff, sl->rcount); 282 sl->rcount = 0; 325 count = sl->rcount; 537 sl->rcount = 0; 957 (sl->rcount > 2)) 960 sl->rcount = 0; 976 if (sl->rcount < sl->buffsize) { [all …]
|
D | slip.h | 66 int rcount; /* received chars counter */ member
|
/Linux-v4.19/fs/xfs/scrub/ |
D | quota.c | 104 unsigned long long rcount; in xchk_quota_item() local 160 rcount = be64_to_cpu(d->d_rtbcount); in xchk_quota_item() 177 if (icount > fs_icount || rcount > mp->m_sb.sb_rblocks) in xchk_quota_item() 189 if (id != 0 && rhard != 0 && rcount > rhard) in xchk_quota_item()
|
/Linux-v4.19/drivers/net/can/ |
D | slcan.c | 90 int rcount; /* received chars counter */ member 231 (sl->rcount > 4)) { in slcan_unesc() 234 sl->rcount = 0; in slcan_unesc() 237 if (sl->rcount < SLC_MTU) { in slcan_unesc() 238 sl->rbuff[sl->rcount++] = s; in slcan_unesc() 395 sl->rcount = 0; in slc_close() 595 sl->rcount = 0; in slcan_open()
|
/Linux-v4.19/drivers/regulator/ |
D | max8925-regulator.c | 251 int rcount; in max8925_regulator_dt_init() local 262 rcount = of_regulator_match(&pdev->dev, np, in max8925_regulator_dt_init() 265 if (rcount < 0) in max8925_regulator_dt_init() 266 return rcount; in max8925_regulator_dt_init()
|
/Linux-v4.19/drivers/spi/ |
D | spi-davinci.c | 127 int rcount; member 544 if (dspi->rcount > 0 && !(buf & SPIBUF_RXEMPTY_MASK)) { in davinci_spi_process_events() 546 dspi->rcount--; in davinci_spi_process_events() 572 dspi->rcount = 0; in davinci_spi_dma_rx_callback() 574 if (!dspi->wcount && !dspi->rcount) in davinci_spi_dma_rx_callback() 584 if (!dspi->wcount && !dspi->rcount) in davinci_spi_dma_tx_callback() 619 dspi->rcount = dspi->wcount; in davinci_spi_bufs() 700 while (dspi->rcount > 0 || dspi->wcount > 0) { in davinci_spi_bufs() 726 if (dspi->rcount != 0 || dspi->wcount != 0) { in davinci_spi_bufs() 770 if ((!dspi->rcount && !dspi->wcount) || status) in davinci_spi_irq()
|
/Linux-v4.19/drivers/w1/slaves/ |
D | w1_ds28e17.c | 304 const u8 *wbuffer, size_t wcount, u8 *rbuffer, size_t rcount) in w1_f19_i2c_write_read() argument 311 if (wcount == 0 || rcount == 0) in w1_f19_i2c_write_read() 324 w1_buf[0] = rcount; in w1_f19_i2c_write_read() 331 if (w1_f19_i2c_busy_wait(sl, wcount + rcount + 2) < 0) in w1_f19_i2c_write_read() 343 return w1_read_block(sl->master, rbuffer, rcount); in w1_f19_i2c_write_read()
|
/Linux-v4.19/arch/mips/include/asm/mach-rc32434/ |
D | timer.h | 45 u32 rcount; /* use RCOUNT_ */ member
|
/Linux-v4.19/fs/jbd2/ |
D | recovery.c | 818 __u32 rcount; in scan_revoke_records() local 823 rcount = be32_to_cpu(header->r_count); in scan_revoke_records() 830 if (rcount > journal->j_blocksize - csum_size) in scan_revoke_records() 832 max = rcount; in scan_revoke_records()
|
/Linux-v4.19/include/linux/ |
D | mISDNhw.h | 171 int rcount; member
|
/Linux-v4.19/include/soc/fsl/qe/ |
D | qe.h | 599 __be16 rcount; /* Rx internal byte count */ member
|