Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/char/tpm/
H 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()
H 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()
/openbmc/linux/drivers/char/tpm/st33zp24/
H 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()
/openbmc/linux/Documentation/ABI/testing/
H A 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
H A 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
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dpower_off_config.md44 `cause` criteria still exists. This timer is canceled when the `count`
48 `service_mode_delay` timer expires. This timer can not be canceled once
H A Dclass.md17 is canceled.
/openbmc/linux/drivers/platform/surface/aggregator/
H 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()
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A 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
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-set-filter.rst44 filter will be canceled, and the receive buffer will be flushed.
/openbmc/docs/designs/
H A Dtarget-fail-monitoring.md45 done, canceled, timeout, failed, dependency, skipped
73 status that failed (i.e. canceled, timeout, ...)
182 action, cancel the systemd target. A target status of `canceled` will not result
/openbmc/linux/drivers/thunderbolt/
H 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
H A Dctl.c338 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()
H 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()
/openbmc/linux/io_uring/
H A Dtimeout.c670 int canceled = 0; in io_kill_timeouts() local
683 canceled++; in io_kill_timeouts()
687 return canceled != 0; in io_kill_timeouts()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A 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()
/openbmc/linux/drivers/char/xillybus/
H 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()
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst68 not suitable, the update is canceled.
/openbmc/linux/include/linux/
H A Dthunderbolt.h564 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
/openbmc/linux/Documentation/driver-api/usb/
H A 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
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js785 var that = this, canceled = false, syncCalled = false, rendered = 0;
788 canceled = true;
808 if (!canceled && rendered < that.limit) {
/openbmc/qemu/qapi/
H A Djob.json60 # @paused. The job may return to @ready or otherwise be canceled.
/openbmc/linux/Documentation/networking/
H A Dtls-handshake.rst154 @sock has been canceled. The consumer's handshake completion callback
/openbmc/linux/Documentation/driver-api/media/
H A Dcec-core.rst210 To pass on the result of a canceled non-blocking transmit::
215 This optional callback can be used to obtain the result of a canceled
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst90 migration failed or was canceled.

12