Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tee/
Dtee_core.c43 static struct class *tee_class; variable
920 teedev->dev.class = tee_class; in tee_device_alloc()
1113 dev = class_find_device(tee_class, dev, &match_data, match_dev); in tee_client_open_context()
1227 tee_class = class_create(THIS_MODULE, "tee"); in tee_init()
1228 if (IS_ERR(tee_class)) { in tee_init()
1230 return PTR_ERR(tee_class); in tee_init()
1250 class_destroy(tee_class); in tee_init()
1251 tee_class = NULL; in tee_init()
1260 class_destroy(tee_class); in tee_exit()
1261 tee_class = NULL; in tee_exit()