Searched refs:txbuf (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-rs5c348.c66 u8 txbuf[5+7], *txp; local
70 txp = txbuf;
71 txbuf[0] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */
72 txbuf[1] = 0; /* dummy */
73 txbuf[2] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */
74 txbuf[3] = 0; /* dummy */
75 txbuf[4] = RS5C348_CMD_MW(RS5C348_REG_SECS); /* cmd, sec, ... */
76 txp = &txbuf[5];
92 ret = spi_write_then_read(spi, txbuf, sizeof(txbuf), NUL
102 u8 txbuf[5], rxbuf[7]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Darcnet.c600 int txbuf; local
629 txbuf = get_arcbuf(dev);
631 txbuf = -1;
633 if (txbuf != -1) {
634 if (proto->prepare_tx(dev, pkt, skb->len, txbuf) &&
649 proto->continue_tx(dev, txbuf)) {
657 lp->next_tx = txbuf;
894 int txbuf = get_arcbuf(dev); local
895 if (txbuf != -1) {
896 if (lp->outgoing.proto->continue_tx(dev, txbuf)) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dncp_fs_sb.h53 unsigned char *txbuf; /* Storage for current request */ member in struct:ncp_server
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dzd1201.c787 unsigned char *txbuf = zd->txdata; local
803 txbuf[0] = 0xAA;
804 txbuf[1] = 0xAA;
805 txbuf[2] = 0x03;
806 txbuf[3] = 0x00; /* rfc1042 */
807 txbuf[4] = 0x00;
808 txbuf[5] = 0x00;
810 skb_copy_from_linear_data_offset(skb, 12, txbuf + 6, skb->len - 12);
812 txbuf[skb->len-12+6]=0;
813 skb_copy_from_linear_data(skb, txbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dcosa.c119 char *txbuf; /* Transmit buffer */
165 char *txbuf, *rxbuf;
952 kfree(chan->txbuf);
1274 chan->txbuf = buf;
1713 cosa->chan[cosa->txchan].txbuf, cosa->txsize)) {
1714 cosa->txbuf = cosa->chan[cosa->txchan].txbuf;
1716 memcpy(cosa->bouncebuf, cosa->chan[cosa->txchan].txbuf,
1718 cosa->txbuf = cosa->bouncebuf;
1764 unsigned long addr = virt_to_bus(cosa->txbuf);
118 char *txbuf; /* Transmit buffer */ member in struct:channel_data
164 char *txbuf, *rxbuf; member in struct:cosa_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspi.c555 * @txbuf: data to be written (need not be dma-safe)
556 * @n_tx: size of txbuf, in bytes
562 * device, sending txbuf and then reading rxbuf. The return value
572 const u8 *txbuf, unsigned n_tx,
608 memcpy(local_buf, txbuf, n_tx);
571 spi_write_then_read(struct spi_device *spi, const u8 *txbuf, unsigned n_tx, u8 *rxbuf, unsigned n_rx) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dinode.c575 server->txbuf = vmalloc(NCP_PACKET_SIZE);
576 if (server->txbuf == NULL)
675 vfree(server->txbuf);
733 vfree(server->txbuf);
H A Dsock.c320 memcpy(server->txbuf, req->tx_iov[1].iov_base, req->tx_iov[1].iov_len);
321 req->tx_iov[1].iov_base = server->txbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/spi/
H A Dspi.h603 /* this copies txbuf and rxbuf data; for small transfers only! */
605 const u8 *txbuf, unsigned n_tx,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunqe.c578 unsigned char *txbuf; local
588 txbuf = &qbufs->tx_buf[entry & (TX_RING_SIZE - 1)][0];
595 skb_copy_from_linear_data(skb, txbuf, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110.c467 u32 rxbuf, txbuf; local
488 txbuf = irdebi(av7110, DEBINOSWAP, TX_BUFF, 0, 2);
569 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len);
604 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len);
630 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE+txbuf, len);

Completed in 91 milliseconds