Home
last modified time | relevance | path

Searched refs:rcount (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/arch/m68k/include/asm/
Dm68360_pram.h91 unsigned short rcount; /* Rx internal byte count */ member
151 unsigned short rcount; /* Rx internal byte count */ member
203 unsigned short rcount; /* Rx internal byte count */ member
254 unsigned short rcount; /* Rx internal byte count */ member
272 unsigned short rcount; /* Rx internal byte count */ member
296 unsigned short rcount; /* Rx internal byte count */ member
325 unsigned short rcount; /* Rx internal byte count */ member
402 unsigned short rcount; /* Rx internal byte count */ member
/linux-4.1.27/drivers/net/hamradio/
Dmkiss.c57 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 …]
D6pack.c92 int rcount; /* received chars counter */ member
343 count = sp->rcount + 1; in sp_bump()
611 sp->rcount = 0; in sixpack_open()
971 sp->rcount = sp->rx_count_cooked-2; in decode_std_command()
/linux-4.1.27/drivers/isdn/mISDN/
Dhwchannel.c54 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-4.1.27/Documentation/dvb/
Dget_dvb_firmware542 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 …]
/linux-4.1.27/drivers/net/wan/
Dx25_asy.c153 if (sl->rcount) { in x25_asy_change_mtu()
154 if (sl->rcount <= len) { in x25_asy_change_mtu()
155 memcpy(sl->rbuff, rbuff, sl->rcount); in x25_asy_change_mtu()
157 sl->rcount = 0; in x25_asy_change_mtu()
198 count = sl->rcount; in x25_asy_bump()
476 sl->rcount = 0; in x25_asy_open()
508 sl->rcount = 0; in x25_asy_close()
662 sl->rcount > 2) in x25_asy_unesc()
665 sl->rcount = 0; in x25_asy_unesc()
677 if (sl->rcount < sl->buffsize) { in x25_asy_unesc()
[all …]
Dx25_asy.h27 int rcount; /* received chars counter */ member
/linux-4.1.27/drivers/net/slip/
Dslip.c178 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;
962 (sl->rcount > 2))
965 sl->rcount = 0;
981 if (sl->rcount < sl->buffsize) {
[all …]
Dslip.h65 int rcount; /* received chars counter */ member
/linux-4.1.27/drivers/net/can/
Dslcan.c90 int rcount; /* received chars counter */ member
232 (sl->rcount > 4)) { in slcan_unesc()
235 sl->rcount = 0; in slcan_unesc()
238 if (sl->rcount < SLC_MTU) { in slcan_unesc()
239 sl->rbuff[sl->rcount++] = s; in slcan_unesc()
396 sl->rcount = 0; in slc_close()
595 sl->rcount = 0; in slcan_open()
/linux-4.1.27/drivers/regulator/
Dmax8925-regulator.c251 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-4.1.27/drivers/spi/
Dspi-davinci.c128 int rcount; member
531 if (dspi->rcount > 0 && !(buf & SPIBUF_RXEMPTY_MASK)) { in davinci_spi_process_events()
533 dspi->rcount--; in davinci_spi_process_events()
559 dspi->rcount = 0; in davinci_spi_dma_rx_callback()
561 if (!dspi->wcount && !dspi->rcount) in davinci_spi_dma_rx_callback()
571 if (!dspi->wcount && !dspi->rcount) in davinci_spi_dma_tx_callback()
608 dspi->rcount = dspi->wcount; in davinci_spi_bufs()
712 while (dspi->rcount > 0 || dspi->wcount > 0) { in davinci_spi_bufs()
745 if (dspi->rcount != 0 || dspi->wcount != 0) { in davinci_spi_bufs()
795 if ((!dspi->rcount && !dspi->wcount) || status) in davinci_spi_irq()
/linux-4.1.27/arch/mips/include/asm/mach-rc32434/
Dtimer.h45 u32 rcount; /* use RCOUNT_ */ member
/linux-4.1.27/Documentation/video4linux/
Dextract_xc3028.pl47 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-4.1.27/fs/jbd2/
Drecovery.c846 __u32 rcount; in scan_revoke_records() local
851 rcount = be32_to_cpu(header->r_count); in scan_revoke_records()
858 if (rcount > journal->j_blocksize - csum_size) in scan_revoke_records()
860 max = rcount; in scan_revoke_records()
/linux-4.1.27/include/linux/
DmISDNhw.h171 int rcount; member
/linux-4.1.27/arch/powerpc/include/asm/
Dqe.h532 __be16 rcount; /* Rx internal byte count */ member