Home
last modified time | relevance | path

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

12345678910>>...35

/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 …]
/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
184 * acomp_request_alloc() -- allocates asynchronous (de)compression request
193 * acomp_request_free() -- zeroize and free asynchronous (de)compression
202 * acomp_request_set_callback() -- Sets an asynchronous callback
204 * Callback will be called when an asynchronous operation on a given
[all …]
/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 …]
/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
/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
/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.
/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
250 * v4l2_async_notifier_register - registers a subdevice asynchronous notifier
259 * v4l2_async_subdev_notifier_register - registers a subdevice asynchronous
270 * asynchronous notifier
295 * v4l2_async_register_subdev - registers a sub-device to the asynchronous
304 * the asynchronous sub-device
325 * v4l2_async_unregister_subdev - unregisters a sub-device to the asynchronous
/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
Darchitecture.rst57 Synchronous And Asynchronous Operation
60 The kernel crypto API provides synchronous and asynchronous API
70 Asynchronous operation is provided by the kernel crypto API which
76 must ensure it can handle such asynchronous events by applying
152 - ahash for asynchronous message digest
211 - CRYPTO_ALG_TYPE_AHASH Asynchronous multi-block hash
225 asynchronous ciphers. Usually, a caller provides a 0 for the mask flag.
Dapi-aead.rst16 Asynchronous AEAD Request Handle
20 :doc: Asynchronous AEAD Request Handle
/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
/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
/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.
Dfsl,ssi.txt46 - fsl,ssi-asynchronous:
47 If specified, the SSI is to be programmed in asynchronous
50 SRCK and SRFS are ignored. Asynchronous mode allows
/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
/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");
DKconfig3 tristate "Build kernel module to test asynchronous driver probing"
7 testing asynchronous driver probing by the device core.
/linux-5.10/Documentation/virt/kvm/
Dmsr.rst193 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.
/linux-5.10/Documentation/hid/
Dhid-transport.rst79 The terms "asynchronous" and "synchronous" in this document describe the
80 transmission behavior regarding acknowledgements. An asynchronous channel must
82 verifications. Generally, HID calls operating on asynchronous channels must be
85 driver in whatever way they like. They might just be the same as asynchronous
88 required on asynchronous channels, a transport-driver must implement that via
99 - Interrupt Channel (intr): The intr channel is used for asynchronous data
133 on the intr channel as this channel is asynchronous.
138 free to make excessive use of asynchronous OUTPUT reports (for instance, custom
330 must not cause SET_REPORT calls! This must be implemented as asynchronous
/linux-5.10/arch/m68k/include/asm/
Dcontregs.h24 #define AC_ASYNC_ERR 0x60000008 /* c asynchronous fault type */
39 #define AC_M_AFSR 0x0500 /* hv Asynchronous Fault Status Reg */
40 #define AC_M_AFAR 0x0600 /* hv Asynchronous Fault Address Reg */
/linux-5.10/arch/arm/mach-omap2/
Domap4-common.c60 * The OMAP4 bus structure contains asynchronous bridges which can buffer
61 * data writes from the MPU. These asynchronous bridges can be found on
66 * therefore different asynchronous bridges.
88 * OMAP4 Errata i688 - asynchronous bridge corruption when entering WFI.
90 * If a data is stalled inside asynchronous bridge because of back
/linux-5.10/drivers/staging/octeon/
Dethernet-defines.h11 * Use asynchronous IO access to hardware. This uses Octeon's asynchronous
/linux-5.10/include/linux/
Dasync.h3 * async.h: Asynchronous function calls for boot performance
45 * async_schedule - schedule a function for asynchronous execution
58 * async_schedule_domain - schedule a function for asynchronous execution within a certain domain
/linux-5.10/drivers/staging/comedi/
Dcomedidev.h42 * asynchronous acquisition commands. (Optionally initialized by the
50 * asynchronous acquisition commands. (Allocated and initialized during
54 * @busy: Pointer to a file object that is performing an asynchronous
57 * an asynchronous acquisition command is running.
93 * @do_cmd: If the subdevice supports asynchronous acquisition commands, this
96 * @do_cmdtest: If the subdevice supports asynchronous acquisition commands,
100 * @poll: If the subdevice supports asynchronous acquisition commands, this
104 * @cancel: If the subdevice supports asynchronous acquisition commands, this
107 * @buf_change: If the subdevice supports asynchronous acquisition commands,
109 * buffer for handling asynchronous commands is allocated or reallocated.
[all …]
/linux-5.10/arch/arc/include/asm/
Dstacktrace.h26 * - Asynchronous unwinding of sleeping task: @tsk !NULL, @regs NULL
27 * - Asynchronous unwinding of intr/excp etc: @tsk !NULL, @regs !NULL

12345678910>>...35