Home
last modified time | relevance | path

Searched defs:ese (Results 1 – 25 of 28) sorted by relevance

12

/external/libese/libese/
Dese.c28 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()
/external/libese/libese-teq1/tests/
Dese_operations_wrapper.cpp25 struct EseInterface *ese, EseOperationsInterface *ops_interface) { in InitializeEse()
31 static int EseOpen(struct EseInterface *ese, void *data) { in EseOpen()
35 static uint32_t EseHwReceive(struct EseInterface *ese, uint8_t *data, uint32_t len, int complete) { in EseHwReceive()
39 static uint32_t EseHwTransmit(struct EseInterface *ese, const uint8_t *data, uint32_t len, int comp… in EseHwTransmit()
43 static int EseReset(struct EseInterface *ese) { in EseReset()
47 static uint32_t EseTransceive(struct EseInterface *ese, const struct EseSgBuffer *tx_sg, uint32_t t… in EseTransceive()
52 static int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll()
56 static void EseClose(struct EseInterface *ese) { in EseClose()
Dteq1_unittests.cpp398 virtual int EseOpen(struct EseInterface *UNUSED(ese), void *UNUSED(data)) { in EseOpen()
401 virtual int EseReset(struct EseInterface *UNUSED(ese)) { in EseReset()
408 virtual int EsePoll(struct EseInterface *UNUSED(ese), uint8_t UNUSED(poll_for), in EsePoll()
412 virtual void EseClose(struct EseInterface *UNUSED(ese)) { }; in EseClose()
414 …virtual uint32_t EseTransceive(struct EseInterface *ese, const struct EseSgBuffer *tx_sg, uint32_t… in EseTransceive()
420 virtual uint32_t EseHwTransmit(struct EseInterface *UNUSED(ese), const uint8_t *data, in EseHwTransmit()
445 virtual uint32_t EseHwReceive(struct EseInterface *UNUSED(ese), uint8_t *data, in EseHwReceive()
/external/libese/apps/boot/tests/
Dese_operations_wrapper.cpp24 struct EseInterface *ese, EseOperationsInterface *ops_interface) { in InitializeEse()
30 static int EseOpen(struct EseInterface *ese, void *data) { in EseOpen()
34 static uint32_t EseHwReceive(struct EseInterface *ese, uint8_t *data, uint32_t len, int complete) { in EseHwReceive()
38 static uint32_t EseHwTransmit(struct EseInterface *ese, const uint8_t *data, uint32_t len, int comp… in EseHwTransmit()
42 static int EseReset(struct EseInterface *ese) { in EseReset()
46 static uint32_t EseTransceive(struct EseInterface *ese, const struct EseSgBuffer *tx_sg, uint32_t t… in EseTransceive()
51 static int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll()
55 static void EseClose(struct EseInterface *ese) { in EseClose()
Dese_app_boot_tests.cpp35 virtual int EseOpen(struct EseInterface *ese, void *data) { in EseOpen()
38 virtual uint32_t EseHwReceive(struct EseInterface *ese, uint8_t *data, in EseHwReceive()
40 virtual uint32_t EseHwTransmit(struct EseInterface *ese, const uint8_t *data, in EseHwTransmit()
42 virtual int EseReset(struct EseInterface *ese) { return -1; } in EseReset()
43 virtual int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll()
46 virtual void EseClose(struct EseInterface *ese) { } in EseClose()
48 …virtual uint32_t EseTransceive(struct EseInterface *ese, const struct EseSgBuffer *tx_sg, uint32_t… in EseTransceive()
/external/libese/libese-hw/
Dese_hw_echo.c34 #define ECHO_STATE(ese) (*(struct EchoState **)(&ese->pad[1])) argument
36 static int echo_open(struct EseInterface *ese, void *hw_opts) { in echo_open()
57 static void echo_close(struct EseInterface *ese) { in echo_close()
67 static uint32_t echo_receive(struct EseInterface *ese, uint8_t *buf, in echo_receive()
90 static uint32_t echo_transmit(struct EseInterface *ese, const uint8_t *buf, in echo_transmit()
112 static int echo_poll(struct EseInterface *ese, uint8_t poll_for, float timeout, in echo_poll()
155 uint32_t echo_transceive(struct EseInterface *ese, in echo_transceive()
Dese_hw_fake.c42 static int fake_open(struct EseInterface *ese, in fake_open()
49 static void fake_close(struct EseInterface *ese) { in fake_close()
57 static uint32_t fake_receive(struct EseInterface *ese, uint8_t *buf, in fake_receive()
74 static uint32_t fake_transmit(struct EseInterface *ese, const uint8_t *buf, in fake_transmit()
91 static int fake_poll(struct EseInterface *ese, uint8_t poll_for, float timeout, in fake_poll()
110 uint32_t fake_transceive(struct EseInterface *ese, in fake_transceive()
/external/libese/esed/
DOemLock.cpp40 ScopedEseConnection ese{mEse}; in setOemUnlockAllowedByCarrier() local
86 ScopedEseConnection ese{mEse}; in isOemUnlockAllowedByCarrier() local
124 ScopedEseConnection ese{mEse}; in setOemUnlockAllowedByDevice() local
156 ScopedEseConnection ese{mEse}; in isOemUnlockAllowedByDevice() local
DWeaver.cpp42 ScopedEseConnection ese{mEse}; in getConfig() local
81 ScopedEseConnection ese{mEse}; in write() local
125 ScopedEseConnection ese{mEse}; in read() local
DScopedEseConnection.h29 ScopedEseConnection(EseInterface& ese) : mEse_(ese) {} in ScopedEseConnection()
Desed.cpp49 EseInterfaceImpl ese; in main() local
/external/libese/libese-hw/nxp/pn80t/
Dcommon.c53 int nxp_pn80t_open(struct EseInterface *ese, void *board) { in nxp_pn80t_open()
96 int nxp_pn80t_reset(struct EseInterface *ese) { in nxp_pn80t_reset()
128 int nxp_pn80t_poll(struct EseInterface *ese, uint8_t poll_for, float timeout, in nxp_pn80t_poll()
176 uint32_t nxp_pn80t_send_cooldown(struct EseInterface *ese, bool end) { in nxp_pn80t_send_cooldown()
246 uint32_t nxp_pn80t_handle_interface_call(struct EseInterface *ese, in nxp_pn80t_handle_interface_call()
307 uint32_t nxp_pn80t_transceive(struct EseInterface *ese, in nxp_pn80t_transceive()
319 void nxp_pn80t_close(struct EseInterface *ese) { in nxp_pn80t_close()
Dnq_nci.c117 uint32_t nq_transmit(struct EseInterface *ese, const uint8_t *buf, uint32_t len, in nq_transmit()
147 uint32_t nq_receive(struct EseInterface *ese, uint8_t *buf, uint32_t len, in nq_receive()
Dlinux_spidev.c177 uint32_t spidev_transmit(struct EseInterface *ese, const uint8_t *buf, in spidev_transmit()
206 uint32_t spidev_receive(struct EseInterface *ese, uint8_t *buf, uint32_t len, in spidev_receive()
/external/libese/tools/ese_relay/
Dese_relay_fake.c27 void ese_relay_init(struct EseInterface *ese) { ese_init(ese, ESE_HW_FAKE); } in ese_relay_init()
Dese_relay_pn80t_nq_nci.c32 void ese_relay_init(struct EseInterface *ese) { in ese_relay_init()
Dese_relay_pn80t_spidev.c33 void ese_relay_init(struct EseInterface *ese) { in ese_relay_init()
Dese_relay.c73 struct EseInterface ese; in main() local
/external/libese/libese-teq1/
Dteq1.c99 int teq1_transmit(struct EseInterface *ese, in teq1_transmit()
132 int teq1_receive(struct EseInterface *ese, in teq1_receive()
560 ESE_API uint32_t teq1_transceive(struct EseInterface *ese, in teq1_transceive()
/external/libese/tools/ese_replay/
Dmain.c79 struct EseInterface ese; in main() local
Dhw.c56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) { in initialize_hardware()
/external/libese/apps/weaver/include/ese/app/
Dweaver.h48 struct EseInterface *ese; member
/external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/
Dcommon.h31 #define NXP_PN80T_STATE(ese) \ argument
/external/libese/apps/boot/include/ese/app/
Dboot.h50 struct EseInterface *ese; member
/external/libese/apps/boot/
Dese_boot_tool.cpp57 #define handle_error(ese, result) ; argument
442 struct EseInterface ese = ESE_INITIALIZER(ESE_HW_NXP_PN80T_NQ_NCI); in main() local

12