Searched refs:async (Results 226 - 250 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/host/
H A Dehci-hub.c415 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next);
/linux-master/drivers/acpi/
H A Dbattery.c13 #include <linux/async.h>
/linux-master/drivers/comedi/drivers/
H A Dni_atmio16d.c289 struct comedi_cmd *cmd = &s->async->cmd;
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel.h891 int safexcel_invalidate_cache(struct crypto_async_request *async,
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c19 #include <media/v4l2-async.h>
/linux-master/drivers/media/i2c/
H A Dov02a10.c14 #include <media/v4l2-async.h>
H A Dst-mipid02.c20 #include <media/v4l2-async.h>
748 /* register async notifier so we get noticed when sensor is connected */
H A Dov4689.c17 #include <media/v4l2-async.h>
953 dev_err(dev, "v4l2 async register subdev failed\n");
H A Dov2685.c18 #include <media/v4l2-async.h>
835 dev_err(dev, "v4l2 async register subdev failed\n");
H A Dtvp514x.c31 #include <media/v4l2-async.h>
H A Dtvp7002.c23 #include <media/v4l2-async.h>
H A Dmt9p031.c27 #include <media/v4l2-async.h>
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_common.c724 details.async = true;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c27 #include <media/v4l2-async.h>
812 * v4l2_fwnode_reference_parse - parse references for async sub-devices
814 * @notifier: the async notifier where the async subdevs will be added
1079 * v4l2_fwnode_reference_parse_int_props - parse references for async
1089 * @props. Then, set up V4L2 async sub-devices for those fwnodes in the notifier
1159 * sensors for async sub-devices
1161 * @notifier: the async notifier where the async subdevs will be added
1164 * sensor and set up async su
[all...]
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr.h1313 int mpi3mr_issue_port_enable(struct mpi3mr_ioc *mrioc, u8 async);
/linux-master/drivers/base/
H A Dbus.c12 #include <linux/async.h>
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h146 /* R600+ has an async dma ring */
148 /* cayman add a second async dma ring */
705 bool async; member in struct:radeon_flip_work
1000 /* r600 async dma */
1987 void (*page_flip)(struct radeon_device *rdev, int crtc, u64 crtc_base, bool async);
2753 #define radeon_page_flip(rdev, crtc, base, async) (rdev)->asic->pflip.page_flip((rdev), (crtc), (base), (async))
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/kernel/power/
H A Dhibernate.c20 #include <linux/async.h>
/linux-master/drivers/usb/dwc3/
H A Dgadget.c280 static int __dwc3_gadget_wakeup(struct dwc3 *dwc, bool async);
2309 static int __dwc3_gadget_wakeup(struct dwc3 *dwc, bool async) argument
2340 if (async)
2362 if (async)
/linux-master/init/
H A Dmain.c79 #include <linux/async.h>
1445 /* need to finish all async __init code before freeing the memory */
/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...]
/linux-master/drivers/scsi/bnx2i/
H A D57xx_iscsi_hsi.h1522 struct bnx2i_async_msg async; member in union:iscsi_response
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c26 #include <media/v4l2-async.h>
/linux-master/drivers/media/platform/ti/cal/
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

Completed in 363 milliseconds

1234567891011>>