/Linux-v6.6/include/soc/fsl/qe/ |
D | ucc_fast.h | 3 * Internal header file for UCC FAST unit routines. 66 /* ucc_fast_channel_protocol_mode - UCC FAST mode */ 86 /* ucc_fast_transparent_txrx - UCC Fast Transparent TX & RX */ 92 /* UCC fast diagnostic mode */ 100 /* UCC fast Sync length (transparent mode only) */ 108 /* UCC fast RTS mode */ 114 /* UCC fast receiver decoding mode */ 122 /* UCC fast transmitter encoding mode */ 130 /* UCC fast CRC length */ 138 /* Fast UCC initialization structure */ [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/power/supply/ |
D | qcom,pm8941-charger.yaml | 24 - description: charge fast mode 35 - const: chg-fast 43 qcom,fast-charge-current-limit: 49 qcom,fast-charge-low-threshold-voltage: 54 Battery voltage limit in uV above which fast charging may operate; Defaults to 3.2V 57 qcom,fast-charge-high-threshold-voltage: 62 Battery voltage limit in uV below which fast charging may operate; Defaults to 4.2V 63 The fast charger will attempt to charge the battery to this voltage. 66 qcom,fast-charge-safe-voltage: 72 setting this will harmlessly fail. The property 'fast-charge-high-watermark' will [all …]
|
D | maxim,max14577.yaml | 39 maxim,fast-charge-uamp: 41 Current in uA for Fast Charge 57 - maxim,fast-charge-uamp 71 maxim,fast-charge-uamp: 80 maxim,fast-charge-uamp:
|
D | max8925_battery.txt | 7 - fast-charge: set charging current in fast mode 15 fast-charge = <7>;
|
/Linux-v6.6/fs/ext4/ |
D | fast_commit.h | 11 /* Fast commit tags */ 24 /* On disk fast commit tlv value structures */ 26 /* Fast commit on disk tag length structure */ 77 * Fast commit status codes 87 * Fast commit ineligiblity reasons: 106 * system used by fast commit code. 131 * Physical block regions added to different inodes due to fast commit 144 * Fast commit replay state.
|
D | fast_commit.c | 8 * Ext4 fast commits routines. 16 * Ext4 Fast Commits 19 * Ext4 fast commits implement fine grained journalling for Ext4. 21 * Fast commits are organized as a log of tag-length-value (TLV) structs. (See 24 * don't have replay code, fast commit falls back to full commits. 25 * Fast commits record delta in one of the following three categories. 46 * With fast commits, we maintain all the directory entry operations in the 49 * that need to be committed during a fast commit in another in memory queue of 55 * [4] Commit all the directory entry updates in the fast commit space 62 * update. If such an ongoing update is present, fast commit waits for it to [all …]
|
/Linux-v6.6/Documentation/filesystems/ |
D | journalling.rst | 135 Fast commits 139 fast commits. In order to use fast commits, you will need to set following 143 fast commit. 145 `journal->j_fc_replay_cb`: Replay function called for replay of fast commit 148 File system is free to perform fast commits as and when it wants as long as it 150 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client 153 commit immediately after stopping the fast commit it can do so by calling 154 :c:func:`jbd2_fc_end_commit_fallback()`. This is useful if fast commit operation 158 JBD2 helper functions to manage fast commit buffers. File system can use 160 and wait on IO completion of fast commit buffers. [all …]
|
/Linux-v6.6/Documentation/filesystems/ext4/ |
D | journal.rst | 31 In case of ``data=ordered`` mode, Ext4 also supports fast commits which 33 mode works by logging metadata blocks to the journal. In fast commit 35 affected metadata in fast commit space that is shared with JBD2. 36 Once the fast commit area fills in or if fast commit is not possible 38 A full commit invalidates all the fast commits that happened before 39 it and thus it makes the fast commit area empty for further fast 261 - Number of fast commit blocks in the journal. 323 - Journal has fast commit blocks. (JBD2_FEATURE_INCOMPAT_FAST_COMMIT) 634 Fast commits 637 Fast commit area is organized as a log of tag length values. Each TLV has [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/nios2/ |
D | nios2.txt | 30 - altr,fast-tlb-miss-addr: Specifies CPU fast TLB miss exception address 35 - altr,implementation: Nios II core implementation, this should be "fast"; 50 altr,implementation = "fast"; 58 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
/Linux-v6.6/Documentation/devicetree/bindings/cpufreq/ |
D | nvidia,tegra124-cpufreq.txt | 11 - cpu_g: Clock mux for the fast CPU cluster. 12 - pll_x: Fast PLL clocksource. 13 - pll_p: Auxiliary PLL used during fast PLL rate changes. 14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
|
/Linux-v6.6/arch/arm/mach-omap2/ |
D | opp2430_data.c | 46 * the fastest one. If a 'fast' value is defined, then automatically, 48 * more than one fast set does not make sense, as static timings need 55 /* PRCM #4 - ratio2 (ES2.1) - FAST */ 63 /* PRCM #2 - ratio1 (ES2) - FAST */ 71 /* PRCM #5a - ratio1 - FAST */ 79 /* PRCM #5b - ratio1 - FAST */
|
D | opp2420_data.c | 48 * the fastest one. If a 'fast' value is defined, then automatically, 50 * more than one fast set does not make sense, as static timings need 57 /* PRCM I - FAST */ 64 /* PRCM II - FAST */ 77 /* PRCM III - FAST */
|
/Linux-v6.6/kernel/locking/ |
D | rwbase_rt.c | 14 * 2) Set the reader BIAS, so readers can use the fast path again 18 * 1) Try fast path acquisition (reader BIAS is set) 25 * 1) Try fast path release (reader count != 1) 44 * Fast-path orderings: 45 * The lock/unlock of readers can run in fast paths: lock and unlock are only 150 * rtmutex concurrently in the fast path (due to a signal), but to in __rwbase_read_unlock() 183 * _release() is needed in case that reader is in fast path, pairing in __rwbase_write_unlock() 216 * _acquire is needed in case the reader is in the fast path, pairing in __rwbase_write_trylock()
|
/Linux-v6.6/Documentation/virt/kvm/ |
D | locking.rst | 57 Fast page fault: 59 Fast page fault is the fast path which fixes the guest page fault out of 60 the mmu-lock on x86. Currently, the page fault can be fast in one of the 78 On fast page fault path, we will use cmpxchg to atomically set the spte W 99 | On fast page fault path: | 128 to gfn. For indirect sp, we disabled fast page fault for simplicity. 142 In the origin code, the spte can be fast updated (non-atomically) if the 146 But it is not true after fast page fault since the spte can be marked 167 | | on fast page fault path:: | 199 fast page fault path. In order to easily audit the path, we see if TLBs needing [all …]
|
/Linux-v6.6/drivers/net/ethernet/realtek/ |
D | Kconfig | 35 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support" 40 This is a driver for the Fast Ethernet PCI network cards based on 47 tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" 52 This is a driver for the Fast Ethernet PCI network cards based on 110 RTL8101 Fast Ethernet
|
/Linux-v6.6/drivers/net/ethernet/atheros/ |
D | Kconfig | 30 tristate "Atheros L2 Fast Ethernet support" 35 This driver supports the Atheros L2 fast ethernet adapter. 84 1969:1090 - AR8162 Fast Ethernet 86 1969:10A0 - AR8172 Fast Ethernet
|
/Linux-v6.6/include/scsi/ |
D | scsi_transport_srp.h | 20 * @SRP_RPORT_BLOCKED: Transport layer not operational; fast I/O fail timer 22 * @SRP_RPORT_FAIL_FAST: Fast I/O fail timer has expired; fail I/O fast. 48 * @fast_io_fail_tmo: Fast I/O fail timeout in seconds. 50 * @fast_io_fail_work: Work structure used for scheduling fast I/O fail work.
|
/Linux-v6.6/Documentation/devicetree/bindings/mtd/ |
D | spear_smi.txt | 12 - st,smi-fast-mode : Flash supports read in fast mode 26 st,smi-fast-mode;
|
/Linux-v6.6/Documentation/devicetree/bindings/timer/ |
D | img,pistachio-gptimer.txt | 11 "fast", fast counter clock 26 clock-names = "fast", "slow", "sys";
|
/Linux-v6.6/drivers/media/tuners/ |
D | qm1d1c0042.h | 19 bool fast_srch; /* enable fast search mode, no LPF */ 21 u32 fast_srch_wait; /* with fast-search mode, no LPF. [ms] */ 22 u32 normal_srch_wait; /* with no LPF/fast-search mode. [ms] */
|
/Linux-v6.6/Documentation/networking/ |
D | snmp_counter.rst | 330 retransmissions into SYN, fast-retransmits, timeout retransmits, etc. 337 TCPFastOpenActiveFail: Fast Open attempts (SYN/data) failed because 367 TCP Fast Open 415 TCP Fast Path 418 packet, one is fast path, another is slow path. The comment in kernel 421 It is split into a fast path and a slow path. The fast path is 432 - Data is sent in both directions. The fast path only supports pure senders 437 Kernel will try to use fast path unless any of the above conditions 443 try to enable fast path immediately when the connection comes into the 445 will disable the fast path at first, and try to enable it after kernel [all …]
|
/Linux-v6.6/drivers/net/usb/ |
D | pegasus.h | 158 PEGASUS_DEV("USB 10/100 Fast Ethernet", VENDOR_ABOCOM, 0x4102, 160 PEGASUS_DEV("USB 10/100 Fast Ethernet", VENDOR_ABOCOM, 0x4002, 162 PEGASUS_DEV("USB 10/100 Fast Ethernet", VENDOR_ABOCOM, 0x400b, 164 PEGASUS_DEV("USB 10/100 Fast Ethernet", VENDOR_ABOCOM, 0x400c, 166 PEGASUS_DEV("USB 10/100 Fast Ethernet", VENDOR_ABOCOM, 0xabc1, 168 PEGASUS_DEV("USB 10/100 Fast Ethernet", VENDOR_ABOCOM, 0x200c, 190 PEGASUS_DEV("AEI USB Fast Ethernet Adapter", VENDOR_AEILAB, 0x1701,
|
/Linux-v6.6/drivers/net/ethernet/sis/ |
D | Kconfig | 21 tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" 26 This is a driver for the Fast Ethernet PCI network cards based on 42 Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
|
/Linux-v6.6/drivers/net/ethernet/3com/ |
D | Kconfig | 35 tristate "3c515 ISA \"Fast EtherLink\"" 39 If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet 50 (PC-card) Fast Ethernet card to your computer. 73 "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
|
/Linux-v6.6/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa.yaml | 47 mrvl,i2c-fast-mode: 49 description: Enable fast mode of i2c controller. 69 mrvl,i2c-fast-mode;
|