Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tee/
Dtee_core.c43 static struct class *tee_class; variable
921 teedev->dev.class = tee_class; in tee_device_alloc()
1114 dev = class_find_device(tee_class, dev, &match_data, match_dev); in tee_client_open_context()
1228 tee_class = class_create(THIS_MODULE, "tee"); in tee_init()
1229 if (IS_ERR(tee_class)) { in tee_init()
1231 return PTR_ERR(tee_class); in tee_init()
1251 class_destroy(tee_class); in tee_init()
1252 tee_class = NULL; in tee_init()
1261 class_destroy(tee_class); in tee_exit()
1262 tee_class = NULL; in tee_exit()