/Linux-v6.6/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()
|
/Linux-v6.6/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()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-driver-intel-m10-bmc-sec-update | 35 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
|
D | sysfs-class-firmware | 19 device be canceled. This request will be rejected (EBUSY) if 20 the update cannot be canceled (e.g. a FLASH write is in
|
/Linux-v6.6/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()
|
/Linux-v6.6/Documentation/driver-api/surface_aggregator/clients/ |
D | dtx.rst | 124 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-v6.6/Documentation/userspace-api/media/dvb/ |
D | dmx-set-filter.rst | 44 filter will be canceled, and the receive buffer will be flushed.
|
/Linux-v6.6/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()
|
/Linux-v6.6/io_uring/ |
D | timeout.c | 668 int canceled = 0; in io_kill_timeouts() local 681 canceled++; in io_kill_timeouts() 685 return canceled != 0; in io_kill_timeouts()
|
/Linux-v6.6/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()
|
/Linux-v6.6/drivers/char/xillybus/ |
D | xillyusb.c | 143 unsigned int canceled; member 924 chan->canceled = 1; in process_in_opcode() 1146 chan->canceled = 0; in flush_downstream() 1154 while (!chan->canceled) { in flush_downstream() 1163 chan->canceled || in flush_downstream()
|
/Linux-v6.6/Documentation/driver-api/pldmfw/ |
D | index.rst | 68 not suitable, the update is canceled.
|
/Linux-v6.6/include/linux/ |
D | thunderbolt.h | 564 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | URB.rst | 33 - 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
|
/Linux-v6.6/Documentation/networking/ |
D | tls-handshake.rst | 154 @sock has been canceled. The consumer's handshake completion callback
|
/Linux-v6.6/Documentation/driver-api/media/ |
D | cec-core.rst | 210 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
|
/Linux-v6.6/Documentation/usb/ |
D | ehci.rst | 214 to the HC, and wait for them all to complete (or be canceled on error).
|
D | usb-serial.rst | 67 the connection is canceled on the device.
|
/Linux-v6.6/drivers/net/thunderbolt/ |
D | main.c | 570 bool canceled) in tbnet_tx_callback() argument
|
/Linux-v6.6/Documentation/arch/s390/ |
D | cds.rst | 163 For long running I/O request to be canceled, the CDS layer provides the
|
/Linux-v6.6/Documentation/filesystems/ |
D | orangefs.rst | 366 state is not "canceled" or "given up", its state is set to "serviced".
|
/Linux-v6.6/Documentation/livepatch/ |
D | livepatch.rst | 137 A transition can be reversed and effectively canceled by writing the
|