Searched refs:txbuf (Results 76 - 91 of 91) sorted by relevance

1234

/linux-master/drivers/video/backlight/
H A Dhx8357.c213 u8 *txbuf, u16 txlen,
234 local_txbuf[i] = txbuf[i];
212 hx8357_spi_write_then_read(struct lcd_device *lcdev, u8 *txbuf, u16 txlen, u8 *rxbuf, u16 rxlen) argument
/linux-master/drivers/staging/fbtft/
H A Dfbtft.h161 * @txbuf.buf: Transmit buffer
162 * @txbuf.len: Transmit buffer length
201 } txbuf; member in struct:fbtft_par
H A Dfb_agm1264k-fl.c281 u8 *buf = par->txbuf.buf;
/linux-master/drivers/net/ethernet/sun/
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);
/linux-master/drivers/spi/
H A Dspi-mxic.c342 static int mxic_spi_data_xfer(struct mxic_spi *mxic, const void *txbuf, argument
356 if (txbuf)
357 memcpy(&data, txbuf + pos, nbytes);
H A Dspi.c4639 * @txbuf: data to be written (need not be DMA-safe)
4640 * @n_tx: size of txbuf, in bytes
4646 * device, sending txbuf and then reading rxbuf. The return value
4657 const void *txbuf, unsigned n_tx,
4693 memcpy(local_buf, txbuf, n_tx);
4656 spi_write_then_read(struct spi_device *spi, const void *txbuf, unsigned n_tx, void *rxbuf, unsigned n_rx) argument
/linux-master/include/linux/spi/
H A Dspi.h1468 /* This copies txbuf and rxbuf data; for small transfers only! */
1470 const void *txbuf, unsigned n_tx,
/linux-master/drivers/media/rc/
H A Dite-cir.c331 static int ite_tx_ir(struct rc_dev *rcdev, unsigned *txbuf, unsigned n) argument
370 remaining_us = *(txbuf++);
H A Dmceusb.c921 * u32 txbuf[] consists of IR pulse, space, ..., and pulse times in usec.
923 * The first IR sample, txbuf[0], is always a pulse.
932 static int mceusb_tx_ir(struct rc_dev *dev, unsigned *txbuf, unsigned count) argument
947 irsample = txbuf[i] / MCE_TIME_UNIT;
/linux-master/drivers/tty/serial/
H A Dmax310x.c638 static void max310x_batch_write(struct uart_port *port, u8 *txbuf, unsigned int len) argument
642 regmap_noinc_write(one->regmap, MAX310X_THR_REG, txbuf, len);
H A Dsc16is7xx.c383 static void sc16is7xx_fifo_write(struct uart_port *port, u8 *txbuf, u8 to_send) argument
394 regmap_noinc_write(one->regmap, SC16IS7XX_THR_REG, txbuf, to_send);
/linux-master/drivers/staging/media/av7110/
H A Dav7110.c464 u32 rxbuf, txbuf; local
485 txbuf = irdebi(av7110, DEBINOSWAP, TX_BUFF, 0, 2);
566 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len);
601 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len);
627 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE+txbuf, len);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c416 if (unlikely(list_empty(&sc->tx.txbuf))) {
421 bf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list);
432 list_add_tail(&bf->list, &sc->tx.txbuf);
2564 list_splice_tail_init(bf_q, &sc->tx.txbuf);
2847 error = ath_descdma_setup(sc, &sc->tx.txdma, &sc->tx.txbuf,
H A Dath9k.h291 struct list_head txbuf; member in struct:ath_tx
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dath5k.h1315 struct list_head txbuf; /* transmit buffer */ member in struct:ath5k_hw
1317 unsigned int txbuf_len; /* buf count in txbuf list */
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1912 } txbuf; member in struct:ath10k_htt

Completed in 254 milliseconds

1234