Searched refs:async (Results 201 - 225 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-async.c22 #include <media/v4l2-async.h>
101 "v4l2-async: fwnode match: need %pfw, trying %pfw\n",
106 "v4l2-async: direct match found\n");
112 "v4l2-async: direct match not found\n");
123 "v4l2-async: device--endpoint match %sfound\n",
134 "v4l2-async: matching for notifier %pfw, sd fwnode %pfw\n",
141 "v4l2-async: endpoint fwnode list available, looking for %pfw\n",
149 "v4l2-async: endpoint-endpoint match %sfound with %pfw\n",
156 dev_dbg(sd->dev, "async: no endpoint matched\n");
169 "v4l2-async
[all...]
/linux-master/drivers/media/i2c/
H A Dov9640.c29 #include <media/v4l2-async.h>
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c27 #include <linux/async.h>
513 /* Only serialises with all preceding async calls, hence +1 */
/linux-master/include/linux/
H A Dscmi_protocol.h310 * @async: Flag for asynchronous read support.
346 bool async; member in struct:scmi_sensor_info
/linux-master/drivers/media/pci/intel/ivsc/
H A Dmei_csi.c28 #include <media/v4l2-async.h>
/linux-master/init/
H A Dinitramfs.c3 #include <linux/async.h>
/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.c409 * @async: Is this a FW asynchronous message handling queue?
417 uint32_t vec, uint8_t portid, bool async,
459 iqp.iqasynch = async;
416 csio_wr_iq_create(struct csio_hw *hw, void *priv, int iq_idx, uint32_t vec, uint8_t portid, bool async, void (*cbfn) (struct csio_hw *, struct csio_mb *)) argument
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c290 if (dmm->engines[i].async)
426 /* mark whether it is async to denote list management in IRQ handler */
427 engine->async = wait ? false : true;
429 /* verify that the irq handler sees the 'async' and completion value */
470 * handle errors in the async code paths. The fill operation may
476 * support sync fills and so the whole async code path could be removed.
/linux-master/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c552 bool *change, bool async,
575 ret = regmap_update_bits_base(regmap, off, mask, val, change, async, force);
547 cy8c95x0_regmap_update_bits_base(struct cy8c95x0_pinctrl *chip, unsigned int reg, unsigned int port, unsigned int mask, unsigned int val, bool *change, bool async, bool force) argument
/linux-master/drivers/greybus/
H A Des2.c218 bool async)
222 if (async)
217 output(struct gb_host_device *hd, void *req, u16 size, u8 cmd, bool async) argument
/linux-master/drivers/ata/
H A Dlibata-core.c5175 bool async)
5204 if (!async)
5209 bool async)
5230 async);
5263 bool async)
5267 async);
5328 * level. sas suspend/resume is async to allow parallel port recovery
5173 ata_port_request_pm(struct ata_port *ap, pm_message_t mesg, unsigned int action, unsigned int ehi_flags, bool async) argument
5208 ata_port_suspend(struct ata_port *ap, pm_message_t mesg, bool async) argument
5262 ata_port_resume(struct ata_port *ap, pm_message_t mesg, bool async) argument
H A Dpata_legacy.c47 #include <linux/async.h>
/linux-master/drivers/scsi/arm/
H A Dfas216.c519 enum { sync, async, none, reject } res = none; enumerator in enum:__anon2629
536 res = async;
611 case async:
3017 seq_puts(m, "async\n");
/linux-master/drivers/usb/misc/
H A Dusbtest.c1122 /* async unlink for cleanup? */
1435 static int unlink1(struct usbtest_dev *dev, int pipe, int size, int async) argument
1469 if (async) {
1506 if (async)
1517 /* test sync and async paths */
/linux-master/drivers/perf/
H A Dxgene_pmu.c404 XGENE_PMU_EVENT_ATTR(input-req-async-fifo-stall, 0x12),
405 XGENE_PMU_EVENT_ATTR(output-req-async-fifo-stall, 0x13),
406 XGENE_PMU_EVENT_ATTR(output-data-async-fifo-stall, 0x14),
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c425 static int vfio_lock_acct(struct vfio_dma *dma, long npage, bool async) argument
434 if (async && !mmget_not_zero(mm))
441 if (async)
/linux-master/crypto/
H A Dtcrypt.c883 pr_info("testing speed of async %s (%s)\n", algo,
1295 unsigned int tcount, u8 *keysize, bool async)
1313 tfm = crypto_alloc_skcipher(algo, 0, async ? 0 : CRYPTO_ALG_ASYNC);
1321 pr_info("testing speed of %s %s (%s) %s\n", async ? "async" : "sync",
1293 test_skcipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, bool async) argument
/linux-master/include/trace/events/
H A Dsunrpc.h318 __field(bool, async)
327 __entry->async = RPC_IS_ASYNC(task);
335 __get_str(procname), __entry->async ? "a": ""
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c262 /* with cbfn set, its async cmd, don't wait */
1053 unsigned int __beiscsi_boot_get_shandle(struct beiscsi_hba *phba, int async) argument
1073 if (async) {
/linux-master/drivers/hsi/controllers/
H A Domap_ssi_port.c1177 port->async = ssi_async;
1242 port->async = hsi_dummy_msg;
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel.c973 int safexcel_invalidate_cache(struct crypto_async_request *async, argument
1001 safexcel_rdr_req_set(priv, ring, rdesc, async);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_display.c471 radeon_page_flip(rdev, radeon_crtc->crtc_id, work->base, work->async);
506 work->async = (page_flip_flags & DRM_MODE_PAGE_FLIP_ASYNC) != 0;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c155 adev->mode_info.funcs->page_flip(adev, work->crtc_id, work->base, work->async);
216 work->async = (page_flip_flags & DRM_MODE_PAGE_FLIP_ASYNC) != 0;
/linux-master/drivers/usb/host/
H A Disp1362.h407 /* async schedule */
454 /* async schedule: control, bulk */
455 struct list_head async; member in struct:isp1362_hcd
/linux-master/drivers/usb/musb/
H A Dtusb6010.c1119 /* dma address for async dma */
1122 pr_debug("no async dma resource?\n");
1126 musb->async = mem->start;

Completed in 330 milliseconds

1234567891011>>