Searched refs:async (Results 276 - 300 of 303) sorted by relevance

<<111213

/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c1496 const struct firmware **fw, bool async)
1510 if (async) {
1494 do_request_fw(struct b43legacy_wldev *dev, const char *name, const struct firmware **fw, bool async) argument
/linux-master/drivers/md/
H A Ddm-crypt.c1994 static void kcryptd_crypt_write_io_submit(struct dm_crypt_io *io, int async) argument
2014 if ((likely(!async) && test_bit(DM_CRYPT_NO_OFFLOAD, &cc->flags)) ||
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c253 * @async: asynchronous flip
259 int crtc_id, u64 crtc_base, bool async)
265 /* flip immediate for async, default is vsync */
268 GRPH_SURFACE_UPDATE_IMMEDIATE_EN, async ? 1 : 0);
258 dce_v11_0_page_flip(struct amdgpu_device *adev, int crtc_id, u64 crtc_base, bool async) argument
H A Ddce_v10_0.c229 * @async: asynchronous flip
235 int crtc_id, u64 crtc_base, bool async)
241 /* flip at hsync for async, default is vsync */
244 GRPH_SURFACE_UPDATE_H_RETRACE_EN, async ? 1 : 0);
234 dce_v10_0_page_flip(struct amdgpu_device *adev, int crtc_id, u64 crtc_base, bool async) argument
H A Ddce_v8_0.c180 * @async: asynchronous flip
186 int crtc_id, u64 crtc_base, bool async)
191 /* flip at hsync for async, default is vsync */
192 WREG32(mmGRPH_FLIP_CONTROL + amdgpu_crtc->crtc_offset, async ?
185 dce_v8_0_page_flip(struct amdgpu_device *adev, int crtc_id, u64 crtc_base, bool async) argument
H A Ddce_v6_0.c186 * @async: asynchronous flip
195 int crtc_id, u64 crtc_base, bool async)
200 /* flip at hsync for async, default is vsync */
201 WREG32(mmGRPH_FLIP_CONTROL + amdgpu_crtc->crtc_offset, async ?
194 dce_v6_0_page_flip(struct amdgpu_device *adev, int crtc_id, u64 crtc_base, bool async) argument
/linux-master/drivers/usb/musb/
H A Dmusb_core.c1670 hw_ep->fifo_async = musb->async + 0x400 +
/linux-master/fs/afs/
H A Dfsclient.c1760 call->async = true;
/linux-master/drivers/media/i2c/
H A Dmt9m114.c26 #include <media/v4l2-async.h>
H A Dtvp5150.c18 #include <media/v4l2-async.h>
H A Dst-vgxy61.c22 #include <media/v4l2-async.h>
1830 dev_err(&client->dev, "async subdev register failed %d\n", ret);
H A Dalvium-csi2.c16 #include <media/v4l2-async.h>
H A Dov5640.c22 #include <media/v4l2-async.h>
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c8 #include <linux/async.h>
/linux-master/kernel/module/
H A Dmain.c50 #include <linux/async.h>
2559 * We need to finish all async code before the module init sequence
2561 * loading is requested from async (which is not allowed!).
2563 * See commit 0fdff3ec6d87 ("async, kmod: warn on synchronous
2564 * request_module() from async workers") for more details.
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c33 #include <media/v4l2-async.h>
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dmain.c2189 struct b43_firmware_file *fw, bool async)
2229 if (async) {
2242 /* On some ARM systems, the async request will fail, but the next sync
2187 b43_do_request_fw(struct b43_request_fw_context *ctx, const char *name, struct b43_firmware_file *fw, bool async) argument
/linux-master/drivers/gpu/drm/radeon/
H A Devergreen.c1411 * @async: asynchronous flip
1417 bool async)
1422 /* flip at hsync for async, default is vsync */
1424 async ? EVERGREEN_GRPH_SURFACE_UPDATE_H_RETRACE_EN : 0);
1416 evergreen_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async) argument
H A Dr100.c156 * @async: asynchronous flip
163 void r100_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async) argument
/linux-master/sound/soc/
H A Dsoc-dapm.c22 #include <linux/async.h>
/linux-master/drivers/s390/block/
H A Ddasd.c18 #include <linux/async.h>
/linux-master/drivers/block/
H A Dfloppy.c193 #include <linux/async.h>
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c27 uint32_t async; member in union:edb_node::__anon85
/linux-master/drivers/nvme/host/
H A Dpci.c8 #include <linux/async.h>
/linux-master/drivers/regulator/
H A Dcore.c15 #include <linux/async.h>

Completed in 532 milliseconds

<<111213