Searched refs:async (Results 226 - 250 of 307) sorted by last modified time

1234567891011>>

/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.c2025 static int isp_subdev_notifier_bound(struct v4l2_async_notifier *async, argument
2029 struct isp_device *isp = container_of(async, struct isp_device,
2042 static int isp_subdev_notifier_complete(struct v4l2_async_notifier *async) argument
2044 struct isp_device *isp = container_of(async, struct isp_device,
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.h23 #include <media/v4l2-async.h>
H A Dcal.c24 #include <media/v4l2-async.h>
894 cal_err(cal, "Error registering async notifier\n");
931 * Register the async notifier. This may trigger registration of the
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c26 #include <media/v4l2-async.h>
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c20 #include <media/v4l2-async.h>
492 * Parallel async notifier
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.h21 #include <media/v4l2-async.h>
/linux-master/sound/soc/intel/atom/sst/
H A Dsst.c22 #include <linux/async.h>
289 /* pvt_id 0 reserved for async messages */
/linux-master/drivers/w1/
H A Dw1_netlink.c39 struct w1_async_cmd async; member in struct:w1_cb_node
447 async);
682 node->async.cb = w1_process_cb;
690 list_add_tail(&node->async.async_entry, &dev->async_list);
/linux-master/drivers/gpu/drm/radeon/
H A Drv770.c800 void rv770_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async) argument
811 /* flip at hsync for async, default is vsync */
813 async ? AVIVO_D1GRPH_SURFACE_UPDATE_H_RETRACE_EN : 0);
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.h264 struct dma_fence *__i915_vma_evict(struct i915_vma *vma, bool async);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c170 struct mlx5e_async_ctx *async = local
172 struct mlx5e_ktls_offload_context_tx *priv_tx = async->priv_tx;
175 async->err = status;
180 priv_tx->tisn = MLX5_GET(create_tis_out, async->out_create, tisn);
185 struct mlx5e_async_ctx *async = local
187 struct mlx5e_ktls_offload_context_tx *priv_tx = async->priv_tx;
194 struct mlx5e_async_ctx *async)
206 if (!async) {
211 async->priv_tx = priv_tx;
212 err = mlx5e_ktls_create_tis_cb(mdev, async
193 mlx5e_tls_priv_tx_init(struct mlx5_core_dev *mdev, struct mlx5e_tls_sw_stats *sw_stats, struct mlx5e_async_ctx *async) argument
226 mlx5e_tls_priv_tx_cleanup(struct mlx5e_ktls_offload_context_tx *priv_tx, struct mlx5e_async_ctx *async) argument
301 struct mlx5e_async_ctx *async = &bulk_async->arr[j]; local
[all...]
/linux-master/drivers/staging/media/tegra-video/
H A Dvip.h11 #include <media/v4l2-async.h>
H A Dvi.h17 #include <media/v4l2-async.h>
H A Dcsi.h10 #include <media/v4l2-async.h>
/linux-master/drivers/media/i2c/
H A Ddw9768.c9 #include <media/v4l2-async.h>
/linux-master/drivers/usb/host/
H A Disp116x-hcd.c316 /* async deschedule */
517 list_for_each_entry(ep, &isp116x->async, schedule) {
565 if ((&isp116x->async)->next != (&isp116x->async)->prev)
566 list_move(&isp116x->async, (&isp116x->async)->next);
772 list_add_tail(&ep->schedule, &isp116x->async);
1615 INIT_LIST_HEAD(&isp116x->async);
/linux-master/drivers/cxl/
H A Dsecurity.c6 #include <linux/async.h>
/linux-master/drivers/usb/musb/
H A Dmusb_core.h328 dma_addr_t async; member in struct:musb
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_atomic.c209 bool async = can_do_async(state, &async_crtc); local
211 trace_msm_atomic_commit_tail_start(async, crtc_mask);
216 * Ensure any previous (potentially async) commit has
238 if (async) {
242 /* async updates are limited to single-crtc updates: */
273 trace_msm_atomic_commit_tail_finish(async, crtc_mask);
280 * If there is any async flush pending on updated crtcs, fold
310 trace_msm_atomic_commit_tail_finish(async, crtc_mask);
/linux-master/arch/arm/mach-omap2/
H A Dusb-tusb6010.c115 printk(error, "async", status);
154 unsigned int async, unsigned int sync,
162 status = gpmc_cs_request(async, SZ_16M, (unsigned long *)
170 async_cs = async;
152 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned int ps_refclk, unsigned int waitpin, unsigned int async, unsigned int sync, unsigned int dmachan) argument
/linux-master/kernel/module/
H A Dkmod.c29 #include <linux/async.h>
139 * We don't allow synchronous module loading from async. Module
/linux-master/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c309 * If async is nonzero, URBs will be sent without waiting for
317 ssize_t *bytes_written, unsigned int tflags, int async)
343 async = 0;
381 async ? 0 : 5 * HZ, tflags);
385 /* Will not happen if async */
392 if ((result == 0) && !async && transferred_len) {
413 if (async) {
315 sisusb_send_bulk_msg(struct sisusb_usb_data *sisusb, int ep, int len, char *kernbuffer, const char __user *userbuffer, int index, ssize_t *bytes_written, unsigned int tflags, int async) argument
/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c13 #include <linux/async.h>
/linux-master/drivers/scsi/
H A Dnsp32.c1002 * Set async because we don't get proper negotiation.
1009 "SDTR_INITIATOR: fall back to async");
1013 * but there are no chance to remove this flag. Set async
1021 "Unknown SDTR from target is reached, fall back to async.");
1499 seq_puts(m, "async");
2046 * failed. Fall back to async transfer mode, and set
2266 goto async;
2272 * fall back to async mode. If it's ok, then investigate
2277 * to async mode.
2340 async
[all...]
H A Datp870u.c1413 atpdev->async[0] = 0;
1420 atpdev->async[0] |= n;
1422 atpdev->async[0] = ~(atpdev->async[0]);
1487 atpdev->async[c] = 0;
1494 atpdev->async[c] |= n;
1496 atpdev->async[c] = ~(atpdev->async[c]);
2177 if ((dev->async[c] & m) != 0) {

Completed in 328 milliseconds

1234567891011>>