Searched defs:tx_buf (Results 1 - 100 of 100) sorted by relevance

/linux-4.4.14/drivers/mfd/
H A Dtps65912-spi.c35 u32 tx_buf; tps65912_spi_write() local
61 u32 tx_buf, rx_buf; tps65912_spi_read() local
/linux-4.4.14/drivers/staging/gdm72xx/
H A Dsdio_boot.c40 static u8 *tx_buf; variable
H A Dusb_boot.c75 static u8 *tx_buf; variable
/linux-4.4.14/drivers/hwmon/
H A Dadcxx.c66 u8 tx_buf[2]; adcxx_read() local
H A Dmax1111.c44 uint8_t tx_buf[MAX1111_TX_BUF_SIZE]; member in struct:max1111_data
/linux-4.4.14/sound/soc/blackfin/
H A Dbf6xx-sport.h45 unsigned char *tx_buf; member in struct:sport_device
H A Dbf5xx-sport.h51 unsigned char *tx_buf; member in struct:sport_device
/linux-4.4.14/drivers/spi/
H A Dspi-clps711x.c35 u8 *tx_buf; member in struct:spi_clps711x_data
H A Dspi-octeon.c59 const u8 *tx_buf; octeon_spi_do_transfer() local
H A Dspi-rb4xx.c105 const u8 *tx_buf; rb4xx_transfer_one() local
H A Dspi-mpc512x-psc.c160 u8 *tx_buf = (u8 *)t->tx_buf; mpc512x_psc_spi_transfer_rxtx() local
H A Dspi-mpc52xx-psc.c140 unsigned char *tx_buf = (unsigned char *)t->tx_buf; mpc52xx_psc_spi_transfer_rxtx() local
H A Dspi-mpc52xx.c87 const u8 *tx_buf; member in struct:mpc52xx_spi
H A Dspi-sun4i.c84 const u8 *tx_buf; member in struct:sun4i_spi
H A Dspidev.c215 u8 *tx_buf, *rx_buf; spidev_message() local
H A Dspi-bcm2835.c87 const u8 *tx_buf; member in struct:bcm2835_spi
H A Dspi-bcm2835aux.c103 const u8 *tx_buf; member in struct:bcm2835aux_spi
H A Dspi-efm32.c85 const u8 *tx_buf; member in struct:efm32_spi_ddata
H A Dspi-orion.c309 orion_spi_write_read_8bit(struct spi_device *spi, const u8 **tx_buf, u8 **rx_buf) orion_spi_write_read_8bit() argument
340 orion_spi_write_read_16bit(struct spi_device *spi, const u16 **tx_buf, u16 **rx_buf) orion_spi_write_read_16bit() argument
H A Dspi-sun6i.c90 const u8 *tx_buf; member in struct:sun6i_spi
H A Dspi-xlp.c100 const u8 *tx_buf; /* tx data buffer */ member in struct:xlp_spi_priv
331 const unsigned char *tx_buf; xlp_spi_txrx_bufs() local
277 xlp_spi_xfer_block(struct xlp_spi_priv *xs, const unsigned char *tx_buf, unsigned char *rx_buf, int xfer_len, int cmd_cont) xlp_spi_xfer_block() argument
H A Dspi-adi-v3.c446 void *tx_buf, *rx_buf; adi_spi_dma_xfer() local
H A Dspi-fsl-espi.c42 const void *tx_buf; member in struct:fsl_espi_transfer
H A Dspi-img-spfi.c238 const void *tx_buf = xfer->tx_buf; img_spfi_start_pio() local
H A Dspi-tegra20-sflash.c189 u8 *tx_buf = (u8 *)t->tx_buf + tsd->cur_tx_pos; tegra_sflash_fill_tx_fifo_from_client_txbuf() local
H A Dspi-imx.c100 const void *tx_buf; member in struct:spi_imx_data
H A Dspi-omap2-mcspi.c1253 const void *tx_buf = t->tx_buf; omap2_mcspi_transfer_one() local
H A Dspi-qup.c249 const u8 *tx_buf = xfer->tx_buf; spi_qup_fifo_write() local
H A Dspi-sh-msiof.c833 const void *tx_buf = t->tx_buf; sh_msiof_transfer_one() local
357 sh_msiof_spi_set_mode_regs(struct sh_msiof_spi_priv *p, const void *tx_buf, void *rx_buf, u32 bits, u32 words) sh_msiof_spi_set_mode_regs() argument
377 sh_msiof_spi_write_fifo_8(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) sh_msiof_spi_write_fifo_8() argument
387 sh_msiof_spi_write_fifo_16(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) sh_msiof_spi_write_fifo_16() argument
397 sh_msiof_spi_write_fifo_16u(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) sh_msiof_spi_write_fifo_16u() argument
407 sh_msiof_spi_write_fifo_32(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) sh_msiof_spi_write_fifo_32() argument
417 sh_msiof_spi_write_fifo_32u(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) sh_msiof_spi_write_fifo_32u() argument
427 sh_msiof_spi_write_fifo_s32(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) sh_msiof_spi_write_fifo_s32() argument
437 sh_msiof_spi_write_fifo_s32u(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) sh_msiof_spi_write_fifo_s32u() argument
597 sh_msiof_spi_txrx_once(struct sh_msiof_spi_priv *p, void (*tx_fifo)(struct sh_msiof_spi_priv *, const void *, int, int), void (*rx_fifo)(struct sh_msiof_spi_priv *, void *, int, int), const void *tx_buf, void *rx_buf, int words, int bits) sh_msiof_spi_txrx_once() argument
H A Dspi-tegra114.c293 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; tegra_spi_fill_tx_fifo_from_client_txbuf() local
378 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; tegra_spi_copy_client_txbuf_to_spi_txbuf() local
H A Dspi-tegra20-slink.c310 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; tegra_slink_fill_tx_fifo_from_client_txbuf() local
388 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; tegra_slink_copy_client_txbuf_to_spi_txbuf() local
H A Dspi-topcliff-pch.c559 const u8 *tx_buf; pch_spi_set_tx() local
927 const u8 *tx_buf; pch_spi_handle_dma() local
/linux-4.4.14/drivers/input/touchscreen/
H A Dad7879-spi.c30 ad7879_spi_xfer(struct spi_device *spi, u16 cmd, u8 count, u16 *tx_buf, u16 *rx_buf) ad7879_spi_xfer() argument
H A Dwdt87xx_i2c.c222 u8 tx_buf[] = { 0x22, 0x00, 0x10, 0x0E, 0x23, 0x00 }; wdt87xx_get_desc() local
248 u8 tx_buf[] = { 0x22, 0x00, 0x13, 0x0E, str_idx, 0x23, 0x00 }; wdt87xx_get_string() local
280 u8 tx_buf[8]; wdt87xx_get_feature() local
320 u8 tx_buf[PKT_WRITE_SIZE]; wdt87xx_set_feature() local
/linux-4.4.14/drivers/usb/musb/
H A Dcppi_dma.h26 u32 tx_buf; member in struct:cppi_tx_stateram
/linux-4.4.14/drivers/tty/serial/cpm_uart/
H A Dcpm_uart.h74 unsigned char *tx_buf; member in struct:uart_cpm_port
/linux-4.4.14/drivers/staging/mt29f_spinand/
H A Dmt29f_spinand.h99 u8 *tx_buf; /* Tx buf */ member in struct:spinand_cmd
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-designware-core.h85 u8 *tx_buf; member in struct:dw_i2c_dev
/linux-4.4.14/drivers/iio/adc/
H A Dad7298.c55 __be16 tx_buf[2]; member in struct:ad7298_state
H A Dad7923.c70 __be16 tx_buf[4]; member in struct:ad7923_state
H A Dmax1363.c342 u8 tx_buf[2] = { st->setupbyte, st->configbyte }; max1363_write_basic_config() local
826 u8 *tx_buf; max1363_monitor_mode_update() local
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dsp8870.c103 u8 tx_buf[255]; sp8870_firmware_upload() local
/linux-4.4.14/drivers/net/wireless/p54/
H A Dp54pci.c244 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) p54p_check_tx_ring() argument
/linux-4.4.14/drivers/net/ethernet/microchip/
H A Dencx24j600-regmap.c75 u8 tx_buf[2]; regmap_encx24j600_sfr_read() local
H A Denc28j60.c91 u8 *tx_buf = priv->spi_transfer_buf; spi_read_buf() local
144 u8 tx_buf[2]; spi_read_op() local
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Dtx.c968 void *tx_buf; i2400m_tx_setup() local
H A Di2400m.h600 void *tx_buf; member in struct:i2400m
/linux-4.4.14/drivers/char/tpm/st33zp24/
H A Dspi.c70 u8 tx_buf[ST33ZP24_SPI_BUFFER_SIZE]; member in struct:st33zp24_spi_phy
117 u8 *tx_buf = (u8 *)phy->spi_xfer.tx_buf; st33zp24_spi_send() local
163 u8 *tx_buf = (u8 *)phy->spi_xfer.tx_buf; read8_reg() local
/linux-4.4.14/include/uapi/linux/spi/
H A Dspidev.h90 __u64 tx_buf; member in struct:spi_ioc_transfer
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/
H A Dpanel-tpo-td028ttec1.c70 u16 tx_buf = JBT_COMMAND | reg; jbt_ret_write_0() local
84 u16 tx_buf[2]; jbt_reg_write_1() local
100 u16 tx_buf[3]; jbt_reg_write_2() local
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A D11n.c220 struct host_cmd_ds_txbuf_cfg *tx_buf = &cmd->params.tx_buf; mwifiex_cmd_recfg_tx_buf() local
H A Dfw.h2134 struct host_cmd_ds_txbuf_cfg tx_buf; member in union:host_cmd_ds_command::__anon8544
/linux-4.4.14/drivers/net/usb/
H A Dipheth.c146 unsigned char *tx_buf; member in struct:ipheth_device
160 u8 *tx_buf = NULL; ipheth_alloc_urbs() local
H A Dcatc.c170 u8 tx_buf[2][TX_MAX_BURST * (PKT_SZ + 2)]; member in struct:catc
426 char *tx_buf; catc_start_xmit() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.h77 struct tx_buf { struct
95 struct list_head tx_buf; member in struct:hif_usb_tx
H A Dhif_usb.c252 struct tx_buf *tx_buf = (struct tx_buf *) urb->context; hif_usb_tx_cb() local
307 struct tx_buf *tx_buf = NULL; __hif_usb_tx() local
437 struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; hif_usb_stop() local
748 struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; ath9k_hif_usb_dealloc_tx_urbs() local
778 struct tx_buf *tx_buf; ath9k_hif_usb_alloc_tx_urbs() local
H A Dath9k.h238 unsigned long tx_buf[BITS_TO_LONGS(ATH_TID_MAX_BUFS)]; member in struct:ath_atx_tid
/linux-4.4.14/include/drm/
H A Ddrm_mipi_dsi.h41 const void *tx_buf; member in struct:mipi_dsi_msg
/linux-4.4.14/include/linux/
H A Dn_r3964.h153 unsigned char *tx_buf; member in struct:r3964_info
/linux-4.4.14/drivers/staging/iio/meter/
H A Dade7758.h129 unsigned char tx_buf[8]; member in struct:ade7758_state
/linux-4.4.14/drivers/net/caif/
H A Dcaif_hsi.c1265 u8 *tx_buf, *rx_buf, *flip_buf; cfhsi_close() local
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Datombios_dp.c166 u8 tx_buf[20]; radeon_dp_aux_transfer_atom() local
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Drtl8180.h44 __le32 tx_buf; member in struct:rtl8180_tx_desc
/linux-4.4.14/drivers/net/ethernet/amd/
H A Da2065.c100 char tx_buf[TX_RING_SIZE][TX_BUFF_SIZE]; member in struct:lance_init_block
H A D7990.h89 volatile char tx_buf[TX_RING_SIZE][TX_BUFF_SIZE]; member in struct:lance_init_block
H A Dsunlance.c229 u8 tx_buf [TX_RING_SIZE][TX_BUFF_SIZE]; member in struct:lance_init_block
/linux-4.4.14/include/net/caif/
H A Dcaif_hsi.h156 u8 *tx_buf; member in struct:cfhsi
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c133 u8 tx_buf[20]; amdgpu_atombios_dp_aux_transfer() local
/linux-4.4.14/sound/soc/codecs/
H A Dwm0010.c126 u8 *tx_buf; member in struct:wm0010_spi_msg
/linux-4.4.14/drivers/staging/media/lirc/
H A Dlirc_sir.c245 int *tx_buf; lirc_write() local
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dvmk80xx.c406 unsigned char *tx_buf = devpriv->usb_tx_buf; vmk80xx_do_insn_bits() local
574 unsigned char *tx_buf; vmk80xx_pwm_insn_read() local
607 unsigned char *tx_buf; vmk80xx_pwm_insn_write() local
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c155 struct i40e_tx_buffer *tx_buf; i40e_clean_tx_irq() local
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_ap.h58 struct sk_buff_head tx_buf; member in struct:sta_info
/linux-4.4.14/drivers/net/hamradio/
H A D6pack.c829 static int encode_sixpack(unsigned char *tx_buf, unsigned char *tx_buf_raw, encode_sixpack() argument
H A Ddmascc.c210 char tx_buf[NUM_TX_BUF][BUF_SIZE]; member in struct:scc_priv
H A Dyam.c137 unsigned char tx_buf[YAM_MAX_FRAME]; member in struct:yam_port
/linux-4.4.14/drivers/net/ethernet/
H A Dec_bhf.c152 struct bhf_dma tx_buf; member in struct:ec_bhf_priv
/linux-4.4.14/drivers/tty/serial/
H A Ducc_uart.c194 unsigned char *tx_buf; member in struct:uart_qe_port
/linux-4.4.14/drivers/media/i2c/cx25840/
H A Dcx25840-core.c112 u8 tx_buf[2], rx_buf[1]; cx25840_read() local
137 u8 tx_buf[2], rx_buf[4]; cx25840_read4() local
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c55 struct i40e_tx_buffer *tx_buf, *first; i40e_program_fdir_filter() local
637 struct i40e_tx_buffer *tx_buf; i40e_clean_tx_irq() local
H A Di40e_main.c3548 struct i40e_tx_buffer *tx_buf; i40e_clean_fdir_tx_irq() local
/linux-4.4.14/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h313 unsigned char *tx_buf[RX_DESC_NUM]; member in struct:moxart_mac_priv_t
/linux-4.4.14/drivers/net/ieee802154/
H A Dat86rf230.c376 u8 *tx_buf = ctx->buf; at86rf230_async_read_reg() local
/linux-4.4.14/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c166 void *tx_buf[TX_QUEUE_ENTRIES]; member in struct:ep93xx_priv
/linux-4.4.14/drivers/firmware/
H A Darm_scpi.c139 const void *tx_buf; member in struct:scpi_xfer
345 static int scpi_send_message(u8 cmd, void *tx_buf, unsigned int tx_len, scpi_send_message() argument
/linux-4.4.14/include/linux/spi/
H A Dspi.h681 const void *tx_buf; member in struct:spi_transfer
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunqe.h325 u8 tx_buf[TX_RING_SIZE][PKT_BUF_SZ]; member in struct:sunqe_buffers
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2442 struct sw_tx_bd *tx_buf; bnx2x_run_loopback() local
H A Dbnx2x_cmn.c201 struct sw_tx_bd *tx_buf = &txdata->tx_buf_ring[idx]; bnx2x_free_tx_pkt() local
3788 struct sw_tx_bd *tx_buf; bnx2x_start_xmit() local
3327 bnx2x_tx_split(struct bnx2x *bp, struct bnx2x_fp_txdata *txdata, struct sw_tx_bd *tx_buf, struct eth_tx_start_bd **tx_bd, u16 hlen, u16 bd_prod) bnx2x_tx_split() argument
/linux-4.4.14/include/linux/mfd/abx500/
H A Dab8500.h359 unsigned long tx_buf[4]; member in struct:ab8500
/linux-4.4.14/drivers/tty/
H A Dsynclink_gt.c317 unsigned char *tx_buf; member in struct:slgt_info
H A Dsynclinkmp.c167 unsigned char *tx_buf; member in struct:_synclinkmp_info
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-rhine.c456 unsigned char *tx_buf[TX_RING_SIZE]; member in struct:rhine_private
/linux-4.4.14/drivers/net/ethernet/realtek/
H A D8139too.c595 unsigned char *tx_buf[NUM_TX_DESC]; /* Tx bounce buffers */ member in struct:rtl8139_private
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c178 struct bnxt_sw_tx_bd *tx_buf; bnxt_start_xmit() local
429 struct bnxt_sw_tx_bd *tx_buf; bnxt_tx_int() local
1463 struct bnxt_sw_tx_bd *tx_buf = &txr->tx_buf_ring[j]; bnxt_free_tx_skbs() local
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c1433 const char *tx_buf = msg->tx_buf; exynos_dsi_host_transfer() local
/linux-4.4.14/drivers/char/pcmcia/
H A Dsynclink_cs.c150 unsigned char *tx_buf; member in struct:_mgslpc_info
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbnx2.c2861 struct bnx2_sw_tx_bd *tx_buf; bnx2_tx_int() local
2894 struct bnx2_sw_tx_bd *tx_buf; bnx2_tx_int() local
5432 struct bnx2_sw_tx_bd *tx_buf = &txr->tx_buf_ring[j]; bnx2_free_tx_skbs() local
6586 struct bnx2_sw_tx_bd *tx_buf; bnx2_start_xmit() local
/linux-4.4.14/drivers/net/ethernet/qlogic/
H A Dqla3xxx.h1117 struct ql_tx_buf_cb tx_buf[NUM_REQ_Q_ENTRIES]; member in struct:ql3_adapter
/linux-4.4.14/drivers/atm/
H A Diphase.h1008 struct cpcs_trailer_desc *tx_buf; member in struct:iadev_priv

Completed in 3660 milliseconds