/trusty/user/base/lib/uirq/ |
D | uirq.c | 26 static int send_ack(handle_t h, uint32_t cmd) { in send_ack() 30 int uirq_ack_handled(handle_t h) { in uirq_ack_handled()
|
/trusty/kernel/lib/trusty/ |
D | handle_set.c | 70 static inline bool is_handle_set(struct handle* h) { in is_handle_set() 75 static inline struct handle_set* handle_to_handle_set(struct handle* h) { in handle_to_handle_set() 80 static uint32_t hset_poll(struct handle* h, uint32_t emask, bool finalize) { in hset_poll() 111 static void hset_destroy(struct handle* h) { in hset_destroy() 223 int handle_set_attach(struct handle* h, struct handle_ref* ref) { in handle_set_attach() 347 int handle_set_wait(struct handle* h, in handle_set_wait() 354 bool handle_set_ready(struct handle* h) { in handle_set_ready()
|
D | event.c | 192 static struct event_source* handle_to_event_source(struct handle* h) { in handle_to_event_source() 204 static uint32_t event_source_poll(struct handle* h, in event_source_poll() 231 static void event_source_destroy(struct handle* h) { in event_source_destroy() 355 int event_source_signal(struct handle* h) { in event_source_signal() 402 int event_source_publish(struct handle* h) { in event_source_publish() 524 static uint32_t event_client_poll(struct handle* h, in event_client_poll() 569 static void event_client_destroy(struct handle* h) { in event_client_destroy() 623 int event_client_notify_handled(struct handle* h) { in event_client_notify_handled() 657 static ssize_t event_client_user_writev(struct handle* h, in event_client_user_writev() 694 static ssize_t event_client_user_readv(struct handle* h, in event_client_user_readv()
|
D | uirq.c | 62 struct handle* h; in uirq_register_sw_irq() local 91 struct handle* h; in uirq_register_hw_irq() local
|
D | uctx.c | 175 struct handle* h; in remove_handle() local 203 static int _hset_add_handle(struct handle* hset, in _hset_add_handle() 244 struct handle* h; in rebuild_hset_all() local 340 struct handle* h = remove_handle(ctx, i); in uctx_destroy() local 421 struct handle* h = ctx->htbl[ret].handle; in uctx_handle_get_tmp_ref() local 582 struct handle* h; in sys_dup() local 816 struct handle* h; in uctx_handle_writev() local 837 struct handle* h; in uctx_handle_readv() local
|
D | handle.c | 117 void handle_add_waiter(struct handle* h, struct handle_waiter* w) { in handle_add_waiter() 125 void handle_del_waiter(struct handle* h, struct handle_waiter* w) { in handle_del_waiter()
|
D | ipc_msg.c | 657 struct handle* h[MAX_MSG_HANDLES]; in ipc_put_msg() local 756 struct handle* h[MAX_MSG_HANDLES]; in sys_read_msg() local
|
/trusty/user/base/lib/coverage/common/ |
D | ipc.c | 24 int coverage_send(handle_t chan, void* msg, size_t msg_len, handle_t* h) { in coverage_send() 49 int coverage_recv(handle_t chan, void* msg, size_t msg_len, handle_t* h) { in coverage_recv()
|
/trusty/user/base/lib/spi/client/include/lib/spi/client/ |
D | spi.h | 42 handle_t h; member
|
/trusty/user/base/lib/spi/srv/tipc/ |
D | tipc.c | 78 handle_t* h) { in recv_msg() 220 handle_t h = INVALID_IPC_HANDLE; in on_message() local
|
/trusty/user/base/lib/secure_fb/test/ |
D | main.c | 74 const uint32_t h) { in set_pixel()
|
/trusty/user/base/lib/tipc/ |
D | tipc.c | 271 int tipc_hset_remove_entry(struct tipc_hset* hset, handle_t h) { in tipc_hset_remove_entry()
|
/trusty/user/app/confirmationui/src/ |
D | main.cpp | 83 handle_t* h) { in confirmationui_recv()
|
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | handle.h | 192 static inline bool handle_is_sendable(struct handle* h) { in handle_is_sendable()
|
/trusty/kernel/app/uirqtest/ |
D | uevt_test.c | 110 struct handle* h = NULL; in TEST_F() local
|
/trusty/user/base/lib/tipc/test/main/ |
D | main.c | 2519 handle_t h = INVALID_IPC_HANDLE; in TEST() local 2545 handle_t h = INVALID_IPC_HANDLE; in TEST() local 2623 handle_t h = INVALID_IPC_HANDLE; in TEST() local
|