| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | st,stm32-fmc2-ebi-props.yaml | 17 0: Asynchronous mode 1 SRAM/FRAM. 18 1: Asynchronous mode 1 PSRAM. 19 2: Asynchronous mode A SRAM/FRAM. 20 3: Asynchronous mode A PSRAM. 21 4: Asynchronous mode 2 NOR. 22 5: Asynchronous mode B NOR. 23 6: Asynchronous mode C NOR. 24 7: Asynchronous mode D NOR. 26 9: Synchronous read asynchronous write PSRAM. 28 11: Synchronous read asynchronous write NOR. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | st,stm32-fmc2-ebi.yaml | 11 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-5.10/include/crypto/ |
| D | acompress.h | 3 * 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-6.6/include/crypto/ |
| D | acompress.h | 3 * Asynchronous Compression operations 20 * struct acomp_req - asynchronous (de)compression request 22 * @base: Common attributes for asynchronous crypto requests 89 * DOC: Asynchronous Compression API 91 * The Asynchronous Compression API is used with the algorithms of type 190 * acomp_request_alloc() -- allocates asynchronous (de)compression request 199 * acomp_request_free() -- zeroize and free asynchronous (de)compression 208 * acomp_request_set_callback() -- Sets an asynchronous callback 210 * Callback will be called when an asynchronous operation on a given 234 * @req: asynchronous compress request [all …]
|
| /kernel/linux/linux-6.6/kernel/ |
| D | async.c | 3 * 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. 254 * If the asynchronous execution of @func is scheduled successfully, return 276 * async_synchronize_full - synchronize all asynchronous function calls 278 * This function waits until all asynchronous function calls have been done. [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | async.c | 3 * 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. 254 * If the asynchronous execution of @func is scheduled successfully, return 276 * async_synchronize_full - synchronize all asynchronous function calls 278 * This function waits until all asynchronous function calls have been done. [all …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
| D | operations.rst | 4 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-6.6/include/crypto/internal/ |
| D | acompress.h | 3 * Asynchronous Compression operations 16 * struct acomp_alg - asynchronous compression algorithm 88 * crypto_register_acomp() -- Register asynchronous compression algorithm 90 * Function registers an implementation of an asynchronous 100 * crypto_unregister_acomp() -- Unregister asynchronous compression algorithm 102 * Function unregisters an implementation of an asynchronous
|
| /kernel/linux/linux-5.10/include/crypto/internal/ |
| D | acompress.h | 3 * 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-5.10/Documentation/driver-api/firmware/ |
| D | introduction.rst | 20 * 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-6.6/Documentation/driver-api/firmware/ |
| D | introduction.rst | 20 * 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-6.6/include/media/ |
| D | v4l2-async.h | 3 * V4L2 asynchronous subdevice registration API 22 * enum v4l2_async_match_type - type of asynchronous subdevice logic to be used 28 * This enum is used by the asynchronous connection logic to define the 29 * algorithm that will be used to match an asynchronous device. 88 * struct v4l2_async_notifier_operations - Asynchronous V4L2 notifier operations 277 * v4l2_async_nf_register - registers a subdevice asynchronous notifier 285 * asynchronous notifier 308 * v4l2_async_register_subdev - registers a sub-device to the asynchronous 317 * asynchronous sub-device framework and 338 * v4l2_async_unregister_subdev - unregisters a sub-device to the asynchronous
|
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-async.h | 3 * 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-6.6/Documentation/crypto/ |
| D | api-digest.rst | 10 Asynchronous Message Digest API 14 :doc: Asynchronous Message Digest API 19 Asynchronous Hash Request Handle 23 :doc: Asynchronous Hash Request Handle
|
| /kernel/linux/linux-5.10/Documentation/crypto/ |
| D | api-digest.rst | 10 Asynchronous Message Digest API 14 :doc: Asynchronous Message Digest API 19 Asynchronous Hash Request Handle 23 :doc: Asynchronous Hash Request Handle
|
| /kernel/linux/linux-6.6/Documentation/ABI/stable/ |
| D | firewire-cdev | 20 - 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/Documentation/ABI/stable/ |
| D | firewire-cdev | 20 - 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/ |
| D | Kconfig | 27 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-6.6/drivers/md/bcache/ |
| D | Kconfig | 28 interface to list them, which makes it possible to see asynchronous 32 bool "Asynchronous device registration" 37 registration work is handled in kernel work queue in asynchronous
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | fsl-sai.txt | 44 - 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/ |
| D | digital.h | 100 * 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-6.6/include/net/nfc/ |
| D | digital.h | 100 * 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-5.10/drivers/base/test/ |
| D | test_async_driver_probe.c | 110 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");
|
| /kernel/linux/linux-6.6/drivers/base/test/ |
| D | test_async_driver_probe.c | 110 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() 144 pr_info("registering second set of asynchronous devices...\n"); in test_async_probe_init() 236 * asynchronous probe calls remaining by forcing timeout and remove in test_async_probe_init() 238 * pending asynchronous probe calls. in test_async_probe_init() 297 MODULE_DESCRIPTION("Test module for asynchronous driver probing");
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | msr.rst | 193 Asynchronous page fault (APF) control MSR. 211 when asynchronous page faults are enabled on the vcpu, 0 when disabled. 212 Bit 1 is 1 if asynchronous page faults can be injected when vcpu is in 213 cpl == 0. Bit 2 is 1 if asynchronous page faults are delivered to L1 as 226 with asynchronous 'page not present' event. If during a page fault APF 358 Second asynchronous page fault (APF) control MSR. 364 The vector has to be set up before asynchronous page fault mechanism 372 Asynchronous page fault (APF) acknowledgment.
|