Searched refs:ese_sg_to_buf (Results 1 – 6 of 6) sorted by relevance
/external/libese/libese/tests/ |
D | sg_unittests.cpp | 41 copied = ese_sg_to_buf(&sg, 1, 0, sizeof(dst), dst); in TEST_F() 82 copied = ese_sg_to_buf(sg, 3, 0, sizeof(dst), dst); in TEST_F() 87 copied = ese_sg_to_buf(sg, 3, sizeof(one) + sizeof(two) - 2, sizeof(dst), in TEST_F()
|
/external/libese/libese/include/ese/ |
D | ese_sg.h | 41 uint32_t ese_sg_to_buf(const struct EseSgBuffer *src, uint32_t src_cnt, uint32_t start_at, uint32_t…
|
/external/libese/libese/ |
D | ese_sg.c | 38 ESE_API uint32_t ese_sg_to_buf(const struct EseSgBuffer *src, uint32_t src_cnt, in ese_sg_to_buf() function
|
/external/libese/apps/boot/tests/ |
D | ese_app_boot_tests.cpp | 59 ese_sg_to_buf(tx_sg, tx_nsg, 0, tx_total, incoming.data()); in EseTransceive()
|
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 261 if (ese_sg_to_buf(tx_buf, tx_len, 0, sizeof(buf), buf) != kCommandLength) { in nxp_pn80t_handle_interface_call()
|
/external/libese/libese-teq1/ |
D | teq1.c | 193 copied = ese_sg_to_buf(state->app_data.tx, state->app_data.tx_count, in teq1_fill_info_block()
|