Home
last modified time | relevance | path

Searched defs:handle_ops (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/
H A Dhandle.h121 struct handle_ops { struct
122 uint32_t (*poll)(struct handle* handle, uint32_t emask, bool finalize);
123 void (*shutdown)(struct handle* handle);
124 void (*destroy)(struct handle* handle);
125 ssize_t (*user_writev)(struct handle* handle,
128 ssize_t (*user_readv)(struct handle* handle,
152 struct handle_ops* ops, argument