Searched refs:completion (Results 276 - 300 of 1596) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.h7 #include <linux/completion.h>
99 struct completion pd_gate;
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.h86 struct completion *disable_done;
189 struct completion *input_flip_done);
/linux-master/drivers/iio/adc/
H A Dsun4i-gpadc-iio.c22 #include <linux/completion.h>
92 struct completion completion; member in struct:sun4i_gpadc_iio
172 reinit_completion(&info->completion);
239 if (!wait_for_completion_timeout(&info->completion,
361 complete(&info->completion);
375 complete(&info->completion);
619 init_completion(&info->completion);
H A Dad_sigma_delta.c218 reinit_completion(&sigma_delta->completion);
226 timeout = wait_for_completion_timeout(&sigma_delta->completion, 2 * HZ);
293 reinit_completion(&sigma_delta->completion);
300 &sigma_delta->completion, HZ);
413 reinit_completion(&sigma_delta->completion);
414 wait_for_completion_timeout(&sigma_delta->completion, HZ);
541 complete(&sigma_delta->completion);
585 init_completion(&sigma_delta->completion);
/linux-master/kernel/module/
H A Ddups.c18 #include <linux/completion.h>
51 struct completion first_req_done;
239 * with a slight delay here. So queueue up the completion
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.h61 * @tx.packet_wq: Waitqueue-head for packet transmit completion.
95 struct completion thread_cplt_tx;
96 struct completion thread_cplt_pkt;
/linux-master/drivers/md/dm-vdo/
H A Dtypes.h257 * @completion: The completion of the operation.
259 typedef void (*vdo_action_fn)(struct vdo_completion *completion);
292 /* The type of completion this is */
302 * If true, queue this completion on the next callback invocation, even if it is already
313 /* The VDO on which this completion operates */
322 /* The parent object, if any, that spawned this completion */
364 /* The completion for this vio */
365 struct vdo_completion completion; member in struct:vio
/linux-master/drivers/i2c/busses/
H A Di2c-hisi.c11 #include <linux/completion.h>
98 struct completion *completion; member in struct:hisi_i2c_controller
208 ctlr->completion = &done;
214 if (!wait_for_completion_timeout(ctlr->completion, adap->timeout)) {
228 ctlr->completion = NULL;
344 * Don't handle the interrupt if cltr->completion is NULL. We may
348 if (!ctlr->completion)
370 * Only use TRANS_CPLT to indicate the completion. On error cases we'll
377 complete(ctlr->completion);
[all...]
/linux-master/drivers/staging/greybus/
H A Dfw-management.c10 #include <linux/completion.h>
32 struct completion completion; member in struct:fw_mgmt
239 complete(&fw_mgmt->completion);
380 complete(&fw_mgmt->completion);
457 if (!wait_for_completion_timeout(&fw_mgmt->completion,
481 if (!wait_for_completion_timeout(&fw_mgmt->completion,
605 init_completion(&fw_mgmt->completion);
/linux-master/drivers/usb/gadget/function/
H A Dtcm.h75 struct completion write_complete;
/linux-master/drivers/nfc/st-nci/
H A Dst-nci.h47 struct completion req_completion;
/linux-master/drivers/memstick/host/
H A Dr592.h148 struct completion dma_done;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpmu.h18 struct completion wpr_ready;
/linux-master/drivers/net/wireless/rsi/
H A Drsi_common.h64 init_completion(&thread->completion);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_devlink.h93 struct completion read_sem;
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h102 /* last frame completion */
103 struct completion frame_cmplt;
/linux-master/drivers/scsi/isci/
H A Dtask.h86 struct completion *complete;
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h13 #include <linux/completion.h>
65 SKCBF_TX_FLAG_COMPL = (1 << 1), /* wr completion flag */
145 struct completion completion; member in struct:cxgbit_wr_wait
181 struct completion accept_comp;
/linux-master/drivers/infiniband/core/
H A Dcma_priv.h76 struct completion comp;
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.h18 struct completion;
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_pool.h27 struct completion complete;
/linux-master/drivers/crypto/intel/keembay/
H A Docs-aes.h50 struct completion irq_completion;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.h88 * @wq: wait queue to wait for state change completion
119 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion);
/linux-master/drivers/crypto/amlogic/
H A Damlogic-gxl.h63 * @complete: completion for the current task on this flow
71 struct completion complete;
/linux-master/drivers/spi/
H A Dspi-fsl-lib.h70 struct completion done;

Completed in 197 milliseconds

<<11121314151617181920>>