Searched refs:ESE_API (Results 1 – 6 of 6) sorted by relevance
/external/libese/libese/ |
D | ese.c | 28 ESE_API const char *ese_name(const struct EseInterface *ese) { in ese_name() 38 ESE_API int ese_open(struct EseInterface *ese, void *hw_opts) { in ese_open() 51 ESE_API const char *ese_error_message(const struct EseInterface *ese) { in ese_error_message() 55 ESE_API int ese_error_code(const struct EseInterface *ese) { in ese_error_code() 59 ESE_API bool ese_error(const struct EseInterface *ese) { in ese_error() 63 ESE_API void ese_set_error(struct EseInterface *ese, int code) { in ese_set_error() 86 ESE_API int ese_transceive(struct EseInterface *ese, const uint8_t *tx_buf, in ese_transceive() 97 ESE_API int ese_transceive_sg(struct EseInterface *ese, in ese_transceive_sg() 117 ESE_API void ese_close(struct EseInterface *ese) { in ese_close()
|
D | ese_sg.c | 21 ESE_API uint32_t ese_sg_length(const struct EseSgBuffer *bufs, uint32_t cnt) { in ese_sg_length() 38 ESE_API uint32_t ese_sg_to_buf(const struct EseSgBuffer *src, uint32_t src_cnt, in ese_sg_to_buf() 62 ESE_API uint32_t ese_sg_from_buf(struct EseSgBuffer *dst, uint32_t dst_cnt, in ese_sg_from_buf()
|
/external/libese/apps/weaver/ |
D | weaver.c | 68 ESE_API void ese_weaver_session_init(struct EseWeaverSession *session) { in ese_weaver_session_init() 74 ESE_API EseAppResult ese_weaver_session_open(struct EseInterface *ese, in ese_weaver_session_open() 145 ESE_API EseAppResult 178 ESE_API EseAppResult ese_weaver_get_num_slots(struct EseWeaverSession *session, in ese_weaver_get_num_slots() 220 ESE_API EseAppResult ese_weaver_write(struct EseWeaverSession *session, in ese_weaver_write() 274 ESE_API EseAppResult ese_weaver_read(struct EseWeaverSession *session, in ese_weaver_read() 363 ESE_API EseAppResult ese_weaver_erase_value(struct EseWeaverSession *session, in ese_weaver_erase_value()
|
/external/libese/apps/boot/ |
D | boot.c | 60 ESE_API void ese_boot_session_init(struct EseBootSession *session) { in ese_boot_session_init() 66 ESE_API EseAppResult ese_boot_session_open(struct EseInterface *ese, in ese_boot_session_open() 137 ESE_API EseAppResult ese_boot_session_close(struct EseBootSession *session) { in ese_boot_session_close() 169 ESE_API EseAppResult ese_boot_lock_xget(struct EseBootSession *session, in ese_boot_lock_xget() 230 ESE_API EseAppResult ese_boot_lock_get(struct EseBootSession *session, in ese_boot_lock_get() 370 ESE_API EseAppResult ese_boot_lock_xset(struct EseBootSession *session, in ese_boot_lock_xset() 448 ESE_API EseAppResult ese_boot_lock_set(struct EseBootSession *session, in ese_boot_lock_set() 493 ESE_API EseAppResult ese_boot_rollback_index_write( in ese_boot_rollback_index_write() 552 ESE_API EseAppResult ese_boot_rollback_index_read( in ese_boot_rollback_index_read() 618 ESE_API EseAppResult ese_boot_carrier_lock_test(struct EseBootSession *session, in ese_boot_carrier_lock_test() [all …]
|
/external/libese/libese-sysdeps/include/ese/ |
D | sysdeps.h | 29 #ifndef ESE_API 30 #define ESE_API __attribute__ ((visibility("default"))) macro
|
/external/libese/libese-teq1/ |
D | teq1.c | 560 ESE_API uint32_t teq1_transceive(struct EseInterface *ese, in teq1_transceive() 693 ESE_API uint8_t teq1_compute_LRC(const struct Teq1Frame *frame) { in teq1_compute_LRC()
|