Searched refs:txbuf (Results 26 - 40 of 40) sorted by relevance

12

/drivers/video/backlight/
H A Dhx8357.c215 u8 *txbuf, u16 txlen,
236 local_txbuf[i] = txbuf[i];
214 hx8357_spi_write_then_read(struct lcd_device *lcdev, u8 *txbuf, u16 txlen, u8 *rxbuf, u16 rxlen) argument
/drivers/net/wireless/ath/ath10k/
H A Dcore.h73 struct ath10k_htt_txbuf *txbuf; member in struct:ath10k_skb_cb::__anon4164
/drivers/hid/
H A Dhid-rmi.c166 u8 txbuf[2] = {RMI_SET_RMI_MODE_REPORT_ID, mode}; local
168 ret = hid_hw_raw_request(hdev, RMI_SET_RMI_MODE_REPORT_ID, txbuf,
169 sizeof(txbuf), HID_FEATURE_REPORT, HID_REQ_SET_REPORT);
/drivers/mtd/spi-nor/
H A Dfsl-quadspi.c524 u8 opcode, unsigned int to, u32 *txbuf,
539 tmp = fsl_qspi_endian_xchg(q, *txbuf);
541 txbuf++;
523 fsl_qspi_nor_write(struct fsl_qspi *q, struct spi_nor *nor, u8 opcode, unsigned int to, u32 *txbuf, unsigned count, size_t *retlen) argument
/drivers/net/ethernet/sun/
H A Dsunqe.c576 unsigned char *txbuf; local
586 txbuf = &qbufs->tx_buf[entry & (TX_RING_SIZE - 1)][0];
593 skb_copy_from_linear_data(skb, txbuf, len);
/drivers/tty/serial/
H A Dmfd.c87 struct hsu_dma_buffer txbuf; member in struct:uart_hsu_port
299 struct hsu_dma_buffer *dbuf = &up->txbuf;
831 dbuf = &up->txbuf;
/drivers/media/rc/
H A Dnuvoton-cir.c547 static int nvt_tx_ir(struct rc_dev *dev, unsigned *txbuf, unsigned n) argument
560 memcpy(nvt->tx.buf, txbuf, nvt->tx.buf_count);
H A Dite-cir.c385 static int ite_tx_ir(struct rc_dev *rcdev, unsigned *txbuf, unsigned n) argument
427 remaining_us = *(txbuf++);
/drivers/staging/dgnc/
H A Ddgnc_tty.c3157 buf.txbuf = (ch->ch_w_head - ch->ch_w_tail) & WQUEUEMASK;
3162 count = buf.txbuf + ch->ch_bd->bd_ops->get_uart_bytes_left(ch);
3178 if (buf.txbuf > tdist)
3179 buf.txbuf = tdist;
/drivers/gpu/drm/i915/
H A Dintel_dp.c839 uint8_t txbuf[20], rxbuf[20]; local
843 txbuf[0] = msg->request << 4;
844 txbuf[1] = msg->address >> 8;
845 txbuf[2] = msg->address & 0xff;
846 txbuf[3] = msg->size - 1;
857 memcpy(txbuf + HEADER_SIZE, msg->buffer, msg->size);
859 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
876 ret = intel_dp_aux_ch(intel_dp, txbuf, txsize, rxbuf, rxsize);
/drivers/media/pci/ttpci/
H A Dav7110.c497 u32 rxbuf, txbuf; local
518 txbuf = irdebi(av7110, DEBINOSWAP, TX_BUFF, 0, 2);
599 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len);
634 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE + txbuf, len);
660 start_debi_dma(av7110, DEBI_WRITE, DPRAM_BASE+txbuf, len);
/drivers/net/wireless/ath/ath9k/
H A Dxmit.c367 if (unlikely(list_empty(&sc->tx.txbuf))) {
372 bf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list);
383 list_add_tail(&bf->list, &sc->tx.txbuf);
2483 list_splice_tail_init(bf_q, &sc->tx.txbuf);
2750 error = ath_descdma_setup(sc, &sc->tx.txdma, &sc->tx.txbuf,
H A Dath9k.h299 struct list_head txbuf; member in struct:ath_tx
/drivers/spi/
H A Dspi.c2234 * @txbuf: data to be written (need not be dma-safe)
2235 * @n_tx: size of txbuf, in bytes
2241 * device, sending txbuf and then reading rxbuf. The return value
2251 const void *txbuf, unsigned n_tx,
2286 memcpy(local_buf, txbuf, n_tx);
2250 spi_write_then_read(struct spi_device *spi, const void *txbuf, unsigned n_tx, void *rxbuf, unsigned n_rx) argument
/drivers/net/wireless/ath/ath5k/
H A Dath5k.h1313 struct list_head txbuf; /* transmit buffer */ member in struct:ath5k_hw
1315 unsigned int txbuf_len; /* buf count in txbuf list */

Completed in 1198 milliseconds

12