Searched refs:asynchronous (Results 1 – 25 of 163) sorted by relevance
1234567
/Linux-v6.6/Documentation/driver-api/firmware/ |
D | introduction.rst | 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-v6.6/drivers/base/test/ |
D | Kconfig | 3 tristate "Build kernel module to test asynchronous driver probing" 7 testing asynchronous driver probing by the device core.
|
/Linux-v6.6/drivers/md/bcache/ |
D | Kconfig | 28 interface to list them, which makes it possible to see asynchronous 37 registration work is handled in kernel work queue in asynchronous
|
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/ |
D | atmel,ebi.txt | 4 asynchronous (NAND, NOR, SRAM, ....) and synchronous memories (SDR/DDR SDRAMs). 5 The EBI provides a glue-less interface to asynchronous memories through the SMC 47 - atmel,smc-bus-width: width of the asynchronous device's data bus
|
D | ti-aemif.txt | 4 provide a glue-less interface to a variety of asynchronous memory devices like 81 - ti,cs-bus-width: width of the asynchronous device's data bus 96 Time between the end of one asynchronous memory 97 access and the start of another asynchronous
|
D | arm,pl172.txt | 52 - mpmc,async-page-mode: Enable asynchronous page mode. 79 - mpmc,page-mode-read-delay: Delay for asynchronous page mode sequential
|
/Linux-v6.6/Documentation/ABI/testing/ |
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)
|
/Linux-v6.6/Documentation/hid/ |
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
|
/Linux-v6.6/tools/testing/selftests/arm64/abi/ |
D | Makefile | 13 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | Makefile | 20 -fno-asynchronous-unwind-tables \ 26 -fno-unwind-tables -fno-asynchronous-unwind-tables
|
/Linux-v6.6/arch/arm64/ |
D | Makefile | 49 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables 50 KBUILD_AFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
|
/Linux-v6.6/arch/s390/ |
D | Makefile | 27 KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables 114 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables $(cfi)
|
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/ |
D | mkinitrd.sh | 74 ${CROSS_COMPILE}gcc -fno-asynchronous-unwind-tables -fno-ident \
|
/Linux-v6.6/tools/testing/selftests/vDSO/ |
D | Makefile | 16 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
|
/Linux-v6.6/fs/smb/server/ |
D | ksmbd_work.h | 77 bool asynchronous:1; member
|
/Linux-v6.6/Documentation/ABI/removed/ |
D | video1394 | 10 asynchronous I/O for device discovery and configuration.
|
/Linux-v6.6/arch/arm64/kernel/pi/ |
D | Makefile | 10 -fno-asynchronous-unwind-tables -fno-unwind-tables \
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | dm-io.rst | 5 Dm-io provides synchronous and asynchronous I/O services. There are three 58 Callers of the asynchronous I/O services must include the name of a completion
|
/Linux-v6.6/Documentation/virt/kvm/x86/ |
D | msr.rst | 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
|
/Linux-v6.6/arch/riscv/kernel/pi/ |
D | Makefile | 9 -fno-asynchronous-unwind-tables -fno-unwind-tables \
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | firewire-cdev | 43 an address range, asynchronous response transmission 78 outbound asynchronous transaction completion or isochronous
|
/Linux-v6.6/Documentation/infiniband/ |
D | core_locking.rst | 45 used by low-level drivers to dispatch asynchronous events through 93 The context in which completion event and asynchronous event
|
/Linux-v6.6/Documentation/power/ |
D | s2ram.rst | 74 pm_trace is not compatible with asynchronous suspend, so it turns 75 asynchronous suspend off (which may work around timing or
|
/Linux-v6.6/arch/x86/realmode/rm/ |
D | Makefile | 78 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
/Linux-v6.6/Documentation/driver-api/rapidio/ |
D | mport_cdev.rst | 52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data 54 - Check/Wait for completion of asynchronous DMA data transfer
|
1234567