Home
last modified time | relevance | path

Searched refs:tx_buf (Results 1 – 12 of 12) sorted by relevance

/external/libese/tools/ese_relay/
Dese_relay.c90 uint8_t tx_buf[4096]; in main() local
122 if (tx_len > sizeof(tx_buf)) { in main()
128 ssize_t bytes = read(client_fd, tx_buf + data_read, tx_len - data_read); in main()
142 printf("%.2X ", tx_buf[i]); in main()
147 printf("Received a control request: %x\n", tx_buf[0]); in main()
149 switch (tx_buf[0]) { in main()
166 ALOGE("Unknown control byte seen: %x", tx_buf[0]); in main()
171 rx_len = ese_transceive(&ese, tx_buf, tx_len, rx_buf, sizeof(rx_buf)); in main()
/external/libese/libese-hw/
Dese_hw_fake.c116 const struct EseSgBuffer *tx_buf = tx_bufs; in fake_transceive() local
122 while (tx_buf < tx_bufs + tx_seg) { in fake_transceive()
124 fake_transmit(ese, tx_buf->base + offset, tx_buf->len - offset, 0); in fake_transceive()
125 if (sent != tx_buf->len - offset) { in fake_transceive()
126 offset = tx_buf->len - sent; in fake_transceive()
137 tx_buf++; in fake_transceive()
Dese_hw_echo.c156 const struct EseSgBuffer *tx_buf, uint32_t tx_len, in echo_transceive() argument
158 return teq1_transceive(ese, &kTeq1Options, tx_buf, tx_len, rx_buf, rx_len); in echo_transceive()
/external/wpa_supplicant_8/src/ap/
Dgas_serv.c1453 struct wpabuf *buf, *tx_buf; in gas_serv_req_local_processing() local
1491 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing()
1498 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing()
1504 tx_buf = gas_anqp_build_initial_resp_buf( in gas_serv_req_local_processing()
1508 if (!tx_buf) in gas_serv_req_local_processing()
1511 convert_to_protected_dual(tx_buf); in gas_serv_req_local_processing()
1514 wpabuf_head(tx_buf), in gas_serv_req_local_processing()
1515 wpabuf_len(tx_buf)); in gas_serv_req_local_processing()
1518 wpabuf_head(tx_buf), in gas_serv_req_local_processing()
1519 wpabuf_len(tx_buf)); in gas_serv_req_local_processing()
[all …]
/external/libese/libese-hw/nxp/pn80t/
Dcommon.c247 const struct EseSgBuffer *tx_buf, in nxp_pn80t_handle_interface_call() argument
261 if (ese_sg_to_buf(tx_buf, tx_len, 0, sizeof(buf), buf) != kCommandLength) { in nxp_pn80t_handle_interface_call()
308 const struct EseSgBuffer *tx_buf, uint32_t tx_len, in nxp_pn80t_transceive() argument
312 nxp_pn80t_handle_interface_call(ese, tx_buf, tx_len, rx_buf, rx_len); in nxp_pn80t_transceive()
316 return teq1_transceive(ese, &kTeq1Options, tx_buf, tx_len, rx_buf, rx_len); in nxp_pn80t_transceive()
Dlinux_spidev.c182 .tx_buf = (unsigned long)buf, in spidev_transmit()
212 .tx_buf = 0, in spidev_receive()
/external/libese/libese/
Dese.c86 ESE_API int ese_transceive(struct EseInterface *ese, const uint8_t *tx_buf, in ese_transceive() argument
89 .c_base = tx_buf, .len = tx_len, in ese_transceive()
/external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/
Dcommon.h36 const struct EseSgBuffer *tx_buf, uint32_t tx_len,
/external/libese/libese/include/ese/
Dese.h74 int ese_transceive(struct EseInterface *ese, const uint8_t *tx_buf, uint32_t tx_len, uint8_t *rx_bu…
/external/kernel-headers/original/uapi/linux/spi/
Dspidev.h71 __u64 tx_buf; member
/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.c54 void *tx_buf, in ti_sci_setup_one_xfer() argument
69 hdr = (struct ti_sci_msg_hdr *)tx_buf; in ti_sci_setup_one_xfer()
75 xfer->tx_message.buf = tx_buf; in ti_sci_setup_one_xfer()
/external/rust/crates/nix/test/sys/
Dtest_ioctl.rs272 tx_buf: u64, field