Searched full:fully (Results 1 – 25 of 1816) sorted by relevance
12345678910>>...73
/linux-6.12.1/Documentation/arch/arm/nwfpe/ |
D | netwinder-fpe.rst | 28 These instructions are fully implemented. 40 These instructions are fully implemented. They store/load three words 58 FLT/FIX are fully implemented. 60 RFS/WFS are fully implemented. 62 RFC/WFC are fully implemented. RFC/WFC are supervisor only instructions, and 73 These are fully implemented. 87 These are fully implemented. 93 These are fully implemented as well. They use the same algorithm as the 103 This is fully implemented. 110 These are fully implemented. [all …]
|
/linux-6.12.1/Documentation/virt/hyperv/ |
D | coco.rst | 40 * Fully-enlightened mode. In this mode, the guest operating system is 46 fully-enlightened case. 48 Conceptually, fully-enlightened mode and paravisor mode may be treated as 50 as a CoCo VM. Fully-enlightened mode is one end of the spectrum. A full 76 The hardware architectural approach to fully-enlightened vs. paravisor mode 79 * With AMD SEV-SNP processors, in fully-enlightened mode the guest OS runs in 88 * With Intel TDX processor, in fully-enlightened mode the guest OS runs in an 108 AMD SEV-SNP in fully-enlightened mode. 118 support. While these CPUID flags are visible in fully-enlightened CoCo VMs, 134 of the decrypted references that would be used in a fully-enlightened CoCo [all …]
|
/linux-6.12.1/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 33 In the absence of any memory ordering guarantees (i.e. fully unordered) 86 * none (both fully unordered) 99 * none (both fully unordered) 110 * fully unordered --> RELEASE ordering 123 * fully ordered --> control dependency on success for stores 139 * fully ordered --> RELEASE ordering + ACQUIRE ordering on success 152 * fully ordered --> RELEASE ordering + control dependency 167 * fully ordered --> RELEASE ordering + control dependency + hold
|
/linux-6.12.1/Documentation/arch/arm/sa1100/ |
D | assabet.rst | 257 - I2C: Implemented, not fully tested. 258 - L3: Fully tested, pass. 262 - LCD: Fully tested. PM 266 - Video out: Not fully 270 - Playback: Fully tested, pass. 285 - LPE: Fully tested, pass. 288 - SIR: Fully tested, pass. 289 - FIR: Fully tested, pass.
|
/linux-6.12.1/drivers/hid/ |
D | Kconfig | 217 Support for Corsair devices that are not fully compliant with the 227 Support for Cougar devices that are not fully compliant with the 236 Support for Macally devices that are not fully compliant with the 445 - Normal: LEDs are fully on when enabled 455 Support for Keytouch HID devices not fully compliant with 462 Support for KYE/Genius devices not fully compliant with HID standard: 517 Support for ITE devices not fully compliant with HID standard. 564 Support for IBM/Lenovo devices that are not fully compliant with HID standard. 594 Support for Logitech devices that are not fully compliant with HID standard. 712 tristate "Microsoft non-fully HID-compliant devices" [all …]
|
D | hid-keytouch.c | 3 * HID driver for Keytouch devices not fully compliant with HID standard 49 MODULE_DESCRIPTION("HID driver for Keytouch devices not fully compliant with HID standard");
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | sunplus,sp7021-pinctrl.yaml | 40 (2) fully pin-mux (like phone exchange mux) pins: 41 GPIO 8 to 71 are 'fully pin-mux' pins. Any pins of peripherals of 43 can be routed to any pins of fully pin-mux pins. 62 routed to any of 64 'fully pin-mux' pins. 68 Vendor property "sunplus,pins" is used to select "fully pin-mux" pins, 126 Bit 23~16: defines types: (1) fully pin-mux pins
|
/linux-6.12.1/include/asm-generic/bitops/ |
D | instrumented-atomic.h | 66 * This is an atomic fully-ordered operation (implied full memory barrier). 80 * This is an atomic fully-ordered operation (implied full memory barrier). 94 * This is an atomic fully-ordered operation (implied full memory barrier).
|
/linux-6.12.1/drivers/net/ethernet/qualcomm/ |
D | qca_7k_common.c | 55 * Return: QCAFRM_GATHER No ethernet frame fully received yet. 59 * > 0 Number of byte in the fully received 140 /* Frame is fully received. */ in qcafrm_fsm_decode()
|
/linux-6.12.1/Documentation/ |
D | atomic_t.txt | 156 atomic variable) can be fully ordered and no intermediate state is lost or 169 - RMW operations that have a return value are fully ordered; 183 Fully ordered primitives are ordered against everything prior and everything 184 subsequent. Therefore a fully ordered primitive is like having an smp_mb() 205 NOTE: when the atomic RmW ops are fully ordered, they should also imply a
|
D | atomic_bitops.txt | 59 - RMW operations that have a return value are fully ordered. 61 - RMW operations that are conditional are fully ordered.
|
/linux-6.12.1/Documentation/gpu/ |
D | drm-usage-stats.rst | 34 1. Mandatory, fully standardised. 35 2. Optional, fully standardised. 45 Mandatory fully standardised keys 53 Optional fully standardised keys
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/proximity/ |
D | vishay,vcnl3020.yaml | 13 The VCNL3020 is a fully integrated proximity sensor. Fully integrated means
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-hypervisor-xen | 8 "HVM": fully virtualized guest (x86) 10 "PVH": fully virtualized guest without legacy emulation (x86)
|
/linux-6.12.1/Documentation/hwmon/ |
D | mpq8785.rst | 17 The MPQ8785 is a fully integrated, PMBus-compatible, high-frequency, synchronous 32 Fully integrated protection features include over-current protection (OCP),
|
/linux-6.12.1/Documentation/firmware-guide/acpi/ |
D | acpi-lid.rst | 46 trigger some system power saving operations on Windows. Since it is fully 77 and whether the "opened"/"closed" events are paired fully relies on the 90 are paired fully relies on the firmware implementation.
|
/linux-6.12.1/tools/power/cpupower/utils/helpers/ |
D | msr.c | 21 * EFAULT -If the read/write did not fully complete 51 * EFAULT -If the read/write did not fully complete
|
/linux-6.12.1/include/linux/ |
D | interval_tree.h | 40 * a used, which is fully covered by nodes. Each iteration step toggles between 42 * fully cover the requested range.
|
D | atomic.h | 15 * - Fully ordered: The default implementation, no suffix required. 37 * variant is already fully ordered, no additional barriers are needed.
|
/linux-6.12.1/lib/ |
D | test_hmm_uapi.h | 47 * HMM_DMIRROR_PROT_PMD: PMD sized page is fully mapped by same permissions 48 * HMM_DMIRROR_PROT_PUD: PUD sized page is fully mapped by same permissions
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | io.h | 35 * These are defined as being "fully synchronous", but also "not guaranteed to 36 * be fully ordered with respect to other memory and I/O operations". We're 38 * - Fully ordered WRT each other, by bracketing them with two fences. The
|
/linux-6.12.1/Documentation/devicetree/bindings/gpu/ |
D | arm,mali-bifrost.yaml | 29 - const: arm,mali-bifrost # Mali Bifrost GPU model/revision is fully discoverable 34 - const: arm,mali-valhall-jm # Mali Valhall GPU model/revision is fully discoverable 39 - const: arm,mali-valhall-jm # Mali Valhall GPU model/revision is fully discoverable
|
/linux-6.12.1/include/media/ |
D | vsp1.h | 52 * @alpha: alpha value (0: fully transparent, 255: fully opaque)
|
/linux-6.12.1/include/linux/surface_aggregator/ |
D | controller.h | 79 * This struct fully describes a SAM request with payload. It is intended to 227 * fully initializes it via the provided request specification, submits it, 344 * request has been fully completed. The required transport buffer will be 383 * returning once the request has been fully completed. The required transport 424 * request itself, returning once the request has been fully completed. The 484 * itself, returning once the request has been fully completed. The required 544 * returning once the request has been fully completed. The required transport 585 * the request itself, returning once the request has been fully completed. 628 * execution of the request itself, returning once the request has been fully 690 * execution of the request itself, returning once the request has been fully
|
/linux-6.12.1/drivers/fpga/ |
D | dfl-afu-dma-region.c | 116 * dma_region_check_iova - check if memory area is fully contained in the region 122 * Return true if memory area is fully contained in the region, otherwise false. 238 * - otherwise, it finds the dma region which fully contains 267 /* the iova region is not fully covered. */ in afu_dma_region_find()
|
12345678910>>...73