Searched refs:canceled (Results 1 – 12 of 12) sorted by relevance
/drivers/char/tpm/ |
D | xen-tpmfront.c | 41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 45 *canceled = false; in wait_for_tpm_stat_cond() 49 *canceled = true; in wait_for_tpm_stat_cond() 62 bool canceled = false; in wait_for_tpm_stat() local 78 &canceled), in wait_for_tpm_stat() 81 if (canceled) in wait_for_tpm_stat()
|
D | tpm_tis_core.c | 36 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 40 *canceled = false; in wait_for_tpm_stat_cond() 44 *canceled = true; in wait_for_tpm_stat_cond() 72 bool canceled = false; in wait_for_tpm_stat() local 96 &canceled), in wait_for_tpm_stat() 99 if (canceled) in wait_for_tpm_stat()
|
/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 188 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 192 *canceled = false; in wait_for_tpm_stat_cond() 196 *canceled = true; in wait_for_tpm_stat_cond() 211 bool canceled = false; in wait_for_stat() local 241 check_cancel, &canceled); in wait_for_stat() 243 if (canceled) in wait_for_stat()
|
/drivers/platform/surface/aggregator/ |
D | ssh_request_layer.c | 731 bool canceled; in ssh_rtl_cancel() local 739 canceled = ssh_rtl_cancel_pending(rqst); in ssh_rtl_cancel() 741 canceled = ssh_rtl_cancel_nonpending(rqst); in ssh_rtl_cancel() 745 if (canceled && rtl) in ssh_rtl_cancel() 748 return canceled; in ssh_rtl_cancel()
|
/drivers/thunderbolt/ |
D | dma_test.c | 231 bool canceled) in dma_test_rx_callback() argument 241 if (canceled) { in dma_test_rx_callback() 300 bool canceled) in dma_test_tx_callback() argument
|
D | ctl.c | 338 bool canceled) in tb_ctl_tx_callback() argument 427 bool canceled) in tb_ctl_rx_callback() argument 433 if (canceled) in tb_ctl_rx_callback()
|
D | nhi.c | 277 bool canceled = false; in ring_work() local 287 canceled = true; in ring_work() 319 frame->callback(ring, frame, canceled); in ring_work()
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_job.c | 557 struct panfrost_job *canceled = panfrost_dequeue_job(pfdev, j); in panfrost_job_handle_irq() local 559 dma_fence_set_error(canceled->done_fence, -ECANCELED); in panfrost_job_handle_irq() 560 panfrost_job_handle_done(pfdev, canceled); in panfrost_job_handle_irq()
|
/drivers/char/xillybus/ |
D | xillyusb.c | 144 unsigned int canceled; member 921 chan->canceled = 1; in process_in_opcode() 1143 chan->canceled = 0; in flush_downstream() 1151 while (!chan->canceled) { in flush_downstream() 1160 chan->canceled || in flush_downstream()
|
/drivers/net/thunderbolt/ |
D | main.c | 570 bool canceled) in tbnet_tx_callback() argument
|
/drivers/message/fusion/ |
D | mptsas.c | 369 bool canceled = false; in mptsas_cleanup_fw_event_q() local 376 canceled = true; in mptsas_cleanup_fw_event_q() 379 if (canceled) in mptsas_cleanup_fw_event_q()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 123 * Check one last time to see if this SCB was canceled
|