/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A 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 …]
|
/openbmc/linux/include/crypto/ |
H A 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 …]
|
/openbmc/linux/kernel/ |
H A 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 …]
|
/openbmc/docs/designs/ |
H A D | phosphor-hwmon-io-uring.md | 1 # Using io_uring in BMCs for asynchronous sensor reads 19 drawback currently, and adding an asynchronous interface using the new io_uring 24 io_uring is a new asynchronous framework for Linux I/O interface (added to 5.1 26 asynchronous IO called AIO, which had its limitations in context of its usage in 38 By using io_uring, the asynchronous sensor reads will need to maintain the same 47 The focus of this project is to add asynchronous sensor reads to the 48 phosphor-hwmon repository, which is easier to implement than adding asynchronous 52 asynchronous method of reading sensors, or remain with the traditional, 134 The asynchronous nature of this implementation comes from sending all possible 147 Linux does have a native asynchronous IO interface, simply dubbed AIO; however, [all …]
|
/openbmc/linux/include/crypto/internal/ |
H A 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
|
/openbmc/linux/Documentation/driver-api/firmware/ |
H A 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.
|
/openbmc/linux/include/media/ |
H A 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
|
/openbmc/linux/Documentation/crypto/ |
H A 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
|
/openbmc/linux/Documentation/ABI/stable/ |
H A 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
|
/openbmc/linux/drivers/md/bcache/ |
H A 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
|
/openbmc/linux/include/net/nfc/ |
H A 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
|
/openbmc/linux/drivers/base/test/ |
H A 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");
|
H A D | Kconfig | 3 tristate "Build kernel module to test asynchronous driver probing" 7 testing asynchronous driver probing by the device core.
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A 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.
|
/openbmc/libmctp/ |
H A D | libmctp.h | 139 * If an asynchronous binding is being used, it will return -EBUSY if 141 * Asynchronous users can test mctp_is_tx_ready() prior to sending. 150 * If an asynchronous binding is being used, it will return -EBUSY if 152 * Asynchronous users can test mctp_is_tx_ready() prior to sending. 168 * If an asynchronous binding is being used, it will return -EBUSY if 170 * Asynchronous users can test mctp_is_tx_ready() prior to sending.
|
/openbmc/linux/Documentation/hid/ |
H A D | hid-transport.rst | 79 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
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi-raw | 20 Description: SCMI Raw asynchronous message injection/snooping facility; write 21 a complete SCMI asynchronous command message (header included) 96 Description: SCMI Raw asynchronous message injection/snooping facility; write 97 a complete SCMI asynchronous command message (header included)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-asgiref_3.8.1.bb | 1 …I is a standard for Python asynchronous web apps and servers to communicate with each other, and p…
|
/openbmc/qemu/docs/interop/ |
H A D | qmp-spec.rst | 202 Asynchronous events 207 response. They are called "asynchronous events". 209 The format of asynchronous events is: 227 The actual asynchronous events are documented in the :doc:`qemu-qmp-ref`. 340 other commands will return the ``CommandNotFound`` error. Asynchronous 348 effect, all commands (except ``qmp_capabilities``) are allowed and asynchronous 399 arguments, errors, asynchronous events, and so forth. 431 2. Introducing new asynchronous messages is okay. If you want to extend
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,sai.yaml | 120 fsl,sai-asynchronous: 122 SAI will work in the asynchronous mode, which means both transmitter 125 If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the 151 - fsl,sai-asynchronous
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | contregs.h | 24 #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 */
|
/openbmc/openbmc/poky/meta/recipes-extended/libaio/ |
H A D | libaio_0.3.113.bb | 1 SUMMARY = "Asynchronous I/O library" 2 DESCRIPTION = "Asynchronous input/output library that uses the kernels native interface"
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/ |
H A D | Proxy.interface.yaml | 7 Perform an asynchronous operation of mounting to HOST on given object. 17 Perform an asynchronous operation of unmount from HOST on given
|
/openbmc/openbmc/poky/meta/recipes-connectivity/libuv/ |
H A D | libuv_1.49.2.bb | 1 SUMMARY = "A multi-platform support library with a focus on asynchronous I/O" 3 DESCRIPTION = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was p…
|
/openbmc/linux/include/uapi/sound/ |
H A D | firewire.h | 83 * @messages.tstamp: The isochronous cycle at which the request subaction of asynchronous 162 * LSB one byte in asynchronous write quadlet transaction to 0x'ffff'f000'0b2c. 164 * I note that V3HD/V4HD uses asynchronous transaction for the purpose. The destination address is 165 * registered to 0x'ffff'f000'0b38 and '0b3c by asynchronous write quadlet request. The size of 255 * asynchronous transaction to 0x'ffff'0001'0000:
|