/Linux-v5.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 …]
|
/Linux-v5.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 …]
|
/Linux-v5.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 …]
|
D | max8925_battery.txt | 7 - fast-charge: set charging current in fast mode 15 fast-charge = <7>;
|
/Linux-v5.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: 120 * Physical block regions added to different inodes due to fast commit 133 * 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-v5.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 …]
|
/Linux-v5.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 …]
|
/Linux-v5.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>;
|
/Linux-v5.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.
|
/Linux-v5.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 …]
|
/Linux-v5.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 */
|
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-v5.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
|
/Linux-v5.10/drivers/net/ethernet/atheros/ |
D | Kconfig | 29 tristate "Atheros L2 Fast Ethernet support" 34 This driver supports the Atheros L2 fast ethernet adapter. 83 1969:1090 - AR8162 Fast Ethernet 85 1969:10A0 - AR8172 Fast Ethernet
|
/Linux-v5.10/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-v5.10/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-v5.10/Documentation/devicetree/bindings/timer/ |
D | img,pistachio-gptimer.txt | 11 "fast", fast counter clock 26 clock-names = "fast", "slow", "sys";
|
/Linux-v5.10/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-v5.10/Documentation/scsi/ |
D | BusLogic.rst | 118 Synchronous Negotiation: Fast 136 and 4 through 15, to Fast speed for target device 1, to Slow speed for 247 BT-946C PCI Fast SCSI-2 248 BT-956C PCI Wide Fast SCSI-2 249 BT-956CD PCI Wide Differential Fast SCSI-2 250 BT-445C VLB Fast SCSI-2 251 BT-747C EISA Fast SCSI-2 252 BT-757C EISA Wide Fast SCSI-2 253 BT-757CD EISA Wide Differential Fast SCSI-2 254 BT-545C ISA Fast SCSI-2 [all …]
|
/Linux-v5.10/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-v5.10/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-v5.10/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-v5.10/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;
|