Searched refs:async (Results 176 - 200 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/media/i2c/
H A Dadv7343.c32 #include <media/v4l2-async.h>
H A Drdacm21.c21 #include <media/v4l2-async.h>
H A Dtw9900.c20 #include <media/v4l2-async.h>
719 dev_err(dev, "v4l2 async register subdev failed\n");
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.c22 #include <media/v4l2-async.h>
29 * V4L2 async subdevs
177 /* Initialize, fill and register the async notifier. */
206 "Failed to register async notifier: %d\n", ret);
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.c137 * use an async variant of intel_gt_pm_put().
512 /* Wait for or await async unbinds touching our range */
551 * Also note that we do not want to track the async vma as
1779 /* Wait for async active retire */
2013 struct dma_fence *__i915_vma_evict(struct i915_vma *vma, bool async) argument
2051 /* Object backend must be async capable. */
2052 GEM_WARN_ON(async && !vma->resource->bi.pages_rsgt);
2061 if (async)
2074 if (!async) {
2228 * async unbin
[all...]
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_3xxx.c363 s->async->events |= COMEDI_CB_EOA;
570 struct comedi_cmd *cmd = &s->async->cmd;
H A Dadv_pci_dio.c243 struct comedi_async *async_p = s->async;
345 struct comedi_cmd *cmd = &s->async->cmd;
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.h184 struct srp_direct_buf async; member in struct:ibmvfc_npiv_login
790 struct ibmvfc_async_crq *async; member in union:ibmvfc_msgs
H A Dibmvfc.c711 memset(vhost->async_crq.msgs.async, 0, PAGE_SIZE);
1513 login_info->async.va = cpu_to_be64(vhost->async_crq.msg_token);
1514 login_info->async.len = cpu_to_be32(async_crq->size *
1515 sizeof(*async_crq->msgs.async));
3138 "Unknown async", 0, IBMVFC_DEFAULT_LOG_LEVEL
3142 * ibmvfc_get_ae_desc - Get text description for async event
3143 * @ae: async event
3184 * ibmvfc_handle_async - Handle an async event from the adapter
3268 dev_err(vhost->dev, "Unknown async event received: %lld\n", crq->event);
3710 * ibmvfc_next_async_crq - Returns the next entry in async queu
3787 struct ibmvfc_async_crq *async; local
[all...]
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c74 * @async: send message asynchronously, will not wait on completion
76 * must be careful when using async handlers as the memory for
77 * the recv_buf _cannot_ be on stack if this is async.
84 bool async; member in struct:idpf_vc_xn_params
443 * -async: don't wait for message reply, will lose caller context
444 * -async_handler: callback to handle async replies
482 xn->state = params->async ? IDPF_VC_XN_ASYNC : IDPF_VC_XN_WAITING;
487 if (!params->async)
500 if (params->async)
547 * idpf_vc_xn_forward_async - Handle async repl
3548 idpf_add_del_mac_filters(struct idpf_vport *vport, struct idpf_netdev_priv *np, bool add, bool async) argument
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Drs600.c119 void rs600_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async) argument
130 /* flip at hsync for async, default is vsync */
132 async ? AVIVO_D1GRPH_SURFACE_UPDATE_H_RETRACE_EN : 0);
/linux-master/fs/fuse/
H A Dfuse_i.h342 int async; member in struct:fuse_io_priv
359 .async = 0, \
H A Dfile.c814 if (ia->io->async)
1008 * Congested and only async pages left, so skip the
1105 if (ia->io->async)
1601 if (!io->async || nres < 0) {
3014 * By default, we want to optimize all I/Os with async request
3017 io->async = ff->fm->fc->async_dio;
3022 if (io->async && !io->write && offset + count > i_size) {
3035 if (io->async && io->blocking) {
3052 if (io->async) {
3057 /* we have a non-extending, async reques
[all...]
/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/sound/soc/codecs/
H A Dwm5100.c1404 bool async = wm5100->aif_async[dai->id]; local
1427 if (!async) {
1453 async ? "ASYNCCLK" : "SYSCLK");
1458 bclk, aif_rate, async ? "ASYNCCLK" : "SYSCLK");
1471 bclk, aif_rate, async ? "ASYNCCLK" : "SYSCLK");
/linux-master/virt/kvm/
H A Dkvm_main.c2825 static int hva_to_pfn_slow(unsigned long addr, bool *async, bool write_fault, argument
2850 if (async)
2967 * @async: whether this function need to wait IO complete if the
2978 bool *async, bool write_fault, bool *writable)
2985 BUG_ON(atomic && async);
2993 npages = hva_to_pfn_slow(addr, async, write_fault, interruptible,
3002 (!async && check_user_page_hwpoison(addr))) {
3019 if (async && vma_is_valid(vma, write_fault))
3020 *async = true;
3029 bool atomic, bool interruptible, bool *async,
2977 hva_to_pfn(unsigned long addr, bool atomic, bool interruptible, bool *async, bool write_fault, bool *writable) argument
3028 __gfn_to_pfn_memslot(const struct kvm_memory_slot *slot, gfn_t gfn, bool atomic, bool interruptible, bool *async, bool write_fault, bool *writable, hva_t *hva) argument
[all...]
/linux-master/include/net/
H A Dxfrm.h392 int async);
1674 int xfrm4_transport_finish(struct sk_buff *skb, int async);
1695 int xfrm6_transport_finish(struct sk_buff *skb, int async);
/linux-master/drivers/base/power/
H A Dsysfs.c62 * async - Report/change current async suspend setting for the device
69 * All devices have one of the following two values for power/async:
608 static DEVICE_ATTR_RW(async);
/linux-master/drivers/usb/host/
H A Disp116x.h274 /* async schedule: control, bulk */
275 struct list_head async; member in struct:isp116x
322 /* async schedule */
H A Dehci.h67 * ehci_hcd: async, unlink, periodic (and shadow), ...
95 EHCI_HRTIMER_POLL_ASS, /* Poll for async schedule off */
102 EHCI_HRTIMER_ASYNC_UNLINKS, /* Unlink empty async QHs */
105 EHCI_HRTIMER_DISABLE_ASYNC, /* Wait to disable async sched */
140 /* async schedule support */
141 struct ehci_qh *async; member in struct:ehci_hcd
146 unsigned async_count; /* async activity count */
347 /* next async queue entry, or pointer to interrupt/periodic QH */
351 /* for periodic/async schedules and qtd lists, mark end of list */
360 * For entries in the async schedul
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_eckd.h255 unsigned char async:1; member in struct:dasd_eckd_characteristics::__anon398
/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/media/platform/xilinx/
H A Dxilinx-vipp.c19 #include <media/v4l2-async.h>
/linux-master/fs/afs/
H A Dvlclient.c408 call->async = true;
/linux-master/include/media/
H A Dv4l2-subdev.h14 #include <media/v4l2-async.h>
1314 * Clean up a V4L2 async sub-device. Must be called for a sub-device as part of

Completed in 329 milliseconds

1234567891011>>