Searched refs:bufptr (Results 76 - 100 of 117) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/common/board/bcm947xx/src/
H A Dui_bcm947xx.c417 * ui_get_loadbuf(bufptr, bufsize)
422 * bufptr - address to return buffer location
425 static void ui_get_loadbuf(uint8_t **bufptr, int *bufsize) argument
440 *bufptr = (uint8_t *) KERNADDR(CFG_FLASH_STAGING_BUFFER_ADDR);
457 *bufptr = (uint8_t *) KERNADDR(reserved);
460 *bufptr = (uint8_t *) KERNADDR(mem_topofmem);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/random/
H A Drandom-csprng.c468 const char *bufptr;
488 bufptr = buf;
494 add_randomness (bufptr, nbytes, RANDOM_ORIGIN_EXTERNAL);
496 bufptr += nbytes;
467 const char *bufptr; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/random/
H A Drandom-csprng.c468 const char *bufptr;
488 bufptr = buf;
494 add_randomness (bufptr, nbytes, RANDOM_ORIGIN_EXTERNAL);
496 bufptr += nbytes;
467 const char *bufptr; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/random/
H A Drandom-csprng.c468 const char *bufptr;
488 bufptr = buf;
494 add_randomness (bufptr, nbytes, RANDOM_ORIGIN_EXTERNAL);
496 bufptr += nbytes;
467 const char *bufptr; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dsis900.c109 u32 bufptr; member in struct:_BufferDesc
1061 sis_priv->tx_ring[i].bufptr = 0;
1096 sis_priv->rx_ring[i].bufptr = 0;
1112 sis_priv->rx_ring[i].bufptr = pci_map_single(sis_priv->pci_dev,
1459 sis_priv->tx_ring[i].bufptr, skb->len,
1464 sis_priv->tx_ring[i].bufptr = 0;
1515 sis_priv->tx_ring[entry].bufptr = pci_map_single(sis_priv->pci_dev,
1674 sis_priv->rx_ring[entry].bufptr, RX_BUF_SIZE,
1719 sis_priv->rx_ring[entry].bufptr =
1750 sis_priv->rx_ring[entry].bufptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dsis900.c109 u32 bufptr; member in struct:_BufferDesc
1061 sis_priv->tx_ring[i].bufptr = 0;
1096 sis_priv->rx_ring[i].bufptr = 0;
1112 sis_priv->rx_ring[i].bufptr = pci_map_single(sis_priv->pci_dev,
1459 sis_priv->tx_ring[i].bufptr, skb->len,
1464 sis_priv->tx_ring[i].bufptr = 0;
1515 sis_priv->tx_ring[entry].bufptr = pci_map_single(sis_priv->pci_dev,
1674 sis_priv->rx_ring[entry].bufptr, RX_BUF_SIZE,
1719 sis_priv->rx_ring[entry].bufptr =
1750 sis_priv->rx_ring[entry].bufptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_epp.c192 unsigned char *bufptr; member in struct:baycom_state::__anon16713
202 unsigned char *bufptr; member in struct:baycom_state::__anon16714
411 bc->hdlctx.bufptr = bc->hdlctx.buf;
478 if (i != pp->ops->epp_write_data(pp, bc->hdlctx.bufptr, i, 0))
480 bc->hdlctx.bufptr += i;
592 bc->hdlcrx.bufptr = bc->hdlcrx.buf;
608 *(bc->hdlcrx.bufptr)++ = bitbuf >> (16-numbits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_epp.c192 unsigned char *bufptr; member in struct:baycom_state::__anon28406
202 unsigned char *bufptr; member in struct:baycom_state::__anon28407
411 bc->hdlctx.bufptr = bc->hdlctx.buf;
478 if (i != pp->ops->epp_write_data(pp, bc->hdlctx.bufptr, i, 0))
480 bc->hdlctx.bufptr += i;
592 bc->hdlcrx.bufptr = bc->hdlcrx.buf;
608 *(bc->hdlcrx.bufptr)++ = bitbuf >> (16-numbits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/comedi/drivers/
H A Dpcl816.c364 unsigned int bufptr, unsigned int len)
372 comedi_buf_put(s->async, ptr[bufptr++]);
402 int len, bufptr, this_dma_buf; local
435 bufptr = devpriv->ai_poll_ptr;
438 transfer_from_dma_buf(dev, s, ptr, bufptr, len);
362 transfer_from_dma_buf(struct comedi_device *dev, struct comedi_subdevice *s, short *ptr, unsigned int bufptr, unsigned int len) argument
H A Dpcl812.c1064 unsigned int bufptr, unsigned int len)
1071 comedi_buf_put(s->async, ptr[bufptr++]);
1098 int len, bufptr; local
1131 bufptr = devpriv->ai_poll_ptr;
1134 transfer_from_dma_buf(dev, s, ptr, bufptr, len);
1062 transfer_from_dma_buf(struct comedi_device *dev, struct comedi_subdevice *s, short *ptr, unsigned int bufptr, unsigned int len) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dpcl816.c364 unsigned int bufptr, unsigned int len)
372 comedi_buf_put(s->async, ptr[bufptr++]);
402 int len, bufptr, this_dma_buf; local
435 bufptr = devpriv->ai_poll_ptr;
438 transfer_from_dma_buf(dev, s, ptr, bufptr, len);
362 transfer_from_dma_buf(struct comedi_device *dev, struct comedi_subdevice *s, short *ptr, unsigned int bufptr, unsigned int len) argument
H A Dpcl812.c1064 unsigned int bufptr, unsigned int len)
1071 comedi_buf_put(s->async, ptr[bufptr++]);
1098 int len, bufptr; local
1131 bufptr = devpriv->ai_poll_ptr;
1134 transfer_from_dma_buf(dev, s, ptr, bufptr, len);
1062 transfer_from_dma_buf(struct comedi_device *dev, struct comedi_subdevice *s, short *ptr, unsigned int bufptr, unsigned int len) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/nm256/
H A Dnm256.c196 void __iomem *bufptr; /* mapped pointer */ member in struct:nm256_stream
703 memset_io(s->bufptr + pos, 0, count);
718 if (copy_from_user_toio(s->bufptr + pos, src, count))
737 if (copy_to_user_fromio(dst, s->bufptr + pos, count))
843 runtime->dma_area = (void __force *) s->bufptr;
939 s->bufptr = chip->buffer + (s->buf - chip->buffer_start);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/nm256/
H A Dnm256.c196 void __iomem *bufptr; /* mapped pointer */ member in struct:nm256_stream
703 memset_io(s->bufptr + pos, 0, count);
718 if (copy_from_user_toio(s->bufptr + pos, src, count))
737 if (copy_to_user_fromio(dst, s->bufptr + pos, count))
843 runtime->dma_area = (void __force *) s->bufptr;
939 s->bufptr = chip->buffer + (s->buf - chip->buffer_start);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/oss/
H A Dau1550_ac97.c993 char *bufptr = to_user ? db->nextOut : db->nextIn; local
997 if (bufptr + count > bufend) {
998 int partial = (int) (bufend - bufptr);
1001 bufptr, partial)) < 0)
1010 if ((cnt = translate_from_user(db, bufptr, userbuf,
1022 ret = translate_to_user(db, userbuf, bufptr, count);
1024 ret = translate_from_user(db, bufptr, userbuf, count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c1103 static __u32 sun4c_get_scsi_one(struct device *dev, char *bufptr, unsigned long len) argument
1107 page = ((unsigned long)bufptr) & PAGE_MASK;
1110 return (__u32)bufptr; /* already locked */
1112 return (__u32)sun4c_lockarea(bufptr, len);
1125 static void sun4c_release_scsi_one(struct device *dev, __u32 bufptr, unsigned long len) argument
1127 if (bufptr < sun4c_iobuffer_start)
1129 sun4c_unlockarea((char *)bufptr, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/oss/
H A Dau1550_ac97.c993 char *bufptr = to_user ? db->nextOut : db->nextIn; local
997 if (bufptr + count > bufend) {
998 int partial = (int) (bufend - bufptr);
1001 bufptr, partial)) < 0)
1010 if ((cnt = translate_from_user(db, bufptr, userbuf,
1022 ret = translate_to_user(db, userbuf, bufptr, count);
1024 ret = translate_from_user(db, bufptr, userbuf, count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/
H A Dsun4c.c1103 static __u32 sun4c_get_scsi_one(struct device *dev, char *bufptr, unsigned long len) argument
1107 page = ((unsigned long)bufptr) & PAGE_MASK;
1110 return (__u32)bufptr; /* already locked */
1112 return (__u32)sun4c_lockarea(bufptr, len);
1125 static void sun4c_release_scsi_one(struct device *dev, __u32 bufptr, unsigned long len) argument
1127 if (bufptr < sun4c_iobuffer_start)
1129 sun4c_unlockarea((char *)bufptr, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dtarget.c917 char *bufptr; local
925 bufptr = buffer;
947 if (bufptr - buffer + tlen > buffer_allocated)
950 bytes = bufptr - buffer;
953 bufptr = buffer + bytes;
958 *bufptr++ = buf[i + offset];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dtarget.c917 char *bufptr; local
925 bufptr = buffer;
947 if (bufptr - buffer + tlen > buffer_allocated)
950 bytes = bufptr - buffer;
953 bufptr = buffer + bytes;
958 *bufptr++ = buf[i + offset];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dtarget.c917 char *bufptr; local
925 bufptr = buffer;
947 if (bufptr - buffer + tlen > buffer_allocated)
950 bytes = bufptr - buffer;
953 bufptr = buffer + bytes;
958 *bufptr++ = buf[i + offset];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dinitio.c1126 scb->bufptr = scb->senseptr;
1601 scb->bufptr += ((u32) (i - scb->sgidx) << 3);
1613 scb->bufptr += (u32) xcnt;
1712 outl(scb->bufptr, host->addr + TUL_XAddH);
1716 outl(scb->bufptr, host->addr + TUL_XAddH);
1744 outl(scb->bufptr, host->addr + TUL_XAddH);
1748 outl(scb->bufptr, host->addr + TUL_XAddH);
2605 cblk->bufptr = (u32)dma_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c1126 scb->bufptr = scb->senseptr;
1601 scb->bufptr += ((u32) (i - scb->sgidx) << 3);
1613 scb->bufptr += (u32) xcnt;
1712 outl(scb->bufptr, host->addr + TUL_XAddH);
1716 outl(scb->bufptr, host->addr + TUL_XAddH);
1744 outl(scb->bufptr, host->addr + TUL_XAddH);
1748 outl(scb->bufptr, host->addr + TUL_XAddH);
2605 cblk->bufptr = (u32)dma_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Damd5536udc.h472 u32 bufptr; member in struct:udc_data_dma
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/e1000e/
H A Dlib.c2432 u8 *bufptr = buffer; local
2448 *(tmp + j) = *bufptr++;
2468 *(tmp + j) = *bufptr++;
2477 *(tmp + j) = *bufptr++;

Completed in 227 milliseconds

12345