| /kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
| D | mfp-mmp2.h | 242 #define GPIO124_MMC1_DAT7 MFP_CFG_DRV(GPIO124, AF1, FAST) 243 #define GPIO125_MMC1_DAT6 MFP_CFG_DRV(GPIO125, AF1, FAST) 244 #define GPIO129_MMC1_DAT5 MFP_CFG_DRV(GPIO129, AF1, FAST) 245 #define GPIO130_MMC1_DAT4 MFP_CFG_DRV(GPIO130, AF1, FAST) 246 #define GPIO131_MMC1_DAT3 MFP_CFG_DRV(GPIO131, AF1, FAST) 247 #define GPIO132_MMC1_DAT2 MFP_CFG_DRV(GPIO132, AF1, FAST) 248 #define GPIO133_MMC1_DAT1 MFP_CFG_DRV(GPIO133, AF1, FAST) 249 #define GPIO134_MMC1_DAT0 MFP_CFG_DRV(GPIO134, AF1, FAST) 250 #define GPIO136_MMC1_CMD MFP_CFG_DRV(GPIO136, AF1, FAST) 251 #define GPIO139_MMC1_CLK MFP_CFG_DRV(GPIO139, AF1, FAST) [all …]
|
| D | mfp-pxa168.h | 213 #define GPIO107_UART1_TXD MFP_CFG_DRV(GPIO107, AF1, FAST) 214 #define GPIO107_UART1_RXD MFP_CFG_DRV(GPIO107, AF2, FAST) 215 #define GPIO108_UART1_RXD MFP_CFG_DRV(GPIO108, AF1, FAST) 216 #define GPIO108_UART1_TXD MFP_CFG_DRV(GPIO108, AF2, FAST) 241 #define GPIO28_MMC2_CMD MFP_CFG_DRV(GPIO28, AF6, FAST) 242 #define GPIO29_MMC2_CLK MFP_CFG_DRV(GPIO29, AF6, FAST) 243 #define GPIO30_MMC2_DAT0 MFP_CFG_DRV(GPIO30, AF6, FAST) 244 #define GPIO31_MMC2_DAT1 MFP_CFG_DRV(GPIO31, AF6, FAST) 245 #define GPIO32_MMC2_DAT2 MFP_CFG_DRV(GPIO32, AF6, FAST) 246 #define GPIO33_MMC2_DAT3 MFP_CFG_DRV(GPIO33, AF6, FAST) [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | qcom_smbb.txt | 22 - charge fast mode 35 "chg-fast", 43 - qcom,fast-charge-current-limit: 48 - qcom,fast-charge-low-threshold-voltage: 51 Description: Battery voltage limit above which fast charging may operate; 55 - qcom,fast-charge-high-threshold-voltage: 58 Description: Battery voltage limit below which fast charging may operate; 59 The fast charger will attempt to charge the battery to this 62 - qcom,fast-charge-safe-voltage: 67 'fast-charge-high-watermark' will be clamped by this value. [all …]
|
| /kernel/linux/linux-6.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:
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | fast_commit.h | 6 /* Fast commit tags */ 19 /* On disk fast commit tlv value structures */ 21 /* Fast commit on disk tag length structure */ 70 * system used by fast commit code. 82 * Fast commit reason codes 95 * Fast commit ineligiblity reasons: 121 * Physical block regions added to different inodes due to fast commit 134 * 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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | locking.rst | 27 Fast page fault: 29 Fast page fault is the fast path which fixes the guest page fault out of 30 the mmu-lock on x86. Currently, the page fault can be fast in one of the 49 On fast page fault path, we will use cmpxchg to atomically set the spte W 70 | On fast page fault path: | 99 to gfn. For indirect sp, we disabled fast page fault for simplicity. 113 In the origin code, the spte can be fast updated (non-atomically) if the 117 But it is not true after fast page fault since the spte can be marked 138 | | on fast page fault path:: | 170 fast page fault path, in order to easily audit the path, we see if TLBs need [all …]
|
| /kernel/linux/linux-5.10/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>;
|
| /kernel/linux/linux-6.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>;
|
| /kernel/linux/linux-6.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.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-5.10/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. 318 - Journal has fast commit blocks. (JBD2\_FEATURE\_INCOMPAT\_FAST\_COMMIT) 629 Fast commits 632 Fast commit area is organized as a log of tag length values. Each TLV has [all …]
|
| /kernel/linux/linux-6.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 */
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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
|