Searched full:fully (Results 1 – 25 of 2940) sorted by relevance
12345678910>>...118
| /kernel/linux/linux-5.10/Documentation/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/Documentation/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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 439 - Normal: LEDs are fully on when enabled 449 Support for Keytouch HID devices not fully compliant with 456 Support for KYE/Genius devices not fully compliant with HID standard: 511 Support for ITE devices not fully compliant with HID standard. 558 Support for IBM/Lenovo devices that are not fully compliant with HID standard. 588 Support for Logitech devices that are not fully compliant with HID standard. 706 tristate "Microsoft non-fully HID-compliant devices" [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | Kconfig | 219 Support for Corsair devices that are not fully compliant with the 230 Support for Cougar devices that are not fully compliant with the 240 Support for Macally devices that are not fully compliant with the 416 - Normal: LEDs are fully on when enabled 427 Support for Keytouch HID devices not fully compliant with 435 Support for KYE/Genius devices not fully compliant with HID standard: 479 Support for ITE devices not fully compliant with HID standard. 532 Support for IBM/Lenovo devices that are not fully compliant with HID standard. 548 Support for Logitech devices that are not fully compliant with HID standard. 662 tristate "Microsoft non-fully HID-compliant devices" [all …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/include/asm-generic/bitops/ |
| D | instrumented-atomic.h | 66 * This is an atomic fully-ordered operation (implied full memory barrier). 79 * This is an atomic fully-ordered operation (implied full memory barrier). 92 * This is an atomic fully-ordered operation (implied full memory barrier).
|
| /kernel/linux/linux-6.6/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).
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/mm/ |
| D | usercopy.c | 30 * GOOD_FRAME: fully within a valid stack frame 31 * GOOD_STACK: fully on the stack (when can't do frame-checking) 196 /* Allow if fully inside the same compound (__GFP_COMP) page. */ in check_page_span() 252 * - fully contained by stack (or stack frame, when available) 253 * - fully within SLAB object (or object whitelist area, when available)
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/ |
| D | qca_7k_common.c | 68 * Return: QCAFRM_GATHER No ethernet frame fully received yet. 72 * > 0 Number of byte in the fully received 153 /* Frame is fully received. */ in qcafrm_fsm_decode()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/ |
| D | qca_7k_common.c | 68 * Return: QCAFRM_GATHER No ethernet frame fully received yet. 72 * > 0 Number of byte in the fully received 153 /* Frame is fully received. */ in qcafrm_fsm_decode()
|
| /kernel/linux/linux-5.10/Documentation/scheduler/ |
| D | sched-bwc.rst | 95 a. it fully consumes its own quota within a period 96 b. a parent's quota is fully consumed within its period 122 applies if quota had been assigned to a cpu and then not fully used or returned 140 cpu-bound application from fully using its quota by that same amount. In these
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/proximity/ |
| D | vishay,vcnl3020.yaml | 13 The VCNL3020 is a fully integrated proximity sensor. Fully integrated means
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/ |
| D | vishay,vcnl3020.yaml | 13 The VCNL3020 is a fully integrated proximity sensor. Fully integrated means
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-hypervisor-xen | 8 "HVM": fully virtualized guest (x86) 10 "PVH": fully virtualized guest without legacy emulation (x86)
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-hypervisor-xen | 8 "HVM": fully virtualized guest (x86) 10 "PVH": fully virtualized guest without legacy emulation (x86)
|
| /kernel/linux/linux-5.10/lib/ |
| D | test_hmm_uapi.h | 43 * HMM_DMIRROR_PROT_PMD: PMD sized page is fully mapped by same permissions 44 * HMM_DMIRROR_PROT_PUD: PUD sized page is fully mapped by same permissions
|
| /kernel/linux/linux-6.6/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
|
12345678910>>...118