Searched refs:check_cancel (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/char/tpm/ |
D | xen-tpmfront.c | 44 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 51 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond() 60 bool check_cancel) in wait_for_tpm_stat() argument 80 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
|
D | tpm_tis_core.c | 37 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 44 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond() 53 bool check_cancel) in wait_for_tpm_stat() argument 73 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
|
/Linux-v4.19/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 228 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 235 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond() 252 wait_queue_head_t *queue, bool check_cancel) in wait_for_stat() argument 287 check_cancel, &canceled); in wait_for_stat()
|