Home
last modified time | relevance | path

Searched full:async (Results 1 – 25 of 1963) sorted by relevance

12345678910>>...79

/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 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 …]
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()
484 * async buffer.
486 * If the async command has a stop_src of %TRIG_COUNT, the @nscans will be
515 struct comedi_async *async = s->async; in comedi_nsamples_left() local
[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;
22 TP_printk("async=%d crtc_mask=%x",
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;
[all …]
/OK3568_Linux_fs/device/rockchip/common/post-hooks/
H A D06-async-commit.sh7 echo "Installing async-commit service..."
10 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 \
31 "$TARGET_DIR/etc/init.d/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.sh7 echo "Installing async-commit service..."
10 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 \
31 "$TARGET_DIR/etc/init.d/async-commit.sh"
32 ln -sf ../init.d/async-commit.sh \
37 install -m 0755 external/rkscript/S*async-commit.sh \
/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/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/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/kernel/include/media/
H A Dv4l2-async.h95 /* v4l2-async core private: not to be used by drivers */
151 * v4l2_async_notifier_add_subdev - Add an async subdev to the
165 * v4l2_async_notifier_add_fwnode_subdev - Allocate and add a fwnode async
170 * @asd_struct_size: size of the driver's async sub-device struct, including
173 * the driver's async sub-device struct, i.e. both
187 * remote async subdev to the
192 * @asd_struct_size: size of the driver's async sub-device struct, including
195 * the driver's async sub-device struct, i.e. both
199 * matching and adds the async sub-device to the notifier's @asd_list. The
212 * v4l2_async_notifier_add_i2c_subdev - Allocate and add an i2c async
[all …]
H A Dv4l2-fwnode.h430 * @asd_struct_size: size of the driver's async sub-device struct, including
433 * the driver's async sub-device struct, i.e. both
438 * Parse the fwnode endpoints of the @dev device and populate the async sub-
440 * called for each endpoint with the corresponding async sub-device pointer to
441 * let the caller initialize the driver-specific part of the async sub-device
455 * v4l2_async_notifier_cleanup() after it has been unregistered and the async
458 * Return: %0 on success, including when no async sub-devices are found
475 * @asd_struct_size: size of the driver's async sub-device struct, including
478 * the driver's async sub-device struct, i.e. both
486 * on devices that have both sinks and sources: the async sub-devices connected
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DGDB_002fMI-Output-Syntax.html94 <dd><p><code><var>async-record</var> | <var>stream-record</var></code>
97 <dt><code><var>async-record</var> &rarr;</code></dt>
98 <dd><p><code><var>exec-async-output</var> | <var>status-async-output</var> | <var>notify-async-outp…
101 <dt><code><var>exec-async-output</var> &rarr;</code></dt>
102 <dd><p><code>[ <var>token</var> ] &quot;*&quot; <var>async-output nl</var></code>
105 <dt><code><var>status-async-output</var> &rarr;</code></dt>
106 <dd><p><code>[ <var>token</var> ] &quot;+&quot; <var>async-output nl</var></code>
109 <dt><code><var>notify-async-output</var> &rarr;</code></dt>
110 <dd><p><code>[ <var>token</var> ] &quot;=&quot; <var>async-output nl</var></code>
113 <dt><code><var>async-output</var> &rarr;</code></dt>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DGDB_002fMI-Output-Syntax.html94 <dd><p><code><var>async-record</var> | <var>stream-record</var></code>
97 <dt><code><var>async-record</var> &rarr;</code></dt>
98 <dd><p><code><var>exec-async-output</var> | <var>status-async-output</var> | <var>notify-async-outp…
101 <dt><code><var>exec-async-output</var> &rarr;</code></dt>
102 <dd><p><code>[ <var>token</var> ] &quot;*&quot; <var>async-output nl</var></code>
105 <dt><code><var>status-async-output</var> &rarr;</code></dt>
106 <dd><p><code>[ <var>token</var> ] &quot;+&quot; <var>async-output nl</var></code>
109 <dt><code><var>notify-async-output</var> &rarr;</code></dt>
110 <dd><p><code>[ <var>token</var> ] &quot;=&quot; <var>async-output nl</var></code>
113 <dt><code><var>async-output</var> &rarr;</code></dt>
[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()
21 throw std::runtime_error("Failed to initialize async."); in Impl()
36 if (uv_async_send(async) != 0) { in maySend()
37 throw std::runtime_error("Failed to async send."); 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/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 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 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 …]
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dmain.c30 #include <linux/async.h>
238 * @async: If unset, wait only if the device's power.async_suspend flag is set.
240 static void dpm_wait(struct device *dev, bool async) in dpm_wait() argument
245 if (async || (pm_async_enabled && dev->power.async_suspend)) in dpm_wait()
255 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children() argument
257 device_for_each_child(dev, &async, dpm_wait_fn); in dpm_wait_for_children()
260 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers() argument
276 dpm_wait(link->supplier, async); in dpm_wait_for_suppliers()
281 static bool dpm_wait_for_superior(struct device *dev, bool async) in dpm_wait_for_superior() argument
303 dpm_wait(parent, async); in dpm_wait_for_superior()
[all …]

12345678910>>...79