Home
last modified time | relevance | path

Searched full:asynchronous (Results 1 – 25 of 1657) sorted by relevance

12345678910>>...67

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dst,stm32-fmc2-ebi.yaml11 asynchronous static devices (such as PSNOR, PSRAM or other memory-mapped
59 0: Asynchronous mode 1 SRAM/FRAM.
60 1: Asynchronous mode 1 PSRAM.
61 2: Asynchronous mode A SRAM/FRAM.
62 3: Asynchronous mode A PSRAM.
63 4: Asynchronous mode 2 NOR.
64 5: Asynchronous mode B NOR.
65 6: Asynchronous mode C NOR.
66 7: Asynchronous mode D NOR.
68 9: Synchronous read asynchronous write PSRAM.
[all …]
/kernel/linux/linux-4.19/include/crypto/
Dacompress.h2 * Asynchronous Compression operations
21 * struct acomp_req - asynchronous (de)compression request
23 * @base: Common attributes for asynchronous crypto requests
61 * struct acomp_alg - asynchronous compression algorithm
92 * DOC: Asynchronous Compression API
94 * The Asynchronous Compression API is used with the algorithms of type
171 * acomp_request_alloc() -- allocates asynchronous (de)compression request
180 * acomp_request_free() -- zeroize and free asynchronous (de)compression
189 * acomp_request_set_callback() -- Sets an asynchronous callback
191 * Callback will be called when an asynchronous operation on a given
[all …]
/kernel/linux/linux-5.10/include/crypto/
Dacompress.h3 * Asynchronous Compression operations
16 * struct acomp_req - asynchronous (de)compression request
18 * @base: Common attributes for asynchronous crypto requests
56 * struct acomp_alg - asynchronous compression algorithm
87 * DOC: Asynchronous Compression API
89 * The Asynchronous Compression API is used with the algorithms of type
186 * acomp_request_alloc() -- allocates asynchronous (de)compression request
195 * acomp_request_free() -- zeroize and free asynchronous (de)compression
204 * acomp_request_set_callback() -- Sets an asynchronous callback
206 * Callback will be called when an asynchronous operation on a given
[all …]
/kernel/linux/linux-4.19/kernel/
Dasync.c2 * async.c: Asynchronous function calls for boot performance
22 More specifically, the asynchronous function call concept allows
28 Key to the asynchronous function call implementation is the concept of
38 async_synchronize_cookie() function will make sure that all asynchronous
42 Subsystem/driver initialization code that scheduled asynchronous probe
44 that do not use the asynchronous call feature, need to do a full
47 asynchronous and synchronous parts of the kernel.
204 * async_schedule - schedule a function for asynchronous execution
218 * async_schedule_domain - schedule a function for asynchronous execution within a certain domain
237 * async_synchronize_full - synchronize all asynchronous function calls
[all …]
/kernel/linux/linux-5.10/kernel/
Dasync.c3 * async.c: Asynchronous function calls for boot performance
18 More specifically, the asynchronous function call concept allows
24 Key to the asynchronous function call implementation is the concept of
34 async_synchronize_cookie() function will make sure that all asynchronous
38 Subsystem/driver initialization code that scheduled asynchronous probe
40 that do not use the asynchronous call feature, need to do a full
43 asynchronous and synchronous parts of the kernel.
238 * async_synchronize_full - synchronize all asynchronous function calls
240 * This function waits until all asynchronous function calls have been done.
267 * async_synchronize_full_domain - synchronize all asynchronous function within a certain domain
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Doperations.rst4 Asynchronous Operations Handling
19 (*) Asynchronous callback.
25 FS-Cache has an asynchronous operations handling facility that it uses for its
83 asynchronous data fetch, the determination of whether pages exist is done
95 (2) The operation may be fast asynchronous (FSCACHE_OP_FAST), in which case it
108 (3) The operation may be slow asynchronous (FSCACHE_OP_SLOW), in which case it
164 If the operation is asynchronous, the manager will retain a reference to
179 enqueued for further immediate asynchronous processing by adjusting the
193 Asynchronous Callback
196 When used in asynchronous mode, the worker thread pool will invoke the
/kernel/linux/linux-4.19/include/media/
Dv4l2-async.h2 * V4L2 asynchronous subdevice registration API
27 * enum v4l2_async_match_type - type of asynchronous subdevice logic to be used
37 * algorithm that will be used to match an asynchronous device.
104 * struct v4l2_async_notifier_operations - Asynchronous V4L2 notifier operations
148 * v4l2_async_notifier_register - registers a subdevice asynchronous notifier
157 * v4l2_async_subdev_notifier_register - registers a subdevice asynchronous
167 * v4l2_async_notifier_unregister - unregisters a subdevice asynchronous notifier
190 * v4l2_async_register_subdev - registers a sub-device to the asynchronous
199 * the asynchronous sub-device
220 * v4l2_async_unregister_subdev - unregisters a sub-device to the asynchronous
/kernel/linux/linux-4.19/Documentation/filesystems/caching/
Doperations.txt2 ASYNCHRONOUS OPERATIONS HANDLING
17 (*) Asynchronous callback.
24 FS-Cache has an asynchronous operations handling facility that it uses for its
84 asynchronous data fetch, the determination of whether pages exist is done
96 (2) The operation may be fast asynchronous (FSCACHE_OP_FAST), in which case it
109 (3) The operation may be slow asynchronous (FSCACHE_OP_SLOW), in which case it
166 If the operation is asynchronous, the manager will retain a reference to
181 enqueued for further immediate asynchronous processing by adjusting the
196 ASYNCHRONOUS CALLBACK
199 When used in asynchronous mode, the worker thread pool will invoke the
/kernel/linux/linux-5.10/include/crypto/internal/
Dacompress.h3 * Asynchronous Compression operations
53 * crypto_register_acomp() -- Register asynchronous compression algorithm
55 * Function registers an implementation of an asynchronous
65 * crypto_unregister_acomp() -- Unregister asynchronous compression algorithm
67 * Function unregisters an implementation of an asynchronous
/kernel/linux/linux-4.19/include/crypto/internal/
Dacompress.h2 * Asynchronous Compression operations
58 * crypto_register_acomp() -- Register asynchronous compression algorithm
60 * Function registers an implementation of an asynchronous
70 * crypto_unregister_acomp() -- Unregister asynchronous compression algorithm
72 * Function unregisters an implementation of an asynchronous
/kernel/linux/linux-5.10/Documentation/driver-api/firmware/
Dintroduction.rst20 * Asynchronous
23 however is you should strive to use the asynchronous APIs unless you also
24 are already using asynchronous initialization mechanisms which will not
27 as such mechanisms such as asynchronous probe can help supplement drivers.
/kernel/linux/linux-4.19/Documentation/driver-api/firmware/
Dintroduction.rst20 * Asynchronous
23 however is you should strive to use the asynchronous APIs unless you also
24 are already using asynchronous initialization mechanisms which will not
27 as such mechanisms such as asynchronous probe can help supplement drivers.
/kernel/linux/linux-5.10/Documentation/crypto/
Dapi-digest.rst10 Asynchronous Message Digest API
14 :doc: Asynchronous Message Digest API
19 Asynchronous Hash Request Handle
23 :doc: Asynchronous Hash Request Handle
/kernel/linux/linux-4.19/Documentation/crypto/
Dapi-digest.rst10 Asynchronous Message Digest API
14 :doc: Asynchronous Message Digest API
19 Asynchronous Hash Request Handle
23 :doc: Asynchronous Hash Request Handle
Dapi-skcipher.rst37 Asynchronous Block Cipher API - Deprecated
41 :doc: Asynchronous Block Cipher API
46 Asynchronous Cipher Request Handle - Deprecated
50 :doc: Asynchronous Cipher Request Handle
/kernel/linux/linux-5.10/include/media/
Dv4l2-async.h3 * V4L2 asynchronous subdevice registration API
21 * enum v4l2_async_match_type - type of asynchronous subdevice logic to be used
31 * algorithm that will be used to match an asynchronous device.
101 * struct v4l2_async_notifier_operations - Asynchronous V4L2 notifier operations
251 * v4l2_async_notifier_register - registers a subdevice asynchronous notifier
260 * v4l2_async_subdev_notifier_register - registers a subdevice asynchronous
271 * asynchronous notifier
296 * v4l2_async_register_subdev - registers a sub-device to the asynchronous
305 * the asynchronous sub-device
326 * v4l2_async_unregister_subdev - unregisters a sub-device to the asynchronous
/kernel/linux/linux-4.19/Documentation/ABI/stable/
Dfirewire-cdev18 - Asynchronous request transmission
25 - Asynchronous stream transmission and reception
26 - Asynchronous broadcast request transmission
37 an address range, asynchronous response transmission
71 outbound asynchronous transaction completion or isochronous
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dfirewire-cdev20 - Asynchronous request transmission
29 - Asynchronous stream transmission and reception
30 - Asynchronous broadcast request transmission
43 an address range, asynchronous response transmission
78 outbound asynchronous transaction completion or isochronous
/kernel/linux/linux-5.10/drivers/md/bcache/
DKconfig27 interface to list them, which makes it possible to see asynchronous
31 bool "Asynchronous device registration (EXPERIMENTAL)"
36 registration work is handled in kernel work queue in asynchronous
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
Dfsl-sai.txt42 - fsl,sai-asynchronous: This is a boolean property. If present, indicating
43 that SAI will work in the asynchronous mode, which
59 - If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the
63 - fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dfsl-sai.txt44 - fsl,sai-asynchronous: This is a boolean property. If present, indicating
45 that SAI will work in the asynchronous mode, which
61 - If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the
65 - fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive.
/kernel/linux/linux-5.10/include/net/nfc/
Ddigital.h100 * the resp pointer. This is an asynchronous function.
109 * the resp pointer. This is an asynchronous function.
111 * device. This is an asynchronous function.
120 * This is an asynchronous function.
126 * sequence. This is an asynchronous function.
136 * Notes: Asynchronous functions have a timeout parameter. It is the driver
/kernel/linux/linux-4.19/include/net/nfc/
Ddigital.h109 * the resp pointer. This is an asynchronous function.
118 * the resp pointer. This is an asynchronous function.
120 * device. This is an asynchronous function.
129 * This is an asynchronous function.
135 * sequence. This is an asynchronous function.
145 * Notes: Asynchronous functions have a timeout parameter. It is the driver
/kernel/linux/linux-4.19/drivers/base/test/
Dtest_async_driver_probe.c53 pr_info("registering first asynchronous device...\n"); in test_async_probe_init()
63 pr_info("registering asynchronous driver...\n"); in test_async_probe_init()
80 pr_info("registering second asynchronous device...\n"); in test_async_probe_init()
159 MODULE_DESCRIPTION("Test module for asynchronous driver probing");
/kernel/linux/linux-5.10/drivers/base/test/
Dtest_async_driver_probe.c110 pr_info("registering first set of asynchronous devices...\n"); in test_async_probe_init()
128 pr_info("registering asynchronous driver...\n"); in test_async_probe_init()
145 pr_info("registering second set of asynchronous devices...\n"); in test_async_probe_init()
240 * asynchronous probe calls remaining by forcing timeout and remove in test_async_probe_init()
242 * pending asynchronous probe calls. in test_async_probe_init()
301 MODULE_DESCRIPTION("Test module for asynchronous driver probing");

12345678910>>...67