Home
last modified time | relevance | path

Searched refs:asynchronous (Results 1 – 25 of 163) sorted by relevance

1234567

/Linux-v6.6/Documentation/driver-api/firmware/
Dintroduction.rst23 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/
DKconfig3 tristate "Build kernel module to test asynchronous driver probing"
7 testing asynchronous driver probing by the device core.
/Linux-v6.6/drivers/md/bcache/
DKconfig28 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/
Datmel,ebi.txt4 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
Dti-aemif.txt4 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
Darm,pl172.txt52 - 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/
Ddebugfs-scmi-raw20 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/
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-v6.6/tools/testing/selftests/arm64/abi/
DMakefile13 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
/Linux-v6.6/drivers/firmware/efi/libstub/
DMakefile20 -fno-asynchronous-unwind-tables \
26 -fno-unwind-tables -fno-asynchronous-unwind-tables
/Linux-v6.6/arch/arm64/
DMakefile49 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
50 KBUILD_AFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
/Linux-v6.6/arch/s390/
DMakefile27 KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables
114 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables $(cfi)
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/
Dmkinitrd.sh74 ${CROSS_COMPILE}gcc -fno-asynchronous-unwind-tables -fno-ident \
/Linux-v6.6/tools/testing/selftests/vDSO/
DMakefile16 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
/Linux-v6.6/fs/smb/server/
Dksmbd_work.h77 bool asynchronous:1; member
/Linux-v6.6/Documentation/ABI/removed/
Dvideo139410 asynchronous I/O for device discovery and configuration.
/Linux-v6.6/arch/arm64/kernel/pi/
DMakefile10 -fno-asynchronous-unwind-tables -fno-unwind-tables \
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Ddm-io.rst5 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/
Dmsr.rst211 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/
DMakefile9 -fno-asynchronous-unwind-tables -fno-unwind-tables \
/Linux-v6.6/Documentation/ABI/stable/
Dfirewire-cdev43 an address range, asynchronous response transmission
78 outbound asynchronous transaction completion or isochronous
/Linux-v6.6/Documentation/infiniband/
Dcore_locking.rst45 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/
Ds2ram.rst74 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/
DMakefile78 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/Linux-v6.6/Documentation/driver-api/rapidio/
Dmport_cdev.rst52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
54 - Check/Wait for completion of asynchronous DMA data transfer

1234567