Home
last modified time | relevance | path

Searched refs:completion (Results 1 - 25 of 46) sorted by relevance

12

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_file.h34 #include <linux/completion.h>
86 * This represents a DRM event. Drivers can use this as a generic completion
87 * mechanism, which supports kernel-internal &struct completion, &struct dma_fence
92 * @completion:
94 * Optional pointer to a kernel internal completion signalled when
98 struct completion *completion; member
104 * to clean up the reference count for the structure @completion is
107 void (*completion_release)(struct completion *completion);
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_completion.h25 #include <linux/completion.h>
36 typedef struct completion oal_completion;
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/
H A Drockchip_saradc.c14 #include <linux/completion.h>
50 struct completion completion; member
73 reinit_completion(&info->completion); in rockchip_saradc_conversion()
84 if (!wait_for_completion_timeout(&info->completion, SARADC_TIMEOUT)) { in rockchip_saradc_conversion()
143 complete(&info->completion); in rockchip_saradc_isr()
428 init_completion(&info->completion); in rockchip_saradc_probe()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dstream.h178 struct completion cmpl;
188 struct completion cmpl;
210 struct completion cmpl;
H A Dhw.h32 struct completion cmpl;
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream.h187 struct completion cmpl;
197 struct completion cmpl;
223 struct completion cmpl;
H A Dfec.h14 struct completion cmpl;
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dhw.h31 struct completion cmpl;
H A Dcapture.h262 struct completion cmpl;
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dhw.h31 struct completion cmpl;
H A Dcapture.h266 struct completion cmpl;
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_file.c111 * own needs, e.g. to signal completion of rendering.
579 * Since events are used by the KMS API for vblank and page flip completion this
678 * events are used by the KMS API for vblank and page flip completion this means
713 * using drm_send_event() or drm_send_event_locked() to signal completion of the
754 * using drm_send_event() or drm_send_event_locked() to signal completion of the
825 if (e->completion) { in drm_send_event_helper()
826 complete_all(e->completion); in drm_send_event_helper()
827 e->completion_release(e->completion); in drm_send_event_helper()
828 e->completion = NULL; in drm_send_event_helper()
864 * completion o
[all...]
/device/soc/rockchip/common/vendor/drivers/pci/
H A Drockchip-pcie-dma.h179 struct completion done;
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
H A Drockchip-pcie-dma.h180 struct completion done;
/device/soc/hisilicon/common/platform/wifi/hi3881v100/adapter/
H A Dhdf_wlan_sdio_adapt.c39 #include <linux/completion.h>
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_iw.h121 struct completion sysioc_exited;
H A Ddhd_pno.h479 struct completion get_batch_done;
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Drockchip-pcie-dma.h185 struct completion done;
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/
H A Drockchip-pcie-dma.h185 struct completion done;
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_defs.h533 * @dump_cmp: Dumping cpu queue completion event.
539 struct completion dump_cmp;
732 * @wait: Wait queue used to wait for the GPU reset completion.
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h12 #include <linux/completion.h>
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1678 struct completion fw_ack;
1679 struct completion fw_req;
1680 struct completion fw_host_ok;
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dlinuxver.h594 struct completion completed;
596 struct completion flushed;
602 /* note this macro assumes there may be only one context waiting on thread's completion */
/device/soc/rockchip/common/sdk_linux/kernel/
H A Dcpu.c60 * @done_up: Signal completion to the issuer of the task for cpu-up
61 * @done_down: Signal completion to the issuer of the task for cpu-down
77 struct completion done_up;
78 struct completion done_down;
259 struct completion *done = bringup ? &st->done_up : &st->done_down; in wait_for_ap_thread()
265 struct completion *done = bringup ? &st->done_up : &st->done_down; in complete_ap_thread()
696 * When complete or on error, should_run is cleared and the completion is fired.
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_service.c13 #include <linux/completion.h>

Completed in 25 milliseconds

12