Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/char/tpm/
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()
Dtpm_tis_core.c33 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
37 *canceled = false; in wait_for_tpm_stat_cond()
41 *canceled = true; in wait_for_tpm_stat_cond()
55 bool canceled = false; in wait_for_tpm_stat() local
71 &canceled), in wait_for_tpm_stat()
74 if (canceled) in wait_for_tpm_stat()
/linux-6.1.9/drivers/char/tpm/st33zp24/
Dst33zp24.c187 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
191 *canceled = false; in wait_for_tpm_stat_cond()
195 *canceled = true; in wait_for_tpm_stat_cond()
210 bool canceled = false; in wait_for_stat() local
240 check_cancel, &canceled); in wait_for_stat()
242 if (canceled) in wait_for_stat()
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-driver-intel-m10-bmc-sec-update35 Description: Read only. Returns a list of indices for canceled code
43 Description: Read only. Returns a list of indices for canceled code
51 Description: Read only. Returns a list of indices for canceled code
Dsysfs-class-firmware19 device be canceled. This request will be rejected (EBUSY) if
20 the update cannot be canceled (e.g. a FLASH write is in
/linux-6.1.9/drivers/platform/surface/aggregator/
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()
/linux-6.1.9/Documentation/driver-api/surface_aggregator/clients/
Ddtx.rst124 be completed nor canceled, and the EC will still be waiting for further
143 process is canceled on the EC-level and an identical event is being sent.
147 The detachment process may further be canceled by the EC due to hardware
306 - EC canceled detachment process.
337 Sent when a detachment process is canceled by the EC due to unfulfilled
589 If a detachment process is canceled by this operation, a generic detachment
624 Cancels detachment in progress (if any). If a detachment process is canceled
/linux-6.1.9/Documentation/userspace-api/media/dvb/
Ddmx-set-filter.rst44 filter will be canceled, and the receive buffer will be flushed.
/linux-6.1.9/io_uring/
Dtimeout.c625 int canceled = 0; in io_kill_timeouts() local
634 canceled++; in io_kill_timeouts()
638 return canceled != 0; in io_kill_timeouts()
/linux-6.1.9/drivers/thunderbolt/
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
Dctl.c346 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()
Dnhi.c241 bool canceled = false; in ring_work() local
251 canceled = true; in ring_work()
283 frame->callback(ring, frame, canceled); in ring_work()
/linux-6.1.9/drivers/gpu/drm/panfrost/
Dpanfrost_job.c557 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()
/linux-6.1.9/drivers/char/xillybus/
Dxillyusb.c143 unsigned int canceled; member
916 chan->canceled = 1; in process_in_opcode()
1138 chan->canceled = 0; in flush_downstream()
1146 while (!chan->canceled) { in flush_downstream()
1155 chan->canceled || in flush_downstream()
/linux-6.1.9/Documentation/driver-api/pldmfw/
Dindex.rst68 not suitable, the update is canceled.
/linux-6.1.9/include/linux/
Dthunderbolt.h550 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
/linux-6.1.9/Documentation/driver-api/usb/
DURB.rst33 - Transfers for one URB can be canceled with :c:func:`usb_unlink_urb`
37 has been successfully completed or canceled. The URB also contains a
Dgadget.rst52 be submitted or canceled. They share common definitions for the standard
/linux-6.1.9/Documentation/usb/
Dehci.rst214 to the HC, and wait for them all to complete (or be canceled on error).
Dusb-serial.rst67 the connection is canceled on the device.
/linux-6.1.9/drivers/net/
Dthunderbolt.c549 bool canceled) in tbnet_tx_callback() argument
/linux-6.1.9/Documentation/filesystems/
Dorangefs.rst366 state is not "canceled" or "given up", its state is set to "serviced".
/linux-6.1.9/Documentation/livepatch/
Dlivepatch.rst137 A transition can be reversed and effectively canceled by writing the
/linux-6.1.9/Documentation/s390/
Dcds.rst163 For long running I/O request to be canceled, the CDS layer provides the
/linux-6.1.9/drivers/message/fusion/
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()

12