Searched refs:async (Results 251 - 275 of 303) sorted by relevance

<<111213

/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/i2c/
H A Drdacm20.c26 #include <media/v4l2-async.h>
H A Dmax9286.c27 #include <media/v4l2-async.h>
1074 /* Register v4l2 async notifiers for connected Camera subdevices */
1077 dev_err(dev, "Unable to register V4L2 async notifiers\n");
H A Dmt9m111.c18 #include <media/v4l2-async.h>
H A Dov5695.c18 #include <media/v4l2-async.h>
1318 dev_err(dev, "v4l2 async register subdev failed\n");
H A Dov8858.c23 #include <media/v4l2-async.h>
1951 dev_err(dev, "v4l2 async register subdev failed\n");
H A Dov9650.c25 #include <media/v4l2-async.h>
H A Dthp7312.c26 #include <media/v4l2-async.h>
H A Disl7998x.c21 #include <media/v4l2-async.h>
/linux-master/drivers/input/touchscreen/
H A Delants_i2c.c28 #include <linux/async.h>
/linux-master/drivers/media/platform/renesas/
H A Drenesas-ceu.c32 #include <media/v4l2-async.h>
151 * ceu_subdev - Wraps v4l2 sub-device and provides async subdevice.
189 /* async subdev notification helpers */
1500 /* Setup the ceu subdevice and the async subdevice. */
1564 /* Setup the ceu subdevice and the async subdevice. */
H A Drcar_drif.c52 #include <media/v4l2-async.h>
181 /* OF graph endpoint's V4L2 async data */
222 struct rcar_drif_graph_ep ep; /* Endpoint V4L2 async data */
/linux-master/fs/afs/
H A Dinternal.h131 struct work_struct async_work; /* async I/O processor */
172 bool async; /* T if asynchronous */ member in struct:afs_call
/linux-master/drivers/nvdimm/
H A Dbus.c13 #include <linux/async.h>
559 * In the async case this is being triggered with the
576 * or otherwise let the async path handle it if the
/linux-master/drivers/base/firmware_loader/
H A Dmain.c32 #include <linux/async.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h464 bool async; member in struct:amdgpu_flip_work
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c4347 bool async; local
4384 async = false;
4385 fault->pfn = __gfn_to_pfn_memslot(slot, fault->gfn, false, false, &async,
4388 if (!async)
4579 WARN_ONCE(1, "Unexpected host async PF flags: %x\n", flags);
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c3596 * @async: Flag to wait for completion or not
3599 * async flag is not set wait for the completion of the port
3604 int mpi3mr_issue_port_enable(struct mpi3mr_ioc *mrioc, u8 async) argument
3619 if (async) {
3635 if (async) {
/linux-master/arch/sparc/kernel/
H A Dentry.S326 be sun4m_nmi_error ! Must be an NMI async memory error
735 /* NMI async memory error handling. */
/linux-master/drivers/media/platform/nxp/
H A Dimx7-media-csi.c35 #include <media/v4l2-async.h>
/linux-master/drivers/s390/crypto/
H A Dap_bus.c386 /* On a pending async error the info should be available */
387 if (!status.async)
/linux-master/include/linux/
H A Dkvm_host.h1222 bool atomic, bool interruptible, bool *async,
H A Dlibata.h25 #include <linux/async.h>
/linux-master/drivers/s390/virtio/
H A Dvirtio_ccw.c20 #include <linux/async.h>
/linux-master/drivers/nvme/host/
H A Dapple.c12 #include <linux/async.h>
72 * The controller also doesn't support async event such that no space must

Completed in 556 milliseconds

<<111213