Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/
H A Dtee_private.h43 struct completion c_no_users; member
H A Dtee_core.c942 init_completion(&teedev->c_no_users); in tee_device_alloc()
1025 complete(&teedev->c_no_users); in tee_device_put()
1060 wait_for_completion(&teedev->c_no_users); in tee_device_unregister()