Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/kernel/drivers/staging/comedi/
H A Dcomedi_buf.c56 struct comedi_async *async = s->async; in __comedi_buf_free() local
60 if (async->prealloc_buf) { in __comedi_buf_free()
62 vunmap(async->prealloc_buf); in __comedi_buf_free()
63 async->prealloc_buf = NULL; in __comedi_buf_free()
64 async->prealloc_bufsz = 0; in __comedi_buf_free()
68 bm = async->buf_map; in __comedi_buf_free()
69 async->buf_map = NULL; in __comedi_buf_free()
144 struct comedi_async *async = s->async; in __comedi_buf_alloc() local
162 async->buf_map = bm; in __comedi_buf_alloc()
171 async->prealloc_buf = buf->virt_addr; in __comedi_buf_alloc()
[all …]
H A Ddrivers.c170 if (s->async) { in comedi_device_detach_cleanup()
172 kfree(s->async); in comedi_device_detach_cleanup()
454 struct comedi_cmd *cmd = &s->async->cmd; in comedi_bytes_per_scan()
463 struct comedi_async *async = s->async; in __comedi_nscans_left() local
464 struct comedi_cmd *cmd = &async->cmd; in __comedi_nscans_left()
469 if (async->scans_done < cmd->stop_arg) in __comedi_nscans_left()
470 scans_left = cmd->stop_arg - async->scans_done; in __comedi_nscans_left()
515 struct comedi_async *async = s->async; in comedi_nsamples_left() local
516 struct comedi_cmd *cmd = &async->cmd; in comedi_nsamples_left()
528 comedi_bytes_to_samples(s, async->scan_progress); in comedi_nsamples_left()
[all …]
H A Dcomedi_fops.c341 struct comedi_async *async = s->async; in resize_async_buffer() local
346 if (new_size > async->max_bufsize) in resize_async_buffer()
374 s->index, async->prealloc_bufsz); in resize_async_buffer()
394 if (s && (s->subdev_flags & SDF_CMD_READ) && s->async) in max_read_buffer_kb_show()
395 size = s->async->max_bufsize / 1024; in max_read_buffer_kb_show()
425 if (s && (s->subdev_flags & SDF_CMD_READ) && s->async) in max_read_buffer_kb_store()
426 s->async->max_bufsize = size; in max_read_buffer_kb_store()
450 if (s && (s->subdev_flags & SDF_CMD_READ) && s->async) in read_buffer_kb_show()
451 size = s->async->prealloc_bufsz / 1024; in read_buffer_kb_show()
481 if (s && (s->subdev_flags & SDF_CMD_READ) && s->async) in read_buffer_kb_store()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c153 out->async.s = cryptodev_crypto_alloc_blkcipher(alg_name, 0, 0); in cryptodev_cipher_init()
154 if (unlikely(IS_ERR(out->async.s))) { in cryptodev_cipher_init()
156 return PTR_ERR(out->async.s); in cryptodev_cipher_init()
160 tfm = crypto_skcipher_tfm(out->async.s); in cryptodev_cipher_init()
177 alg = crypto_skcipher_alg(out->async.s); in cryptodev_cipher_init()
182 alg = crypto_ablkcipher_alg(out->async.s); in cryptodev_cipher_init()
191 out->blocksize = cryptodev_crypto_blkcipher_blocksize(out->async.s); in cryptodev_cipher_init()
192 out->ivsize = cryptodev_crypto_blkcipher_ivsize(out->async.s); in cryptodev_cipher_init()
193 out->alignmask = cryptodev_crypto_blkcipher_alignmask(out->async.s); in cryptodev_cipher_init()
195 ret = cryptodev_crypto_blkcipher_setkey(out->async.s, keyp, keylen); in cryptodev_cipher_init()
[all …]
H A Dcryptlib.h33 } async; member
55 aead_request_set_assoc(cdata->async.arequest, len ? sg1 : NULL, len); in cryptodev_cipher_auth()
57 aead_request_set_ad(cdata->async.arequest, len); in cryptodev_cipher_auth()
64 crypto_aead_setauthsize(cdata->async.as, size); in cryptodev_cipher_set_tag_size()
70 return crypto_aead_authsize(cdata->async.as); in cryptodev_cipher_get_tag_size()
78 memcpy(cdata->async.iv, iv, min(iv_size, sizeof(cdata->async.iv))); in cryptodev_cipher_set_iv()
84 memcpy(iv, cdata->async.iv, min(iv_size, sizeof(cdata->async.iv))); in cryptodev_cipher_get_iv()
96 } async; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/
H A Dopenacc.f90137 subroutine acc_wait_async_h (arg, async)
138 integer arg, async local
144 subroutine acc_wait_all_async_h (async)
145 integer async local
365 subroutine acc_copyin_async_32_h (a, len, async)
371 integer (acc_handle_kind) async local
374 subroutine acc_copyin_async_64_h (a, len, async)
380 integer (acc_handle_kind) async local
383 subroutine acc_copyin_async_array_h (a, async)
386 integer (acc_handle_kind) async local
[all …]
H A Dopenacc_lib.h163 subroutine acc_wait_async_h (arg, async)
164 integer arg, async
180 subroutine acc_wait_all_async_h (async)
181 integer async
454 subroutine acc_copyin_async_32_h (a, len, async)
460 integer (acc_handle_kind) async
463 subroutine acc_copyin_async_64_h (a, len, async)
469 integer (acc_handle_kind) async
480 subroutine acc_create_async_32_h (a, len, async)
486 integer (acc_handle_kind) async
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/
H A Dopenacc.f90137 subroutine acc_wait_async_h (arg, async)
138 integer arg, async local
144 subroutine acc_wait_all_async_h (async)
145 integer async local
365 subroutine acc_copyin_async_32_h (a, len, async)
371 integer (acc_handle_kind) async local
374 subroutine acc_copyin_async_64_h (a, len, async)
380 integer (acc_handle_kind) async local
383 subroutine acc_copyin_async_array_h (a, async)
386 integer (acc_handle_kind) async local
[all …]
H A Dopenacc_lib.h163 subroutine acc_wait_async_h (arg, async)
164 integer arg, async
180 subroutine acc_wait_all_async_h (async)
181 integer async
454 subroutine acc_copyin_async_32_h (a, len, async)
460 integer (acc_handle_kind) async
463 subroutine acc_copyin_async_64_h (a, len, async)
469 integer (acc_handle_kind) async
480 subroutine acc_create_async_32_h (a, len, async)
486 integer (acc_handle_kind) async
[all …]
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap-spi.c23 struct regmap_async_spi *async = data; in regmap_spi_complete() local
25 regmap_async_complete_cb(&async->core, async->m.status); in regmap_spi_complete()
58 struct regmap_async_spi *async = container_of(a, in regmap_spi_async_write() local
64 async->t[0].tx_buf = reg; in regmap_spi_async_write()
65 async->t[0].len = reg_len; in regmap_spi_async_write()
66 async->t[1].tx_buf = val; in regmap_spi_async_write()
67 async->t[1].len = val_len; in regmap_spi_async_write()
69 spi_message_init(&async->m); in regmap_spi_async_write()
70 spi_message_add_tail(&async->t[0], &async->m); in regmap_spi_async_write()
72 spi_message_add_tail(&async->t[1], &async->m); in regmap_spi_async_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_atomic_trace.h12 TP_PROTO(bool async, unsigned crtc_mask),
13 TP_ARGS(async, crtc_mask),
15 __field(bool, async)
19 __entry->async = async;
23 __entry->async, __entry->crtc_mask)
27 TP_PROTO(bool async, unsigned crtc_mask),
28 TP_ARGS(async, crtc_mask),
30 __field(bool, async)
34 __entry->async = async;
38 __entry->async, __entry->crtc_mask)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dclient.py23 async def setup_connection(self):
29 async def send_stream(self, msg):
30 async def proc():
40 async def _set_mode(self, new_mode):
56 async def get_unihash(self, method, taskhash):
63 async def report_unihash(self, taskhash, method, outhash, unihash, extra={}):
72 async def report_unihash_equiv(self, taskhash, method, unihash, extra={}):
80 async def get_taskhash(self, method, taskhash, all_properties=False):
86 async def get_outhash(self, method, outhash, taskhash):
92 async def get_stats(self):
[all …]
/OK3568_Linux_fs/device/rockchip/common/post-hooks/
H A D06-async-commit.sh10 etc/systemd/system/multi-user.target.wants/async.service \
11 usr/lib/systemd/system/async.service
16 install -m 0755 external/rkscript/async-commit "$TARGET_DIR/usr/bin/"
22 install -m 0755 external/rkscript/async-commit.service \
25 ln -sf /lib/systemd/system/async-commit.service \
30 install -m 0755 external/rkscript/S*async-commit.sh \
32 ln -sf ../init.d/async-commit.sh \
37 install -m 0755 external/rkscript/S*async-commit.sh \
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dpost-async-commit.sh10 etc/systemd/system/multi-user.target.wants/async.service \
11 usr/lib/systemd/system/async.service
16 install -m 0755 external/rkscript/async-commit "$TARGET_DIR/usr/bin/"
22 install -m 0755 external/rkscript/async-commit.service \
25 ln -sf /lib/systemd/system/async-commit.service \
30 install -m 0755 external/rkscript/S*async-commit.sh \
32 ln -sf ../init.d/async-commit.sh \
37 install -m 0755 external/rkscript/S*async-commit.sh \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py26 async def connect_tcp(self, address, port):
27 async def connect_sock():
32 async def connect_unix(self, path):
33 async def connect_sock():
48 async def setup_connection(self):
53 async def connect(self):
58 async def close(self):
65 async def _send_wrapper(self, proc):
85 async def send_message(self, msg):
86 async def get_line():
[all …]
/OK3568_Linux_fs/buildroot/package/python-aiohttp/
H A D0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch4 Subject: [PATCH] Bump async-timeout version for aiohttp 3.8 (#5299)
40 + async with ceil_timeout(real_timeout.connect):
53 + async with async_timeout.timeout(self._timeout):
64 + async with async_timeout.timeout(timeout or self._receive_timeout):
93 + async with ceil_timeout(timeout.sock_connect):
102 + async with ceil_timeout(timeout.sock_connect):
111 + async with ceil_timeout(timeout.sock_connect):
169 + async with ceil_timeout(timeout):
178 + async with ceil_timeout(end_t - now):
191 + async with async_timeout.timeout(self._timeout):
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dnetwork_status.cpp33 void NetworkStatus::Subscribe(util::AsyncTask *async) { in Subscribe() argument
35 observers.insert(async); in Subscribe()
38 void NetworkStatus::Unsubscribe(util::AsyncTask *async) { in Unsubscribe() argument
40 observers.erase(async); in Unsubscribe()
49 for (auto async : observers) { in Reachable() local
50 async->send(); in Reachable()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dcomedi_test.c201 struct comedi_async *async = s->async; in waveform_ai_timer() local
202 struct comedi_cmd *cmd = &async->cmd; in waveform_ai_timer()
211 unsigned int chanspec = cmd->chanlist[async->cur_chan]; in waveform_ai_timer()
219 if (async->scan_progress == 0) { in waveform_ai_timer()
232 if (cmd->stop_src == TRIG_COUNT && async->scans_done >= cmd->stop_arg) { in waveform_ai_timer()
233 async->events |= COMEDI_CB_EOA; in waveform_ai_timer()
352 struct comedi_cmd *cmd = &s->async->cmd; in waveform_ai_cmd()
438 struct comedi_async *async = s->async; in waveform_ao_timer() local
439 struct comedi_cmd *cmd = &async->cmd; in waveform_ao_timer()
468 async->events |= COMEDI_CB_OVERFLOW; in waveform_ao_timer()
[all …]
H A Dni_tiocmd.c79 struct comedi_cmd *cmd = &s->async->cmd; in ni_tio_input_inttrig()
95 s->async->inttrig = NULL; in ni_tio_input_inttrig()
107 struct comedi_async *async = s->async; in ni_tio_input_cmd() local
108 struct comedi_cmd *cmd = &async->cmd; in ni_tio_input_cmd()
112 comedi_buf_write_alloc(s, async->prealloc_bufsz); in ni_tio_input_cmd()
127 async->inttrig = &ni_tio_input_inttrig; in ni_tio_input_cmd()
129 async->inttrig = NULL; in ni_tio_input_cmd()
162 struct comedi_cmd *cmd = &s->async->cmd; in ni_tio_cmd_setup()
207 struct comedi_async *async = s->async; in ni_tio_cmd() local
208 struct comedi_cmd *cmd = &async->cmd; in ni_tio_cmd()
[all …]
H A Dmite.c274 struct comedi_async *async = s->async; in mite_sync_input_dma() local
278 old_alloc_count = async->buf_write_alloc_count; in mite_sync_input_dma()
280 comedi_buf_write_alloc(s, async->prealloc_bufsz); in mite_sync_input_dma()
287 async->events |= COMEDI_CB_OVERFLOW; in mite_sync_input_dma()
291 count = nbytes - async->buf_write_count; in mite_sync_input_dma()
299 async->events |= COMEDI_CB_BLOCK; in mite_sync_input_dma()
306 struct comedi_async *async = s->async; in mite_sync_output_dma() local
307 struct comedi_cmd *cmd = &async->cmd; in mite_sync_output_dma()
309 unsigned int old_alloc_count = async->buf_read_alloc_count; in mite_sync_output_dma()
315 comedi_buf_read_alloc(s, async->prealloc_bufsz); in mite_sync_output_dma()
[all …]
H A Dusbduxsigma.c206 struct comedi_async *async = s->async; in usbduxsigma_ai_handle_urb() local
207 struct comedi_cmd *cmd = &async->cmd; in usbduxsigma_ai_handle_urb()
230 async->scans_done >= cmd->stop_arg) in usbduxsigma_ai_handle_urb()
231 async->events |= COMEDI_CB_EOA; in usbduxsigma_ai_handle_urb()
236 if (!(async->events & COMEDI_CB_CANCEL_MASK)) { in usbduxsigma_ai_handle_urb()
245 async->events |= COMEDI_CB_ERROR; in usbduxsigma_ai_handle_urb()
255 struct comedi_async *async = s->async; in usbduxsigma_ai_urb_complete() local
283 async->events |= COMEDI_CB_ERROR; in usbduxsigma_ai_urb_complete()
290 async->events |= COMEDI_CB_ERROR; in usbduxsigma_ai_urb_complete()
298 if (async->events & COMEDI_CB_CANCEL_MASK) in usbduxsigma_ai_urb_complete()
[all …]
H A Dusbdux.c244 struct comedi_async *async = s->async; in usbduxsub_ai_handle_urb() local
245 struct comedi_cmd *cmd = &async->cmd; in usbduxsub_ai_handle_urb()
268 async->scans_done >= cmd->stop_arg) in usbduxsub_ai_handle_urb()
269 async->events |= COMEDI_CB_EOA; in usbduxsub_ai_handle_urb()
273 if (!(async->events & COMEDI_CB_CANCEL_MASK)) { in usbduxsub_ai_handle_urb()
283 async->events |= COMEDI_CB_ERROR; in usbduxsub_ai_handle_urb()
292 struct comedi_async *async = s->async; in usbduxsub_ai_isoc_irq() local
321 async->events |= COMEDI_CB_ERROR; in usbduxsub_ai_isoc_irq()
329 async->events |= COMEDI_CB_ERROR; in usbduxsub_ai_isoc_irq()
337 if (async->events & COMEDI_CB_CANCEL_MASK) in usbduxsub_ai_isoc_irq()
[all …]
H A Damplc_pci230.c1023 cmd = &s->async->cmd; in pci230_ao_stop()
1065 struct comedi_async *async = s->async; in pci230_handle_ao_nofifo() local
1066 struct comedi_cmd *cmd = &async->cmd; in pci230_handle_ao_nofifo()
1070 if (cmd->stop_src == TRIG_COUNT && async->scans_done >= cmd->stop_arg) in pci230_handle_ao_nofifo()
1077 async->events |= COMEDI_CB_OVERFLOW; in pci230_handle_ao_nofifo()
1084 if (cmd->stop_src == TRIG_COUNT && async->scans_done >= cmd->stop_arg) in pci230_handle_ao_nofifo()
1085 async->events |= COMEDI_CB_EOA; in pci230_handle_ao_nofifo()
1096 struct comedi_async *async = s->async; in pci230_handle_ao_fifo() local
1097 struct comedi_cmd *cmd = &async->cmd; in pci230_handle_ao_fifo()
1155 async->scans_done >= cmd->stop_arg) { in pci230_handle_ao_fifo()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dasync_task.cpp16 : async(new uv_async_t), in Impl()
20 if (uv_async_init(loop, async, asyncCallback) != 0) { in Impl()
36 if (uv_async_send(async) != 0) { in maySend()
47 return reinterpret_cast<uv_handle_t*>(async); in handle()
50 uv_async_t* async; member in mbgl::util::AsyncTask::Impl
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Dregs.c38 void disable_dcrop(struct rkisp1_stream *stream, bool async) in disable_dcrop() argument
47 if (async) in disable_dcrop()
54 void config_dcrop(struct rkisp1_stream *stream, struct v4l2_rect *rect, bool async) in config_dcrop() argument
65 if (async) in config_dcrop()
108 static void update_rsz_shadow(struct rkisp1_stream *stream, bool async) in update_rsz_shadow() argument
113 if (async) in update_rsz_shadow()
190 struct v4l2_rect *out_c, bool async) in config_rsz() argument
208 update_rsz_shadow(stream, async); in config_rsz()
211 void disable_rsz(struct rkisp1_stream *stream, bool async) in disable_rsz() argument
215 if (!async) in disable_rsz()
[all …]

12345678910>>...19