Searched refs:tx_buf (Results 51 - 75 of 152) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_s3c64xx.c259 if (xfer->tx_buf != NULL) {
269 unsigned char *buf = (unsigned char *) xfer->tx_buf;
517 if (xfer->tx_buf != NULL) {
519 (void *)xfer->tx_buf, xfer->len,
561 if (xfer->tx_buf != NULL
647 xfer->rx_buf ? 1 : 0, xfer->tx_buf ? 1 : 0,
653 if (xfer->tx_buf != NULL
H A Ddavinci_spi.c683 davinci_spi->tx = t->tx_buf;
716 if (t->tx_buf) {
830 davinci_spi->tx = t->tx_buf;
885 if (t->tx_buf) {
886 t->tx_dma = dma_map_single(&spi->dev, (void *)t->tx_buf, count,
923 if (t->tx_buf != NULL)
939 if ((t->tx_buf) || (t->rx_buf))
945 if ((t->rx_buf) || (t->tx_buf))
948 if (t->tx_buf)
1079 /* Allocate tmp_buf for tx_buf */
[all...]
H A Dep93xx_spi.c438 if (t->tx_buf)
439 tx_val = ((u16 *)t->tx_buf)[espi->tx];
445 if (t->tx_buf)
446 tx_val = ((u8 *)t->tx_buf)[espi->tx];
H A Dspi.c688 if (xfer->rx_buf && xfer->tx_buf)
690 if ((flags & SPI_MASTER_NO_TX) && xfer->tx_buf)
1000 x[0].tx_buf = local_buf;
1008 if (x[0].tx_buf == buf)
H A Dspi_stmp.c344 if (t->tx_buf) {
346 stmp_spi_txrx_pio(ss, cs, (void *)t->tx_buf,
348 stmp_spi_txrx_dma(ss, cs, (void *)t->tx_buf,
354 t->tx_buf, t->len);
H A Dau1550_spi.c362 hw->tx = t->tx_buf;
375 if (t->tx_buf) {
378 (void *)t->tx_buf,
409 if (!t->tx_buf) {
451 if (t->tx_buf && t->tx_dma == 0 )
554 hw->tx = t->tx_buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dks8851.c165 xfer->tx_buf = txb;
195 xfer->tx_buf = txb;
248 xfer->tx_buf = txb;
255 xfer->tx_buf = txb;
260 xfer->tx_buf = NULL;
427 xfer->tx_buf = txb;
433 xfer->tx_buf = NULL;
679 xfer->tx_buf = &ks->txh.txb[1];
684 xfer->tx_buf = txp->data;
H A D7990.h90 volatile char tx_buf [TX_RING_SIZE][TX_BUFF_SIZE]; member in struct:lance_init_block
H A Denc28j60.c91 u8 *tx_buf = priv->spi_transfer_buf; local
93 .tx_buf = tx_buf,
100 tx_buf[0] = ENC28J60_READ_BUF_MEM;
101 tx_buf[1] = tx_buf[2] = tx_buf[3] = 0; /* don't care */
144 u8 tx_buf[2]; local
154 tx_buf[0] = op | (addr & ADDR_MASK);
155 ret = spi_write_then_read(priv->spi, tx_buf,
[all...]
H A Dsunlance.c231 u8 tx_buf [TX_RING_SIZE][TX_BUFF_SIZE]; member in struct:lance_init_block
347 leptr = LANCE_ADDR(aib + libbuff_offset(tx_buf, i));
403 leptr = libbuff_offset(tx_buf, i);
892 u16 __iomem *packet = (u16 __iomem *) &(ib->tx_buf[entry][0]);
905 u16 *packet = (u16 *) &(ib->tx_buf[entry][0]);
1133 lance_piocopy_from_skb(&ib->tx_buf[entry][0], skb->data, skblen);
1135 lance_piozero(&ib->tx_buf[entry][skblen], len - skblen);
1141 skb_copy_from_linear_data(skb, &ib->tx_buf [entry][0], skblen);
1143 memset((char *) &ib->tx_buf [entry][skblen], 0, len - skblen);
H A D7990.c181 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
567 memset((void *)&ib->tx_buf[entry][0], 0, ETH_ZLEN);
568 skb_copy_from_linear_data(skb, (void *)&ib->tx_buf[entry][0], skblen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dsst25l.c86 t.tx_buf = cmd_resp;
246 transfer[0].tx_buf = command;
356 t.tx_buf = cmd_resp;
H A Dmtd_dataflash.c168 x.tx_buf = command = priv->command;
263 x[0].tx_buf = command;
330 x[0].tx_buf = command = priv->command;
392 x[1].tx_buf = writebuf;
498 t.tx_buf = scratch;
580 t.tx_buf = scratch;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dadis16240_core.c74 .tx_buf = st->tx,
80 .tx_buf = st->tx + 2,
120 .tx_buf = st->tx,
H A Dlis3l02dq_core.c57 .tx_buf = st->tx,
94 .tx_buf = st->tx,
130 .tx_buf = st->tx,
135 .tx_buf = st->tx + 2,
175 .tx_buf = st->tx,
181 .tx_buf = st->tx + 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-cache.c76 t.tx_buf = &msg[0];
146 t.tx_buf = &msg[0];
404 t.tx_buf = &msg[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54spi.c70 t[0].tx_buf = &addr;
95 t[0].tx_buf = &addr;
99 t[1].tx_buf = buf;
107 t[2].tx_buf = &last_word;
H A Dp54pci.c242 struct sk_buff **tx_buf)
257 skb = tx_buf[i];
258 tx_buf[i] = NULL;
240 p54p_check_tx_ring(struct ieee80211_hw *dev, u32 *index, int ring_index, struct p54p_desc *ring, u32 ring_limit, struct sk_buff **tx_buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dusb-tx.c156 (void *) tx_msg - i2400m->tx_buf,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.h58 struct sk_buff_head tx_buf; member in struct:sta_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart_cpm2.c156 pinfo->tx_buf = pinfo->rx_buf + L1_CACHE_ALIGN(pinfo->rx_nrfifos
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/spi/
H A Dspidev_test.c52 .tx_buf = (unsigned long)tx,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97.c149 nextwrite = (struct ac97_frame *)(sport->tx_buf +
151 pr_debug("sport->tx_buf:%p, nextfrag:0x%x nextwrite:%p, cmd_count:%d\n",
152 sport->tx_buf, nextfrag, nextwrite, cmd_count[nextfrag]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dep93xx_eth.c166 void *tx_buf[TX_QUEUE_ENTRIES]; member in struct:ep93xx_priv
372 skb_copy_and_csum_dev(skb, ep->tx_buf[entry]);
488 if (ep->tx_buf[i] != NULL)
489 free_page((unsigned long)ep->tx_buf[i]);
546 ep->tx_buf[i] = page;
549 ep->tx_buf[i + 1] = page + PKT_BUF_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_r3964.c969 pInfo->tx_buf = kmalloc(TX_BUF_SIZE, GFP_KERNEL);
970 TRACE_M("r3964_open - tx_buf kmalloc %p", pInfo->tx_buf);
972 if (!pInfo->tx_buf) {
1052 kfree(pInfo->tx_buf);
1053 TRACE_M("r3964_close - tx_buf kfree %p", pInfo->tx_buf);

Completed in 247 milliseconds

1234567