Searched refs:tx_buf (Results 1 - 25 of 152) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c130 struct tx_buf *tx_buf = (struct tx_buf *) urb->context; local
134 if (!tx_buf || !tx_buf->hif_dev)
137 hif_dev = tx_buf->hif_dev;
149 ath9k_skb_queue_purge(hif_dev, &tx_buf->skb_queue);
180 ath9k_skb_queue_purge(hif_dev, &tx_buf->skb_queue);
186 while ((skb = __skb_dequeue(&tx_buf->skb_queue)) != NULL) {
194 tx_buf
210 struct tx_buf *tx_buf = NULL; local
328 struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; local
606 struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; local
634 struct tx_buf *tx_buf; local
[all...]
H A Dhif_usb.h53 struct tx_buf { struct
71 struct list_head tx_buf; member in struct:hif_usb_tx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dab8500-spi.c37 ab8500->tx_buf[0] = spi_data;
40 xfer.tx_buf = ab8500->tx_buf;
59 ab8500->tx_buf[0] = spi_data;
62 xfer.tx_buf = ab8500->tx_buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dtx.c473 ptr = i2400m->tx_buf + i2400m->tx_in % I2400M_TX_BUF_SIZE;
509 struct i2400m_msg_hdr *msg = i2400m->tx_buf + tx_in;
590 tx_msg, (void *) tx_msg - i2400m->tx_buf);
665 "size %lu aligned_size %zu tx_buf %p in "
668 aligned_size, i2400m->tx_buf, i2400m->tx_in,
734 /* If tx_buf is NULL, device is shutdown */
735 if (i2400m->tx_buf == NULL) {
793 (void *)tx_msg - i2400m->tx_buf, (size_t)tx_msg->size,
794 num_pls+1, ptr - i2400m->tx_buf, buf_len, padded_len);
848 if (i2400m->tx_buf
967 void *tx_buf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dad7879-spi.c52 u16 cmd, u8 count, u16 *tx_buf, u16 *rx_buf)
72 command[1] = *tx_buf;
73 tx_buf = &command[1];
79 xfers[0].tx_buf = command;
87 if (tx_buf)
88 xfers[idx].tx_buf = &tx_buf[idx];
51 ad7879_spi_xfer(struct spi_device *spi, u16 cmd, u8 count, u16 *tx_buf, u16 *rx_buf) argument
H A Dads7846.c223 req->xfer[0].tx_buf = &req->ref_on;
237 req->xfer[2].tx_buf = &req->command;
249 req->xfer[4].tx_buf = &req->ref_off;
288 req->xfer[0].tx_buf = req->command;
1048 x->tx_buf = &packet->read_y_cmd[0];
1055 x->tx_buf = &packet->read_y;
1073 x->tx_buf = &packet->read_y;
1094 x->tx_buf = &packet->read_x_cmd[0];
1102 x->tx_buf = &packet->read_x;
1117 x->tx_buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dmax1111.c41 uint8_t *tx_buf; member in struct:max1111_data
51 data->tx_buf[0] = (channel << MAX1111_CTRL_SEL_SH) |
131 data->tx_buf = kmalloc(MAX1111_TX_BUF_SIZE, GFP_KERNEL);
132 if (!data->tx_buf)
137 kfree(data->tx_buf);
146 x->tx_buf = &data->tx_buf[0];
204 kfree(data->tx_buf);
217 kfree(data->tx_buf);
H A Dadcxx.c66 u8 tx_buf[2]; local
77 tx_buf[0] = attr->index << 3; /* other bits are don't care */
78 status = spi_write_then_read(spi, tx_buf, sizeof(tx_buf),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_sh_msiof.c199 const void *tx_buf, void *rx_buf,
206 if (tx_buf)
223 const void *tx_buf, int words, int fs)
225 const unsigned char *buf_8 = tx_buf;
233 const void *tx_buf, int words, int fs)
235 const unsigned short *buf_16 = tx_buf;
243 const void *tx_buf, int words, int fs)
245 const unsigned short *buf_16 = tx_buf;
253 const void *tx_buf, int words, int fs)
255 const unsigned int *buf_32 = tx_buf;
198 sh_msiof_spi_set_mode_regs(struct sh_msiof_spi_priv *p, const void *tx_buf, void *rx_buf, int bits, int words) argument
222 sh_msiof_spi_write_fifo_8(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
232 sh_msiof_spi_write_fifo_16(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
242 sh_msiof_spi_write_fifo_16u(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
252 sh_msiof_spi_write_fifo_32(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
262 sh_msiof_spi_write_fifo_32u(struct sh_msiof_spi_priv *p, const void *tx_buf, int words, int fs) argument
392 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) argument
[all...]
H A Dorion_spi.c182 const u8 **tx_buf, u8 **rx_buf)
195 if (tx_buf && *tx_buf)
196 writel(*(*tx_buf)++, tx_reg);
213 const u16 **tx_buf, u16 **rx_buf)
226 if (tx_buf && *tx_buf)
227 writel(__cpu_to_le16(get_unaligned((*tx_buf)++)), tx_reg);
254 const u8 *tx = xfer->tx_buf;
263 const u16 *tx = xfer->tx_buf;
181 orion_spi_write_read_8bit(struct spi_device *spi, const u8 **tx_buf, u8 **rx_buf) argument
212 orion_spi_write_read_16bit(struct spi_device *spi, const u16 **tx_buf, u16 **rx_buf) argument
[all...]
H A Domap_spi_100k.c231 tx = xfer->tx_buf;
234 if (xfer->tx_buf != NULL)
244 tx = xfer->tx_buf;
247 if (xfer->tx_buf != NULL)
257 tx = xfer->tx_buf;
260 if (xfer->tx_buf != NULL)
367 if (t->tx_buf == NULL && t->rx_buf == NULL && t->len) {
451 const void *tx_buf = t->tx_buf; local
456 || (len && !(rx_buf || tx_buf))
[all...]
H A Dmpc52xx_spi.c88 const u8 *tx_buf; member in struct:mpc52xx_spi
116 ms->tx_buf = ms->transfer->tx_buf;
126 if (ms->tx_buf)
127 out_8(ms->regs + SPI_DATA, *ms->tx_buf++);
229 if (ms->tx_buf)
230 data = *(ms->tx_buf - 1);
259 if (ms->tx_buf)
260 out_8(ms->regs + SPI_DATA, *ms->tx_buf++);
H A Dbcm5301x_spi.c140 const uint8_t *tx_buf = t->tx_buf; local
142 if (tx_buf) {
143 W_REG(SI_OSH, &cc->gsiodata, tx_buf[i]);
H A Domap2_mcspi.c325 tx = xfer->tx_buf;
482 tx = xfer->tx_buf;
536 tx = xfer->tx_buf;
589 tx = xfer->tx_buf;
899 if (t->tx_buf == NULL && t->rx_buf == NULL && t->len) {
921 if (t->tx_buf == NULL)
926 if (cd && cd->turbo_mode && t->tx_buf == NULL) {
938 if (t->tx_buf == NULL)
1000 const void *tx_buf = t->tx_buf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dipheth.c111 unsigned char *tx_buf; member in struct:ipheth_device
125 u8 *tx_buf = NULL; local
136 tx_buf = usb_alloc_coherent(iphone->udev, IPHETH_BUF_SIZE,
138 if (tx_buf == NULL)
149 iphone->tx_buf = tx_buf;
154 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, tx_buf,
168 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, iphone->tx_buf,
372 memcpy(dev->tx_buf, skb->data, skb->len);
374 memset(dev->tx_buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_spi.c70 t.tx_buf = cmd;
124 t.tx_buf = cmd;
158 t[0].tx_buf = cmd;
195 t[0].tx_buf = cmd;
199 t[1].tx_buf = buf;
H A Dwl1271_spi.c103 t.tx_buf = cmd;
158 t.tx_buf = cmd;
224 t[0].tx_buf = cmd;
277 t[0].tx_buf = cmd;
281 t[1].tx_buf = buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dkxsd9.c85 .tx_buf = st->tx,
135 .tx_buf = st->tx,
141 .tx_buf = st->tx,
200 .tx_buf = st->tx,
289 xfers[0].tx_buf = tx;
290 xfers[1].tx_buf = tx2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/adc/
H A Dmax1363_core.c168 u8 *tx_buf = kmalloc(2, GFP_KERNEL); local
170 if (!tx_buf)
172 tx_buf[0] = d1;
173 tx_buf[1] = d2;
175 ret = i2c_master_send(client, tx_buf, 2);
176 kfree(tx_buf);
1232 u8 *tx_buf; local
1266 tx_buf = kmalloc(len, GFP_KERNEL);
1267 if (!tx_buf) {
1271 tx_buf[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/spi/
H A Dspidev.h54 * @tx_buf: Holds pointer to userspace buffer with transmit data, or null.
86 __u64 tx_buf; member in struct:spi_ioc_transfer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_it87.c213 int *tx_buf; local
217 tx_buf = memdup_user(buf, n);
218 if (IS_ERR(tx_buf))
219 return PTR_ERR(tx_buf);
225 if (tx_buf[i])
226 send_pulse(tx_buf[i]);
230 if (tx_buf[i])
231 send_space(tx_buf[i]);
234 terminate_send(tx_buf[i - 1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dcppi_dma.h23 u32 tx_buf; member in struct:cppi_tx_stateram
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/adis16255/
H A Dadis16255.c113 xfer1.tx_buf = buf;
118 xfer2.tx_buf = rx + 2;
169 xfer1.tx_buf = buf;
174 xfer2.tx_buf = buf+2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dab8500.h91 * @tx_buf: tx buf for SPI
106 unsigned long tx_buf[4]; member in struct:ab8500
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dn_r3964.h167 * Header of received block in rx_buf/tx_buf:
206 unsigned char *tx_buf; member in struct:r3964_info

Completed in 382 milliseconds

1234567