Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm-dev-common.c79 wake_up_interruptible(&priv->async_wait); in tpm_dev_async_work()
102 wake_up_interruptible(&priv->async_wait); in tpm_timeout_work()
116 init_waitqueue_head(&priv->async_wait); in tpm_common_open()
238 poll_wait(file, &priv->async_wait, wait); in tpm_common_poll()
Dtpm-dev.h16 wait_queue_head_t async_wait; member