Searched refs:check_cancel (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/ |
D | xen-tpmfront.c | 41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 48 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond() 57 bool check_cancel) in wait_for_tpm_stat() argument 77 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
|
D | tpm_tis_core.c | 33 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 40 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond() 49 bool check_cancel) in wait_for_tpm_stat() argument 70 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
|
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 216 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 223 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond() 240 wait_queue_head_t *queue, bool check_cancel) in wait_for_stat() argument 275 check_cancel, &canceled); in wait_for_stat()
|