Searched refs:canceled (Results 1 – 13 of 13) sorted by relevance
| /drivers/char/tpm/ |
| A 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()
|
| A 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/ |
| A 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/ |
| A 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/ |
| A 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
|
| A D | ctl.c | 351 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 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/md/dm-vdo/ |
| A D | packer.c | 744 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 D | panfrost_job.c | 589 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 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/ |
| A D | main.c | 570 bool canceled) in tbnet_tx_callback() argument
|
| /drivers/message/fusion/ |
| A 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/ |
| A D | aic7xxx.seq | 123 * Check one last time to see if this SCB was canceled
|
Completed in 81 milliseconds