Home
last modified time | relevance | path

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

12345678910>>...31

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c226 * @tx_buf: Tx buffer to clean
230 ice_clean_xdp_tx_buf(struct device *dev, struct ice_tx_buf *tx_buf, in ice_clean_xdp_tx_buf() argument
233 dma_unmap_single(dev, dma_unmap_addr(tx_buf, dma), in ice_clean_xdp_tx_buf()
234 dma_unmap_len(tx_buf, len), DMA_TO_DEVICE); in ice_clean_xdp_tx_buf()
235 dma_unmap_len_set(tx_buf, len, 0); in ice_clean_xdp_tx_buf()
237 switch (tx_buf->type) { in ice_clean_xdp_tx_buf()
239 page_frag_free(tx_buf->raw_buf); in ice_clean_xdp_tx_buf()
242 xdp_return_frame_bulk(tx_buf->xdpf, bq); in ice_clean_xdp_tx_buf()
246 tx_buf->type = ICE_TX_BUF_EMPTY; in ice_clean_xdp_tx_buf()
266 idx = xdp_ring->tx_buf[nt in ice_clean_xdp_irq()
284 struct ice_tx_buf *tx_buf = &xdp_ring->tx_buf[ntc]; ice_clean_xdp_irq() local
337 struct ice_tx_buf *tx_buf; __ice_xmit_xdp_ring() local
450 struct ice_tx_buf *tx_buf = &xdp_ring->tx_buf[first_idx]; ice_finalize_xdp_rx() local
[all...]
H A Dice_txrx.c36 struct ice_tx_buf *tx_buf, *first; in ice_prgm_fdir_fltr() local
68 first = &tx_ring->tx_buf[i]; in ice_prgm_fdir_fltr()
75 tx_buf = &tx_ring->tx_buf[i]; in ice_prgm_fdir_fltr()
80 memset(tx_buf, 0, sizeof(*tx_buf)); in ice_prgm_fdir_fltr()
81 dma_unmap_len_set(tx_buf, len, ICE_FDIR_MAX_RAW_PKT_SIZE); in ice_prgm_fdir_fltr()
82 dma_unmap_addr_set(tx_buf, dma, dma); in ice_prgm_fdir_fltr()
88 tx_buf->type = ICE_TX_BUF_DUMMY; in ice_prgm_fdir_fltr()
89 tx_buf in ice_prgm_fdir_fltr()
113 ice_unmap_and_free_tx_buf(struct ice_tx_ring *ring, struct ice_tx_buf *tx_buf) ice_unmap_and_free_tx_buf() argument
224 struct ice_tx_buf *tx_buf; ice_clean_tx_irq() local
640 struct ice_tx_buf *tx_buf; ice_xdp_xmit() local
1648 struct ice_tx_buf *tx_buf; ice_tx_map() local
2508 struct ice_tx_buf *tx_buf; ice_clean_ctrl_tx_irq() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c257 struct tx_buf *tx_buf = (struct tx_buf *) urb->context; in hif_usb_tx_cb() local
261 if (!tx_buf || !tx_buf->hif_dev) in hif_usb_tx_cb()
264 hif_dev = tx_buf->hif_dev; in hif_usb_tx_cb()
282 ath9k_skb_queue_purge(hif_dev, &tx_buf->skb_queue); in hif_usb_tx_cb()
293 ath9k_skb_queue_complete(hif_dev, &tx_buf->skb_queue, txok); in hif_usb_tx_cb()
296 tx_buf->len = tx_buf in hif_usb_tx_cb()
312 struct tx_buf *tx_buf = NULL; __hif_usb_tx() local
441 struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; hif_usb_stop() local
810 struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; ath9k_hif_usb_dealloc_tx_urbs() local
846 struct tx_buf *tx_buf; ath9k_hif_usb_alloc_tx_urbs() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c255 struct tx_buf *tx_buf = (struct tx_buf *) urb->context; in hif_usb_tx_cb() local
259 if (!tx_buf || !tx_buf->hif_dev) in hif_usb_tx_cb()
262 hif_dev = tx_buf->hif_dev; in hif_usb_tx_cb()
280 ath9k_skb_queue_purge(hif_dev, &tx_buf->skb_queue); in hif_usb_tx_cb()
291 ath9k_skb_queue_complete(hif_dev, &tx_buf->skb_queue, txok); in hif_usb_tx_cb()
294 tx_buf->len = tx_buf in hif_usb_tx_cb()
310 struct tx_buf *tx_buf = NULL; __hif_usb_tx() local
439 struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; hif_usb_stop() local
808 struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; ath9k_hif_usb_dealloc_tx_urbs() local
844 struct tx_buf *tx_buf; ath9k_hif_usb_alloc_tx_urbs() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-loopback-test.c42 "is checked to match tx_buf after the spi_message " \
96 .tx_buf = TX(0),
110 .tx_buf = TX(PAGE_SIZE - 4),
123 .tx_buf = TX(0),
148 .tx_buf = TX(0),
152 .tx_buf = TX(SPI_TEST_MAX_SIZE_HALF),
165 .tx_buf = TX(64),
169 .tx_buf = TX(0),
183 .tx_buf = TX(0),
186 .tx_buf
712 u8 *tx_buf; spi_test_fill_pattern() local
[all...]
H A Dspi-cavium.c39 const u8 *tx_buf; in octeon_spi_do_transfer() local
68 tx_buf = xfer->tx_buf; in octeon_spi_do_transfer()
74 if (tx_buf) in octeon_spi_do_transfer()
75 d = *tx_buf++; in octeon_spi_do_transfer()
83 mpi_tx.s.txnum = tx_buf ? OCTEON_SPI_MAX_BYTES : 0; in octeon_spi_do_transfer()
98 if (tx_buf) in octeon_spi_do_transfer()
99 d = *tx_buf++; in octeon_spi_do_transfer()
111 mpi_tx.s.txnum = tx_buf ? len : 0; in octeon_spi_do_transfer()
H A Dspi-realtek-rtl.c98 const void *tx_buf; in transfer_one() local
101 tx_buf = xfer->tx_buf; in transfer_one()
104 if (tx_buf) { in transfer_one()
106 send4(rtspi, tx_buf); in transfer_one()
107 tx_buf += 4; in transfer_one()
111 send1(rtspi, tx_buf); in transfer_one()
112 tx_buf++; in transfer_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c31 struct bnxt_sw_tx_bd *tx_buf; in bnxt_xmit_bd() local
45 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_xmit_bd()
46 tx_buf->nr_frags = num_frags; in bnxt_xmit_bd()
48 tx_buf->page = virt_to_head_page(xdp->data); in bnxt_xmit_bd()
92 return tx_buf; in bnxt_xmit_bd()
99 struct bnxt_sw_tx_bd *tx_buf; in __bnxt_xmit_xdp() local
101 tx_buf = bnxt_xmit_bd(bp, txr, mapping, len, xdp); in __bnxt_xmit_xdp()
102 tx_buf->rx_prod = rx_prod; in __bnxt_xmit_xdp()
103 tx_buf->action = XDP_TX; in __bnxt_xmit_xdp()
112 struct bnxt_sw_tx_bd *tx_buf; in __bnxt_xmit_xdp_redirect() local
127 struct bnxt_sw_tx_bd *tx_buf; bnxt_tx_int_xdp() local
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-loopback-test.c42 "is checked to match tx_buf after the spi_message " \
85 .tx_buf = TX(0),
99 .tx_buf = TX(PAGE_SIZE - 4),
112 .tx_buf = TX(0),
137 .tx_buf = TX(0),
141 .tx_buf = TX(SPI_TEST_MAX_SIZE_HALF),
154 .tx_buf = TX(64),
158 .tx_buf = TX(0),
172 .tx_buf = TX(0),
175 .tx_buf
674 u8 *tx_buf; spi_test_fill_pattern() local
[all...]
H A Dspi-cavium.c39 const u8 *tx_buf; in octeon_spi_do_transfer() local
68 tx_buf = xfer->tx_buf; in octeon_spi_do_transfer()
74 if (tx_buf) in octeon_spi_do_transfer()
75 d = *tx_buf++; in octeon_spi_do_transfer()
83 mpi_tx.s.txnum = tx_buf ? OCTEON_SPI_MAX_BYTES : 0; in octeon_spi_do_transfer()
98 if (tx_buf) in octeon_spi_do_transfer()
99 d = *tx_buf++; in octeon_spi_do_transfer()
111 mpi_tx.s.txnum = tx_buf ? len : 0; in octeon_spi_do_transfer()
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
H A Dclient-buffers.c67 struct ishtp_cl_tx_ring *tx_buf; in ishtp_cl_alloc_tx_ring() local
69 tx_buf = kzalloc(sizeof(struct ishtp_cl_tx_ring), GFP_KERNEL); in ishtp_cl_alloc_tx_ring()
70 if (!tx_buf) in ishtp_cl_alloc_tx_ring()
73 tx_buf->send_buf.data = kmalloc(len, GFP_KERNEL); in ishtp_cl_alloc_tx_ring()
74 if (!tx_buf->send_buf.data) { in ishtp_cl_alloc_tx_ring()
75 kfree(tx_buf); in ishtp_cl_alloc_tx_ring()
80 list_add_tail(&tx_buf->list, &cl->tx_free_list.list); in ishtp_cl_alloc_tx_ring()
132 struct ishtp_cl_tx_ring *tx_buf; in ishtp_cl_free_tx_ring() local
138 tx_buf = list_entry(cl->tx_free_list.list.next, in ishtp_cl_free_tx_ring()
140 list_del(&tx_buf in ishtp_cl_free_tx_ring()
[all...]
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/
H A Dclient-buffers.c67 struct ishtp_cl_tx_ring *tx_buf; in ishtp_cl_alloc_tx_ring() local
69 tx_buf = kzalloc(sizeof(struct ishtp_cl_tx_ring), GFP_KERNEL); in ishtp_cl_alloc_tx_ring()
70 if (!tx_buf) in ishtp_cl_alloc_tx_ring()
73 tx_buf->send_buf.data = kmalloc(len, GFP_KERNEL); in ishtp_cl_alloc_tx_ring()
74 if (!tx_buf->send_buf.data) { in ishtp_cl_alloc_tx_ring()
75 kfree(tx_buf); in ishtp_cl_alloc_tx_ring()
80 list_add_tail(&tx_buf->list, &cl->tx_free_list.list); in ishtp_cl_alloc_tx_ring()
132 struct ishtp_cl_tx_ring *tx_buf; in ishtp_cl_free_tx_ring() local
138 tx_buf = list_entry(cl->tx_free_list.list.next, in ishtp_cl_free_tx_ring()
140 list_del(&tx_buf in ishtp_cl_free_tx_ring()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c31 struct ice_tx_buf *tx_buf, *first; in ice_prgm_fdir_fltr() local
63 first = &tx_ring->tx_buf[i]; in ice_prgm_fdir_fltr()
70 tx_buf = &tx_ring->tx_buf[i]; in ice_prgm_fdir_fltr()
75 memset(tx_buf, 0, sizeof(*tx_buf)); in ice_prgm_fdir_fltr()
76 dma_unmap_len_set(tx_buf, len, ICE_FDIR_MAX_RAW_PKT_SIZE); in ice_prgm_fdir_fltr()
77 dma_unmap_addr_set(tx_buf, dma, dma); in ice_prgm_fdir_fltr()
83 tx_buf->tx_flags = ICE_TX_FLAGS_DUMMY_PKT; in ice_prgm_fdir_fltr()
84 tx_buf in ice_prgm_fdir_fltr()
108 ice_unmap_and_free_tx_buf(struct ice_ring *ring, struct ice_tx_buf *tx_buf) ice_unmap_and_free_tx_buf() argument
210 struct ice_tx_buf *tx_buf; ice_clean_tx_irq() local
1737 struct ice_tx_buf *tx_buf; ice_tx_map() local
2491 struct ice_tx_buf *tx_buf; ice_clean_ctrl_tx_irq() local
[all...]
H A Dice_xsk.c702 struct ice_tx_buf *tx_buf; in ice_xmit_zc() local
710 tx_buf = &xdp_ring->tx_buf[xdp_ring->next_to_use]; in ice_xmit_zc()
719 tx_buf->bytecount = desc.len; in ice_xmit_zc()
742 * @tx_buf: Tx buffer to clean
745 ice_clean_xdp_tx_buf(struct ice_ring *xdp_ring, struct ice_tx_buf *tx_buf) in ice_clean_xdp_tx_buf() argument
747 xdp_return_frame((struct xdp_frame *)tx_buf->raw_buf); in ice_clean_xdp_tx_buf()
748 dma_unmap_single(xdp_ring->dev, dma_unmap_addr(tx_buf, dma), in ice_clean_xdp_tx_buf()
749 dma_unmap_len(tx_buf, len), DMA_TO_DEVICE); in ice_clean_xdp_tx_buf()
750 dma_unmap_len_set(tx_buf, le in ice_clean_xdp_tx_buf()
765 struct ice_tx_buf *tx_buf; ice_clean_tx_irq_zc() local
911 struct ice_tx_buf *tx_buf = &xdp_ring->tx_buf[ntc]; ice_xsk_clean_xdp_ring() local
[all...]
H A Dice_txrx_lib.c212 struct ice_tx_buf *tx_buf; in ice_xmit_xdp_ring() local
224 tx_buf = &xdp_ring->tx_buf[i]; in ice_xmit_xdp_ring()
225 tx_buf->bytecount = size; in ice_xmit_xdp_ring()
226 tx_buf->gso_segs = 1; in ice_xmit_xdp_ring()
227 tx_buf->raw_buf = data; in ice_xmit_xdp_ring()
230 dma_unmap_len_set(tx_buf, len, size); in ice_xmit_xdp_ring()
231 dma_unmap_addr_set(tx_buf, dma, dma); in ice_xmit_xdp_ring()
247 tx_buf->next_to_watch = tx_desc; in ice_xmit_xdp_ring()
/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/
H A Dspi.c57 u8 tx_buf[ST33ZP24_SPI_BUFFER_SIZE]; member
103 .tx_buf = phy->tx_buf, in st33zp24_spi_send()
108 phy->tx_buf[total_length++] = TPM_WRITE_DIRECTION | LOCALITY0; in st33zp24_spi_send()
109 phy->tx_buf[total_length++] = tpm_register; in st33zp24_spi_send()
112 phy->tx_buf[total_length++] = tpm_size >> 8; in st33zp24_spi_send()
113 phy->tx_buf[total_length++] = tpm_size; in st33zp24_spi_send()
116 memcpy(&phy->tx_buf[total_length], tpm_data, tpm_size); in st33zp24_spi_send()
119 memset(&phy->tx_buf[total_length], TPM_DUMMY_BYTE, phy->latency); in st33zp24_spi_send()
146 .tx_buf in st33zp24_spi_read8_reg()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c27 struct bnxt_sw_tx_bd *tx_buf; in bnxt_xmit_bd() local
33 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_xmit_bd()
44 return tx_buf; in bnxt_xmit_bd()
50 struct bnxt_sw_tx_bd *tx_buf; in __bnxt_xmit_xdp() local
52 tx_buf = bnxt_xmit_bd(bp, txr, mapping, len); in __bnxt_xmit_xdp()
53 tx_buf->rx_prod = rx_prod; in __bnxt_xmit_xdp()
54 tx_buf->action = XDP_TX; in __bnxt_xmit_xdp()
62 struct bnxt_sw_tx_bd *tx_buf; in __bnxt_xmit_xdp_redirect() local
64 tx_buf = bnxt_xmit_bd(bp, txr, mapping, len); in __bnxt_xmit_xdp_redirect()
65 tx_buf in __bnxt_xmit_xdp_redirect()
76 struct bnxt_sw_tx_bd *tx_buf; bnxt_tx_int_xdp() local
[all...]
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_ipc.c76 struct ivpu_ipc_tx_buf *tx_buf; in ivpu_ipc_tx_prepare() local
80 tx_buf_vpu_addr = gen_pool_alloc(ipc->mm_tx, sizeof(*tx_buf)); in ivpu_ipc_tx_prepare()
83 sizeof(*tx_buf)); in ivpu_ipc_tx_prepare()
87 tx_buf = ivpu_to_cpu_addr(ipc->mem_tx, tx_buf_vpu_addr); in ivpu_ipc_tx_prepare()
88 if (drm_WARN_ON(&vdev->drm, !tx_buf)) { in ivpu_ipc_tx_prepare()
89 gen_pool_free(ipc->mm_tx, tx_buf_vpu_addr, sizeof(*tx_buf)); in ivpu_ipc_tx_prepare()
95 if (tx_buf->ipc.status != IVPU_IPC_HDR_FREE) in ivpu_ipc_tx_prepare()
99 if (tx_buf->jsm.status != VPU_JSM_MSG_FREE) in ivpu_ipc_tx_prepare()
103 memset(tx_buf, 0, sizeof(*tx_buf)); in ivpu_ipc_tx_prepare()
[all...]
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dtx.c474 ptr = i2400m->tx_buf + i2400m->tx_in % I2400M_TX_BUF_SIZE; in i2400m_tx_fifo_push()
510 struct i2400m_msg_hdr *msg = i2400m->tx_buf + tx_in; in i2400m_tx_skip_tail()
591 tx_msg, (void *) tx_msg - i2400m->tx_buf); in i2400m_tx_new()
664 "size %lu aligned_size %zu tx_buf %p in " in i2400m_tx_close()
667 aligned_size, i2400m->tx_buf, i2400m->tx_in, in i2400m_tx_close()
733 /* If tx_buf is NULL, device is shutdown */ in i2400m_tx()
734 if (i2400m->tx_buf == NULL) { in i2400m_tx()
792 (void *)tx_msg - i2400m->tx_buf, (size_t)tx_msg->size, in i2400m_tx()
793 num_pls+1, ptr - i2400m->tx_buf, buf_len, padded_len); in i2400m_tx()
847 if (i2400m->tx_buf in i2400m_tx_msg_get()
966 void *tx_buf; i2400m_tx_setup() local
[all...]
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/
H A Dspi.c61 u8 tx_buf[ST33ZP24_SPI_BUFFER_SIZE]; member
108 .tx_buf = phy->tx_buf, in st33zp24_spi_send()
113 phy->tx_buf[total_length++] = TPM_WRITE_DIRECTION | LOCALITY0; in st33zp24_spi_send()
114 phy->tx_buf[total_length++] = tpm_register; in st33zp24_spi_send()
117 phy->tx_buf[total_length++] = tpm_size >> 8; in st33zp24_spi_send()
118 phy->tx_buf[total_length++] = tpm_size; in st33zp24_spi_send()
121 memcpy(&phy->tx_buf[total_length], tpm_data, tpm_size); in st33zp24_spi_send()
124 memset(&phy->tx_buf[total_length], TPM_DUMMY_BYTE, phy->latency); in st33zp24_spi_send()
151 .tx_buf in st33zp24_spi_read8_reg()
[all...]
/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_spi.c44 u8 *tx_buf; member
75 rmi_spi->tx_buf = &rmi_spi->rx_buf[buf_size]; in rmi_spi_manage_pools()
113 const struct rmi_spi_cmd *cmd, const u8 *tx_buf, in rmi_spi_xfer()
163 rmi_spi->tx_buf[0] = (addr >> 8); in rmi_spi_xfer()
164 rmi_spi->tx_buf[1] = addr & 0xFF; in rmi_spi_xfer()
167 rmi_spi->tx_buf[0] = (addr >> 8) | 0x80; in rmi_spi_xfer()
168 rmi_spi->tx_buf[1] = addr & 0xFF; in rmi_spi_xfer()
175 rmi_spi->tx_buf[0] = 0x40; in rmi_spi_xfer()
176 rmi_spi->tx_buf[1] = (addr >> 8) & 0xFF; in rmi_spi_xfer()
177 rmi_spi->tx_buf[ in rmi_spi_xfer()
112 rmi_spi_xfer(struct rmi_spi_xport *rmi_spi, const struct rmi_spi_cmd *cmd, const u8 *tx_buf, int tx_len, u8 *rx_buf, int rx_len) rmi_spi_xfer() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_spi.c44 u8 *tx_buf; member
75 rmi_spi->tx_buf = &rmi_spi->rx_buf[buf_size]; in rmi_spi_manage_pools()
113 const struct rmi_spi_cmd *cmd, const u8 *tx_buf, in rmi_spi_xfer()
163 rmi_spi->tx_buf[0] = (addr >> 8); in rmi_spi_xfer()
164 rmi_spi->tx_buf[1] = addr & 0xFF; in rmi_spi_xfer()
167 rmi_spi->tx_buf[0] = (addr >> 8) | 0x80; in rmi_spi_xfer()
168 rmi_spi->tx_buf[1] = addr & 0xFF; in rmi_spi_xfer()
175 rmi_spi->tx_buf[0] = 0x40; in rmi_spi_xfer()
176 rmi_spi->tx_buf[1] = (addr >> 8) & 0xFF; in rmi_spi_xfer()
177 rmi_spi->tx_buf[ in rmi_spi_xfer()
112 rmi_spi_xfer(struct rmi_spi_xport *rmi_spi, const struct rmi_spi_cmd *cmd, const u8 *tx_buf, int tx_len, u8 *rx_buf, int rx_len) rmi_spi_xfer() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dti-adc108s102.c74 * tx_buf: |C0|C1|C2|C3|C4|C5|C6|C7|XX|
77 * tx_buf: 8 channel read commands, plus 1 dummy command
81 __be16 tx_buf[9] ____cacheline_aligned;
120 * Fill in the first x shorts of tx_buf with the number of channels in adc108s102_update_scan_mode()
125 st->tx_buf[cmds++] = cpu_to_be16(ADC108S102_CMD(bit)); in adc108s102_update_scan_mode()
128 st->tx_buf[cmds++] = 0x00; in adc108s102_update_scan_mode()
131 st->ring_xfer.tx_buf = &st->tx_buf[0]; in adc108s102_update_scan_mode()
133 st->ring_xfer.len = cmds * sizeof(st->tx_buf[0]); in adc108s102_update_scan_mode()
166 st->tx_buf[ in adc108s102_scan_direct()
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti-adc108s102.c74 * tx_buf: |C0|C1|C2|C3|C4|C5|C6|C7|XX|
77 * tx_buf: 8 channel read commands, plus 1 dummy command
81 __be16 tx_buf[9] __aligned(IIO_DMA_MINALIGN);
120 * Fill in the first x shorts of tx_buf with the number of channels in adc108s102_update_scan_mode()
125 st->tx_buf[cmds++] = cpu_to_be16(ADC108S102_CMD(bit)); in adc108s102_update_scan_mode()
128 st->tx_buf[cmds++] = 0x00; in adc108s102_update_scan_mode()
131 st->ring_xfer.tx_buf = &st->tx_buf[0]; in adc108s102_update_scan_mode()
133 st->ring_xfer.len = cmds * sizeof(st->tx_buf[0]); in adc108s102_update_scan_mode()
167 st->tx_buf[ in adc108s102_scan_direct()
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dspi.h118 (xfer->tx_buf && xfer->tx_buf != msg->spi->controller->dummy_tx)
136 __dynamic_array(u8, tx_buf,
148 memcpy(__get_dynamic_array(tx_buf),
149 xfer->tx_buf, __get_dynamic_array_len(tx_buf));
159 __get_dynamic_array_len(tx_buf), __get_dynamic_array(tx_buf),

Completed in 15 milliseconds

12345678910>>...31