Home
last modified time | relevance | path

Searched refs:uevent_t (Results 1 – 25 of 41) sorted by relevance

12

/trusty/user/base/lib/tipc/test/srv/
Dsrv.c32 typedef void (*event_handler_proc_t)(const uevent_t* ev);
58 static void closer1_handle_port(const uevent_t* ev);
64 static void closer2_handle_port(const uevent_t* ev);
70 static void closer3_handle_port(const uevent_t* ev);
78 static void connect_handle_port(const uevent_t* ev);
81 static void datasink_handle_port(const uevent_t* ev);
82 static void datasink_handle_chan(const uevent_t* ev);
93 static void echo_handle_port(const uevent_t* ev);
94 static void echo_handle_chan(const uevent_t* ev);
110 static void uuid_handle_port(const uevent_t* ev);
[all …]
/trusty/hardware/nxp/app/hwcrypto/
Dcommon.h23 typedef void (*event_handler_proc_t)(const uevent_t* ev, void* ctx);
35 void tipc_handle_port_errors(const uevent_t* ev);
36 void tipc_handle_chan_errors(const uevent_t* ev);
Dmain.c55 void tipc_handle_port_errors(const uevent_t* ev) { in tipc_handle_port_errors()
69 void tipc_handle_chan_errors(const uevent_t* ev) { in tipc_handle_chan_errors()
190 static void dispatch_event(const uevent_t* ev) { in dispatch_event()
221 uevent_t event; in main()
Dhwrng_srv.c46 static void hwrng_port_handler(const uevent_t* ev, void* priv);
47 static void hwrng_chan_handler(const uevent_t* ev, void* priv);
181 static void hwrng_chan_handler(const uevent_t* ev, void* priv) { in hwrng_chan_handler()
211 static void hwrng_port_handler(const uevent_t* ev, void* priv) { in hwrng_port_handler()
Dhwkey_srv.c43 static void hwkey_port_handler(const uevent_t* ev, void* priv);
44 static void hwkey_chan_handler(const uevent_t* ev, void* priv);
247 static void hwkey_chan_handler(const uevent_t* ev, void* priv) { in hwkey_chan_handler()
275 static void hwkey_port_handler(const uevent_t* ev, void* priv) { in hwkey_port_handler()
/trusty/user/base/include/user/
Dtrusty_ipc.h117 } uevent_t; typedef
132 int wait(handle_t handle, uevent_t* event, uint32_t timeout_msecs);
133 int wait_any(uevent_t* event, uint32_t timeout_msecs);
/trusty/user/app/sample/hwcrypto/
Dmain.c37 static void dispatch_event(const uevent_t* ev) { in dispatch_event()
68 uevent_t event; in main()
Dhwrng_srv.c43 static void hwrng_port_handler(const uevent_t* ev, void* priv);
44 static void hwrng_chan_handler(const uevent_t* ev, void* priv);
184 static void hwrng_chan_handler(const uevent_t* ev, void* priv) { in hwrng_chan_handler()
214 static void hwrng_port_handler(const uevent_t* ev, void* priv) { in hwrng_port_handler()
/trusty/user/app/sample/hwcrypto/keybox/
Dsrv.c40 static void keybox_port_handler(const uevent_t* ev, void* priv);
41 static void keybox_chan_handler(const uevent_t* ev, void* priv);
140 static void keybox_chan_handler(const uevent_t* ev, void* priv) { in keybox_chan_handler()
158 static void keybox_port_handler(const uevent_t* ev, void* priv) { in keybox_port_handler()
/trusty/user/app/storage/
Dipc.c44 static void handle_channel(const uevent_t* ev, void* self);
45 static void handle_port(const uevent_t* ev, void* self);
59 static inline void handle_port_errors(const uevent_t* ev) { in handle_port_errors()
70 static inline void handle_chan_errors(const uevent_t* ev) { in handle_chan_errors()
86 static int do_connect(struct ipc_port_context* ctx, const uevent_t* ev) { in do_connect()
136 static int do_handle_msg(struct ipc_channel_context* ctx, const uevent_t* ev) { in do_handle_msg()
187 const uevent_t* ev) { in do_disconnect()
253 uevent_t uevt; in await_response()
/trusty/user/app/sample/userscs-test/
Dscs_test_app.c30 uevent_t uevt; in main()
/trusty/user/app/sample/app-mgmt-test/restart-srv/
Dmain.c32 uevent_t uevt; in main()
/trusty/user/app/sample/app-mgmt-test/never-start-srv/
Dmain.c32 uevent_t uevt; in main()
/trusty/user/app/sample/app-mgmt-test/port-start-fail-srv/
Dmain.c32 uevent_t uevt; in main()
/trusty/user/app/sample/app-mgmt-test/boot-start-srv/
Dmain.c33 uevent_t uevt; in main()
/trusty/user/app/keymaster/ipc/
Dkeymaster_ipc.cpp39 typedef void (*event_handler_proc_t)(const uevent_t* ev, void* ctx);
61 static void keymaster_port_handler_secure(const uevent_t* ev, void* priv);
62 static void keymaster_port_handler_non_secure(const uevent_t* ev, void* priv);
74 static void keymaster_chan_handler(const uevent_t* ev, void* priv);
78 static long handle_port_errors(const uevent_t* ev) { in handle_port_errors()
778 static void keymaster_chan_handler(const uevent_t* ev, void* priv) { in keymaster_chan_handler()
811 static void keymaster_port_handler(const uevent_t* ev, in keymaster_port_handler()
845 static void keymaster_port_handler_secure(const uevent_t* ev, void* priv) { in keymaster_port_handler_secure()
849 static void keymaster_port_handler_non_secure(const uevent_t* ev, void* priv) { in keymaster_port_handler_non_secure()
853 static void dispatch_event(const uevent_t* ev) { in dispatch_event()
[all …]
/trusty/user/app/sample/spinner/
Dspinner.c59 uevent_t uevt; in main()
/trusty/user/base/lib/smc/
Dsmc.c26 uevent_t event; in smc_read_response()
/trusty/user/app/avb/ipc/
Davb_ipc.cpp239 static void HandleChannelEvent(const uevent_t& event) { in HandleChannelEvent()
262 static void HandlePortEvent(const uevent_t& event) { in HandlePortEvent()
294 uevent_t event; in main()
/trusty/user/base/lib/uirq/test/
Dmain.c66 uevent_t uevt; in TEST_F()
90 uevent_t uevt; in TEST_F()
/trusty/user/app/gatekeeper/ipc/
Dgatekeeper_ipc.cpp225 static void gatekeeper_handle_port(uevent_t* ev) { in gatekeeper_handle_port()
246 static void gatekeeper_handle_channel(uevent_t* ev) { in gatekeeper_handle_channel()
288 uevent_t event; in main()
/trusty/user/app/sample/app-mgmt-test/port-start-srv/
Dmain.c80 uevent_t uevt; in prepare_port()
118 uevent_t uevt; in main()
/trusty/user/app/sample/app-mgmt-test/client/
Dmain.c110 uevent_t uevt; in chan_send_cmd()
157 uevent_t uevt; in establish_unhandled_channel()
199 uevent_t uevt; in wait_and_exit()
433 uevent_t uevt; in AppMgrPortStart_SetUp()
522 uevent_t uevt; in TEST()
594 uevent_t uevt; in TEST()
923 uevent_t uevt; in TEST()
/trusty/user/app/sample/storage-test/
Dstorage-test.c83 uevent_t uevt; in main()
/trusty/user/base/lib/tipc/test/main/
Dmain.c88 uevent_t evt; in sync_connect()
117 uevent_t event; in TEST()
356 uevent_t event; in TEST()
460 uevent_t event; in run_connect_close_by_peer_test()
542 uevent_t event; in TEST()
659 uevent_t event; in TEST()
839 uevent_t event; in TEST()
1081 uevent_t uevt; in TEST()
1214 uevent_t uevt; in TEST()
1358 uevent_t uevt; in TEST()
[all …]

12