Home
last modified time | relevance | path

Searched refs:plugin_list_head (Results 1 – 1 of 1) sorted by relevance

/optee_client/tee-supplicant/src/
A Dplugin.c34 static struct plugin *plugin_list_head; variable
56 p->next = plugin_list_head; in push_plugin()
57 plugin_list_head = p; in push_plugin()
62 struct plugin *p = plugin_list_head; in find_plugin()

Completed in 1 milliseconds