Searched defs:plugin_method (Results 1 – 1 of 1) sorted by relevance
12 struct plugin_method { struct13 const char *name; /* short friendly name of the plugin */14 TEEC_UUID uuid;15 TEEC_Result (*init)(void);16 TEEC_Result (*invoke)(unsigned int cmd, unsigned int sub_cmd,
Completed in 1 milliseconds