Home
last modified time | relevance | path

Searched refs:canceled (Results 1 – 13 of 13) sorted by relevance

/drivers/char/tpm/
A Dxen-tpmfront.c41 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()
A Dtpm_tis_core.c36 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/
A Dst33zp24.c188 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/
A Dssh_request_layer.c731 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/
A Ddma_test.c231 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
A Dctl.c351 bool canceled) in tb_ctl_tx_callback() argument
444 bool canceled) in tb_ctl_rx_callback() argument
450 if (canceled) in tb_ctl_rx_callback()
A Dnhi.c277 bool canceled = false; in ring_work() local
287 canceled = true; in ring_work()
319 frame->callback(ring, frame, canceled); in ring_work()
/drivers/md/dm-vdo/
A Dpacker.c744 static void dump_packer_bin(const struct packer_bin *bin, bool canceled) in dump_packer_bin() argument
751 (canceled ? "Canceled" : ""), bin->slots_used, bin->free_space); in dump_packer_bin()
/drivers/gpu/drm/panfrost/
A Dpanfrost_job.c589 struct panfrost_job *canceled = panfrost_dequeue_job(pfdev, j); in panfrost_job_handle_irq() local
591 dma_fence_set_error(canceled->done_fence, -ECANCELED); in panfrost_job_handle_irq()
592 panfrost_job_handle_done(pfdev, canceled); in panfrost_job_handle_irq()
/drivers/char/xillybus/
A Dxillyusb.c144 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/
A Dmain.c570 bool canceled) in tbnet_tx_callback() argument
/drivers/message/fusion/
A Dmptsas.c369 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/
A Daic7xxx.seq123 * Check one last time to see if this SCB was canceled

Completed in 81 milliseconds