OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ese_transceive_sg
(Results
1 - 4
of
4
) sorted by null
/external/libese/libese/include/ese/
ese.h
75
int
ese_transceive_sg
(struct EseInterface *ese, const struct EseSgBuffer *tx, uint32_t tx_segs,
/external/libese/libese/
ese.c
94
return
ese_transceive_sg
(ese, &tx, 1, &rx, 1);
97
ESE_API int
ese_transceive_sg
(struct EseInterface *ese,
function
/external/libese/apps/boot/
boot.c
118
rx_len =
ese_transceive_sg
(ese, tx, 2, &rx, 1);
210
rx_len =
ese_transceive_sg
(session->ese, tx, 4, rx, 3);
255
rx_len =
ese_transceive_sg
(session->ese, tx, 3, rx, 1);
303
rx_len =
ese_transceive_sg
(session->ese, tx, 2, rx, 1);
351
rx_len =
ese_transceive_sg
(session->ese, tx, 4, rx, 1);
425
rx_len =
ese_transceive_sg
(session->ese, tx, 3, rx, 1);
475
rx_len =
ese_transceive_sg
(session->ese, tx, 3, rx, 1);
530
int rx_len =
ese_transceive_sg
(session->ese, tx, 5, rx, 1);
590
int rx_len =
ese_transceive_sg
(session->ese, tx, 4, rx, 1);
652
rx_len =
ese_transceive_sg
(session->ese, tx, 5, rx, 1)
[
all
...]
/external/libese/apps/weaver/
weaver.c
126
rx_len =
ese_transceive_sg
(ese, tx, 2, &rx, 1);
260
const int rx_len =
ese_transceive_sg
(session->ese, tx, 5, &rx, 1);
322
const int rx_len =
ese_transceive_sg
(session->ese, tx, 5, rx, 3);
393
const int rx_len =
ese_transceive_sg
(session->ese, tx, 3, &rx, 1);
Completed in 51 milliseconds