/linux/drivers/char/tpm/ |
H 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() 109 case VTPM_STATE_CANCEL: /* cancel requested, not yet canceled */ in vtpm_status()
|
H 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()
|
/linux/drivers/char/tpm/st33zp24/ |
H 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()
|
/linux/Documentation/ABI/testing/ |
H A 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
|
H A 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
|
H A D | sysfs-bus-iio-adc-mcp3564 | 33 floor. This offset is effectively canceled at every conversion,
|
/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_request_layer.c | 290 * itself, had to have been canceled. Simply drop the in ssh_rtl_tx_try_process_one() 357 * the request has been canceled prior to submission, %-EALREADY if the 553 * NB: Timeout has already been canceled, request already been in ssh_rtl_complete() 568 * NB: Timeout has already been canceled, request already been in ssh_rtl_complete() 691 * canceled by the above call, the request may not have been completed in ssh_rtl_cancel_pending() 715 * If the request has been canceled by calling this function, both completion 719 * transmitting will be canceled/completed only after transmission has 724 * Return: Returns %true if the given request has been canceled or completed, 731 bool canceled; in ssh_rtl_cancel() local 739 canceled in ssh_rtl_cancel() [all...] |
/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A 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/Documentation/userspace-api/media/dvb/ |
H A D | dmx-set-filter.rst | 44 filter will be canceled, and the receive buffer will be flushed.
|
/linux/include/linux/ |
H A D | damon.h | 428 /* informs if the walk is canceled. */ 429 bool canceled; member 651 /* informs if the kdamond canceled @fn infocation */ 652 bool canceled; member
|
H A D | thunderbolt.h | 570 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); 637 * @frame->callback will be called with canceled set to true. 658 * will be called with canceled set to true.
|
/linux/drivers/thunderbolt/ |
H 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
|
H 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() 605 * triggers the request is canceled before function returns. Note the
|
H A D | nhi.c | 267 * If the ring is shutting down then all frames are marked as canceled and 277 bool canceled = false; in ring_work() local 284 /* Move all frames to done and mark them as canceled. */ in ring_work() 287 canceled = true; in ring_work() 319 frame->callback(ring, frame, canceled); in ring_work() 760 * All enqueued frames will be canceled and their callbacks will be executed 761 * with frame->canceled set to true (on the callback thread). This method
|
/linux/drivers/md/dm-vdo/ |
H A D | packer.c | 167 * The canceled bin can hold up to half the number of user vios. Every canceled vio in the in vdo_make_packer() 169 * canceled one lock holder at a time. in vdo_make_packer() 332 * remove_from_bin() - Get the next data_vio whose compression has not been canceled from a bin. 336 * Any canceled data_vios will be moved to the canceled bin. 596 * allowed to be compressed (if it has already been canceled, we'll fall out here). Once in vdo_attempt_packing() 599 * data_vio could attempt to remove the canceled data_vio from the packer and fail to in vdo_attempt_packing() 744 static void dump_packer_bin(const struct packer_bin *bin, bool canceled) in dump_packer_bin() argument 751 (canceled in dump_packer_bin() [all...] |
/linux/Documentation/driver-api/pldmfw/ |
H A D | index.rst | 68 not suitable, the update is canceled.
|
/linux/mm/damon/ |
H A D | core.c | 1408 control->canceled = false; in damon_call() 1419 if (control->canceled) in damon_call() 1448 control->canceled = false; in damos_walk() 1459 if (control->canceled) in damos_walk() 1792 * as canceled, so that damos_walk() can wake up and return. 1804 control->canceled = true; in damos_walk_cancel() 2457 control->canceled = true; in kdamond_call()
|
/linux/Documentation/driver-api/usb/ |
H A 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/Documentation/networking/ |
H A D | tls-handshake.rst | 154 @sock has been canceled. The consumer's handshake completion callback
|
/linux/Documentation/driver-api/media/ |
H A 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/Documentation/usb/ |
H A D | ehci.rst | 214 to the HC, and wait for them all to complete (or be canceled on error).
|
H A D | usb-serial.rst | 67 the connection is canceled on the device.
|
/linux/drivers/net/thunderbolt/ |
H A D | main.c | 570 bool canceled) in tbnet_tx_callback() argument
|
/linux/Documentation/livepatch/ |
H A D | livepatch.rst | 137 A transition can be reversed and effectively canceled by writing the
|
/linux/Documentation/arch/s390/ |
H A D | cds.rst | 163 For long running I/O request to be canceled, the CDS layer provides the
|