Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm-dev.h30 __poll_t tpm_common_poll(struct file *file, poll_table *wait);
H A Dtpm-dev.c66 .poll = tpm_common_poll,
H A Dtpmrm-dev.c53 .poll = tpm_common_poll,
H A Dtpm-dev-common.c237 __poll_t tpm_common_poll(struct file *file, poll_table *wait) in tpm_common_poll() function