/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | renesas,cmt.txt | 21 - "renesas,cmt-32" for all 32-bit CMT without fast clock support 25 - "renesas,cmt-32-fast-r8a7740" for the r8a7740 32-bit CMT with fast 27 - "renesas,cmt-32-fast-sh7372" for the sh7372 32-bit CMT with fast 29 - "renesas,cmt-32-fast-sh73a0" for the sh73A0 32-bit CMT with fast 31 - "renesas,cmt-32-fast" for all 32-bit CMT with fast clock support 33 This is a fallback for the above renesas,cmt-32-fast-* entries.
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | max8925_batter.txt | 7 - fast-charge: set charging current in fast mode 15 fast-charge = <7>;
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | traps.c | 85 int fast; member 367 int fast = dispatch_init_table[i].fast; in trap_init() local 371 if (fast == 0) in trap_init() 373 if (fast && fast & USER) in trap_init() 375 if (fast && fast & KRNL) in trap_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | spear_smi.txt | 14 - st,smi-fast-mode : Flash supports read in fast mode 28 st,smi-fast-mode;
|
D | jedec,spi-nor.txt | 17 - m25p,fast-read : Use the "fast read" opcode to read data from the chip instead 31 m25p,fast-read;
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | locking.txt | 14 Fast page fault is the fast path which fixes the guest page fault out of 15 the mmu-lock on x86. Currently, the page fault can be fast only if the 26 On fast page fault path, we will use cmpxchg to atomically set the spte W 43 on fast page fault path: 71 Currently, to simplify the whole things, we disable fast page fault for 75 In the origin code, the spte can be fast updated (non-atomically) if the 79 But it is not true after fast page fault since the spte can be marked 95 on fast page fault path: 123 fast page fault path, in order to easily audit the path, we see if TLBs need 128 atomically update the spte, the race caused by fast page fault can be avoided,
|
/linux-4.1.27/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-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-power | 28 charger operates in fast-charge mode. When the timer expires 29 the device will terminate fast-charge mode (charging current 42 charger operates in fast-charge mode. When the timer expires 43 the device will terminate fast-charge mode (charging current 56 entering top-off charging mode. When charging current in fast
|
D | sysfs-driver-hid-lenovo | 4 …ouse clicks should be generated if the trackpoint is quickly pressed. How fast this press has to be 41 Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse …
|
D | sysfs-kernel-mm-ksm | 33 pages_volatile: how many pages changing too fast to be placed
|
D | sysfs-class-regulator | 41 fast 56 "fast", "normal", "idle", and "standby" are all detailed 132 'fast'
|
D | sysfs-kernel-slab | 49 allocated using the fast path. It can be written to clear the 231 using the fast path because it was an object from the cpu slab.
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa.txt | 19 - mrvl,i2c-fast-mode : Enable fast mode of i2c controller. 26 mrvl,i2c-fast-mode;
|
D | nvidia,tegra20-i2c.txt | 30 fast-clk. Tegra114 has only one clock source called as div-clk and 47 - fast-clk 69 clock-names = "div-clk", "fast-clk";
|
D | i2c-exynos5.txt | 30 -> If not specified, the bus operates in fast-speed mode at
|
/linux-4.1.27/drivers/ata/ |
D | pata_hpt37x.c | 416 u8 fast; in hpt370_set_mode() local 422 pci_read_config_byte(pdev, addr2, &fast); in hpt370_set_mode() 423 fast &= ~0x02; in hpt370_set_mode() 424 fast |= 0x01; in hpt370_set_mode() 425 pci_write_config_byte(pdev, addr2, fast); in hpt370_set_mode() 510 u8 fast; in hpt372_set_mode() local 516 pci_read_config_byte(pdev, addr2, &fast); in hpt372_set_mode() 517 fast &= ~0x07; in hpt372_set_mode() 518 pci_write_config_byte(pdev, addr2, fast); in hpt372_set_mode()
|
D | pata_hpt3x2n.c | 187 u8 fast; in hpt3x2n_set_mode() local 193 pci_read_config_byte(pdev, addr2, &fast); in hpt3x2n_set_mode() 194 fast &= ~0x07; in hpt3x2n_set_mode() 195 pci_write_config_byte(pdev, addr2, fast); in hpt3x2n_set_mode()
|
D | pata_legacy.c | 102 int fast; member 661 if (ld_qdi->fast) { in qdi65x0_set_piomode()
|
/linux-4.1.27/drivers/pcmcia/ |
D | sa11xx_base.h | 96 #define MECR_FAST_SET(mecr, sock, fast) \ argument 97 MECR_SET((mecr), (sock), MECR_FAST_SHIFT, MECR_FAST_MODE_MASK, (fast))
|
/linux-4.1.27/Documentation/networking/ |
D | tcp-thin.txt | 12 retransmissions effectively through fast retransmit instead of 26 1) If the stream is thin, fast retransmit on the first dupACK. 32 fast retransmissions can not be triggered, and the stream is prone
|
D | dmfe.txt | 3 Davicom DM9102(A)/DM9132/DM9801 fast ethernet driver for Linux.
|
D | de4x5.txt | 127 because the SCSI card wants to grab the interrupt as a fast interrupt 130 This driver will now add the interrupt service routine as a fast
|
D | tcp.txt | 91 sk->tcp_dup_ack Dup ack count for fast retransmit
|
D | ixgb.txt | 220 # on systems with a VERY fast bus -> memory interface this is the big gainer 254 If your server does not seem to be able to receive UDP traffic as fast as it
|
D | ip-sysctl.txt | 240 for triggering fast retransmit when the amount of outstanding data is 244 losses into fast recovery (draft-dukkipati-tcpm-tcp-loss-probe-01). 248 2 enables ER but delays fast recovery and fast retransmit 271 Enable FACK congestion avoidance and fast retransmission. 588 Enable fast recycling TIME-WAIT sockets. Default value is 0. 1712 setting is primarily used to enable fast failover mechanisms without
|
D | 00-INDEX | 70 - info on the Davicom DM9102(A)/DM9132/DM9801 fast ethernet driver.
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.debug | 36 bool "Use fast second timer for profiling" 39 Use a fast secondary clock to produce profiling information.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max14577.txt | 23 - maxim,fast-charge-uamp : Current in uA for Fast Charge; 97 maxim,fast-charge-uamp = <450000>; 142 maxim,fast-charge-uamp = <225000>;
|
D | max77693.txt | 50 will operate in fast charge constant current mode till battery voltage 51 reaches this level. Then the charger will switch to fast charge constant
|
D | max8925.txt | 60 fast-charge = <7>;
|
/linux-4.1.27/kernel/ |
D | Kconfig.hz | 12 a fast response for user interaction and that may experience bus 46 systems requiring fast interactive responses to events.
|
/linux-4.1.27/drivers/scsi/arm/ |
D | acornscsi.c | 222 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG) 319 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 325 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 332 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 353 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 373 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 914 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 933 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 936 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 959 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write() [all …]
|
D | acornscsi.h | 282 void __iomem *fast; /* fast ioc base address */ member
|
/linux-4.1.27/drivers/s390/cio/ |
D | device_ops.c | 46 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask() 73 cdev->private->options.fast)) in ccw_device_set_options() 75 cdev->private->options.fast |= (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options() 92 cdev->private->options.fast &= (flags & CCWDEV_EARLY_NOTIFICATION) == 0; in ccw_device_clear_options() 439 !(cdev->private->options.fast && in ccw_device_call_handler()
|
D | io_sch.h | 136 unsigned int fast:1; /* post with "channel end" */ member
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 177 0b000 - fast 1mA 178 0b001 - fast 2mA 179 0b002 - fast 3mA 180 0b003 - fast 4mA 182 0b005 - fast 6mA 184 0b007 - fast 10mA 249 * drive strength = fast 3mA (MFP_DS03X)
|
/linux-4.1.27/drivers/scsi/ |
D | imm.c | 630 int fast, bulk, status; in imm_completion() local 666 fast = (bulk in imm_completion() 669 status = imm_out(dev, cmd->SCp.ptr, fast); in imm_completion() 671 fast = (bulk in imm_completion() 674 status = imm_in(dev, cmd->SCp.ptr, fast); in imm_completion() 677 cmd->SCp.ptr += fast; in imm_completion() 678 cmd->SCp.this_residual -= fast; in imm_completion()
|
D | wd33c93.c | 335 calc_sync_xfer(unsigned int period, unsigned int offset, unsigned int fast, in calc_sync_xfer() argument 343 if (offset && fast) { in calc_sync_xfer() 344 fast = STR_FSS; in calc_sync_xfer() 347 fast = 0; in calc_sync_xfer() 352 result |= fast; in calc_sync_xfer() 360 calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast, in calc_sync_msg() argument 368 if (offset && fast) in calc_sync_msg() 922 hostdata->fast, in wd33c93_intr() 1101 hostdata->fast, in wd33c93_intr() 1567 hostdata->fast = 0; in reset_wd33c93() [all …]
|
D | ppa.c | 525 int fast, bulk, status; in ppa_completion() local 574 fast = (bulk && (cmd->SCp.this_residual >= PPA_BURST_SIZE)) in ppa_completion() 578 status = ppa_out(dev, cmd->SCp.ptr, fast); in ppa_completion() 580 status = ppa_in(dev, cmd->SCp.ptr, fast); in ppa_completion() 582 cmd->SCp.ptr += fast; in ppa_completion() 583 cmd->SCp.this_residual -= fast; in ppa_completion()
|
D | 53c700.c | 383 hostdata->fast = (NCR_700_readb(host, CTEST9_REG) == 0); in NCR_700_detect() 390 (hostdata->fast ? "53c700-66" : "53c700"), in NCR_700_detect() 452 if(hostdata->fast) in NCR_700_data_residual() 686 if(hostdata->fast) { in NCR_700_chip_setup() 1434 if(hostdata->fast && in NCR_700_start_command() 1965 if(hostdata->fast) in NCR_700_bus_reset() 1995 if(!hostdata->fast) in NCR_700_set_period() 2016 if(!hostdata->fast) in NCR_700_set_offset() 2057 if(hostdata->fast) { in NCR_700_slave_configure()
|
D | mvme147.c | 92 hdata->fast = 0; in mvme147_detect()
|
D | wd33c93.h | 260 uchar fast; /* set this flag to enable Fast SCSI */ member
|
D | a2091.c | 212 hdata->wh.fast = 0; in a2091_probe()
|
D | a3000.c | 231 hdata->wh.fast = 0; in amiga_a3000_scsi_probe()
|
D | sgiwd93.c | 267 hdata->wh.fast = 1; in sgiwd93_probe()
|
D | gvp11.c | 347 hdata->wh.fast = 0; in gvp11_probe()
|
D | 53c700.h | 212 __u32 fast:1; /* if we can alter the SCSI bus clock member
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib0090.h | 81 extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast); 109 static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) in dib0090_dcc_freq() argument
|
/linux-4.1.27/arch/arc/include/asm/ |
D | arcregs.h | 266 unsigned int fast:1, ver:8; member 268 unsigned int ver:8, fast:1;
|
/linux-4.1.27/arch/alpha/lib/ |
D | strlen.S | 38 found: blbs $2, done # make aligned case fast
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | men-a021-wdt.txt | 7 2: Watchdog fast-mode
|
/linux-4.1.27/arch/powerpc/sysdev/qe_lib/ |
D | Kconfig | 16 This option provides qe_lib support to UCC fast
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-header.S | 331 .macro restore_user_regs, fast = 0, offset = 0 335 v7m_exception_slow_exit ret_r0 = \fast 338 .macro restore_user_regs, fast = 0, offset = 0 349 .if \fast
|
D | entry-common.S | 47 restore_user_regs fast = 1, offset = S_OFF 82 restore_user_regs fast = 0, offset = 0
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | dpcsup.c | 72 int fast; in aac_response_normal() local 74 fast = index & 0x01; in aac_response_normal() 98 if (fast) { in aac_response_normal()
|
/linux-4.1.27/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 2 # Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions 57 # /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 608 int pcheck, int fast, int large); 1013 int fast, int large) in ahc_scbram_config() argument 1043 if (fast) in ahc_scbram_config() 1076 int fast; in ahc_probe_ext_scbram() local 1081 fast = FALSE; in ahc_probe_ext_scbram() 1091 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram() 1109 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram() 1125 fast = TRUE; in ahc_probe_ext_scbram() 1132 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE); in ahc_probe_ext_scbram() 1159 ahc_name(ahc), fast ? "fast" : "slow", in ahc_probe_ext_scbram() [all …]
|
/linux-4.1.27/net/iucv/ |
D | Kconfig | 7 under VM or VIF. If you run on z/VM, say "Y" to enable a fast
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache.txt | 29 Promotion - Migration from slow device to fast device. 30 Demotion - Migration from fast device to slow device. 47 2. A cache device - the small, fast one. 101 shrinking a cache. Shrinking the cache's fast device requires all cache 105 cache's fast device until the cache is clean. This is of particular 181 metadata dev : fast device holding the persistent metadata 182 cache dev : fast device holding cached data blocks
|
D | era.txt | 19 metadata dev : fast device holding the persistent metadata
|
D | cache-policies.txt | 61 promote sequential blocks to the cache (e.g. fast application startup).
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README.FPE | 83 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply 84 FDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast divide 85 FRD{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast reverse divide 88 non-fast versions. Hence, in this implementation their performance is
|
/linux-4.1.27/Documentation/devicetree/bindings/nvec/ |
D | nvidia,nvec.txt | 15 - fast-clk
|
/linux-4.1.27/arch/nios2/boot/dts/ |
D | 3c120_devboard.dts | 43 altr,implementation = "fast"; 51 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
/linux-4.1.27/arch/x86/kvm/ |
D | trace.h | 64 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx, 66 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa), 74 __field( bool, fast ) 83 __entry->fast = fast; 87 __entry->code, __entry->fast ? "fast" : "slow",
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | img-ir-rev1.txt | 17 2nd: System side (fast) clock.
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | reset.c | 1147 struct ieee80211_channel *channel, bool fast, bool skip_pcu) in ath5k_hw_reset() argument 1162 if (fast && (ah->ah_radio != AR5K_RF2413) && in ath5k_hw_reset() 1164 fast = false; in ath5k_hw_reset() 1200 if (fast) { in ath5k_hw_reset() 1269 if (!fast && ah->ah_rf_banks != NULL) in ath5k_hw_reset()
|
D | ath5k.h | 1495 struct ieee80211_channel *channel, bool fast, bool skip_pcu); 1635 u8 mode, bool fast);
|
D | base.c | 2864 bool fast = chan && modparam_fastchanswitch ? 1 : 0; in ath5k_reset() local 2898 if (ret && fast) { in ath5k_reset() 2901 fast = false; in ath5k_reset() 2907 ret = ath5k_hw_reset(ah, ah->opmode, ah->curchan, fast, skip_pcu); in ath5k_reset()
|
D | phy.c | 3756 u8 mode, bool fast) in ath5k_hw_phy_init() argument 3770 if (fast && (channel->hw_value != curr_channel->hw_value)) in ath5k_hw_phy_init() 3777 if (fast) { in ath5k_hw_phy_init() 3834 if (fast) { in ath5k_hw_phy_init()
|
/linux-4.1.27/drivers/block/zram/ |
D | Kconfig | 10 itself. These disks allow very fast I/O and compression provides
|
/linux-4.1.27/drivers/atm/ |
D | eni.h | 97 struct atm_vcc *fast,*last_fast;/* queues of VCCs with pending PDUs */ member
|
D | eni.c | 336 ENI_DEV(dev)->fast = NULL; /* really stop it */ in rx_ident_err() 661 while ((curr = eni_dev->fast)) { in poll_rx() 664 eni_dev->fast = ENI_VCC(curr)->next; in poll_rx() 707 if (eni_dev->fast) in get_service() 709 else eni_dev->fast = vcc; in get_service() 916 eni_dev->fast = eni_dev->last_fast = NULL; in start_rx()
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,dw-apb-ictl.txt | 22 - (optional) fast interrupts start at 64.
|
/linux-4.1.27/fs/hpfs/ |
D | hpfs.h | 121 u8 fast: 1; /* partition was fast formatted */ member 127 u8 fast: 1; /* partition was fast formatted */ member
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 58 1 fast only "1.5 times" 59 n nX fast, 1/nX slow 66 '1' fast
|
/linux-4.1.27/Documentation/ |
D | percpu-rw-semaphore.txt | 12 Locking for reading is very fast, it uses RCU and it avoids any atomic
|
D | robust-futexes.txt | 41 (and in most cases there is none, futexes being fast lightweight locks) 133 mutexes are just as fast. 176 List registration is very fast: the pointer is simply stored in 183 thread lifetime, and the cleanup operation, if it happens, is fast and
|
D | local_ops.txt | 20 Local atomic operations are meant to provide fast and highly reentrant per CPU 25 Having fast per CPU atomic counters is interesting in many cases : it does not
|
D | lockup-watchdogs.txt | 63 between fast response to lockups and detection overhead.
|
D | sparse.txt | 99 be recompiled or not. The latter is a fast way to check the whole tree if you
|
D | parport-lowlevel.txt | 1212 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and 1241 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and 1270 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and 1301 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
|
D | xz.txt | 8 ratio and relatively fast decompression. The primary compression
|
D | pi-futex.txt | 8 calls - just pure fast atomic ops in userspace.
|
D | debugging-via-ohci1394.txt | 67 and he implemented fast system dump (alpha version - read README.txt):
|
D | kasan.txt | 8 a fast and comprehensive solution for finding use-after-free and out-of-bounds
|
D | static-keys.txt | 9 performance-sensitive fast-path kernel code, via a GCC feature and a code
|
D | crc32.txt | 147 twice as fast as the basic Sarwate algorithm.
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex.txt | 54 NULL 0 0 mutex is free (fast acquire possible) 58 taskpointer 0 0 mutex is held (fast release possible)
|
D | lglock.txt | 24 - very fast access to the local per_cpu data 25 - reasonably fast access to specific per_cpu data on a different 40 is fast. Taking the local lock on a different CPU will be more
|
D | rt-mutex-design.txt | 329 is used (when applicable) to keep the fast path of grabbing and releasing 351 help out extremely to keep the fast path short. 561 The first thing that is tried is the fast taking of the mutex. This is 562 done when we have CMPXCHG enabled (otherwise the fast taking automatically 718 The unlocking of a mutex also has a fast path for those architectures with 734 do have CMPXCHG, that check is done in the fast path, but it is still needed 736 or timeout between the time the owner failed the fast path CMPXCHG check and
|
/linux-4.1.27/Documentation/s390/ |
D | DASD | 73 - Support Cache fast write and DASD fast write (ECKD)
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | spear600-evb.dts | 64 st,smi-fast-mode;
|
D | tegra30.dtsi | 464 clock-names = "div-clk", "fast-clk"; 480 clock-names = "div-clk", "fast-clk"; 496 clock-names = "div-clk", "fast-clk"; 514 clock-names = "div-clk", "fast-clk"; 528 clock-names = "div-clk", "fast-clk";
|
D | k2l-evm.dts | 104 m25p,fast-read;
|
D | r8a7778-bockw-reference.dts | 125 m25p,fast-read;
|
D | k2e-evm.dts | 127 m25p,fast-read;
|
D | tegra20.dtsi | 401 clock-names = "div-clk", "fast-clk"; 431 clock-names = "div-clk", "fast-clk"; 447 clock-names = "div-clk", "fast-clk"; 463 clock-names = "div-clk", "fast-clk";
|
D | pxa168.dtsi | 124 mrvl,i2c-fast-mode;
|
D | spear310-evb.dts | 109 st,smi-fast-mode;
|
D | spear320-evb.dts | 110 st,smi-fast-mode;
|
D | k2hk-evm.dts | 155 m25p,fast-read;
|
D | spear300-evb.dts | 95 st,smi-fast-mode;
|
D | pxa910.dtsi | 138 mrvl,i2c-fast-mode;
|
D | r8a7778-bockw.dts | 192 m25p,fast-read;
|
D | mmp2-brownstone.dts | 185 fast-charge = <7>;
|
D | spear320-hmi.dts | 182 st,smi-fast-mode;
|
D | r8a7791-henninger.dts | 234 m25p,fast-read;
|
D | mmp2.dtsi | 219 mrvl,i2c-fast-mode;
|
D | spear1310-evb.dts | 185 st,smi-fast-mode;
|
D | spear1340-evb.dts | 183 st,smi-fast-mode;
|
D | armada-388-gp.dts | 75 m25p,fast-read;
|
D | r8a7790-lager.dts | 439 m25p,fast-read;
|
D | r8a7791-koelsch.dts | 484 m25p,fast-read;
|
D | tegra20-paz00.dts | 302 clock-names = "div-clk", "fast-clk";
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | ste-u300-syscon-clock.txt | 10 1 = fast clock
|
/linux-4.1.27/fs/cachefiles/ |
D | Kconfig | 7 filesystems - primarily networking filesystems - thus allowing fast
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,bcm11351-pinctrl.txt | 72 1: fast slew rate 74 0: fast slew rate 98 1: fast slew rate 100 0: fast slew rate
|
D | xlnx,zynq-pinctrl.txt | 43 Valid arguments for 'slew-rate' are '0' and '1' to select between slow and fast
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-nforce2 | 36 Flags: 66Mhz, fast devsel, IRQ 5
|
D | i2c-i801 | 137 Flags: bus master, fast devsel, latency 0
|
/linux-4.1.27/arch/alpha/kernel/ |
D | core_wildfire.c | 181 wildfire_fast_qsd *fast = WILDFIRE_fast_qsd(); in wildfire_hardware_probe() local 190 temp = fast->qsd_whami.csr; in wildfire_hardware_probe() 192 printk(KERN_ERR "fast QSD_WHAMI at base %p is 0x%lx\n", fast, temp); in wildfire_hardware_probe()
|
/linux-4.1.27/drivers/media/tuners/ |
D | qm1d1c0042.c | 99 static int qm1d1c0042_set_srch_mode(struct qm1d1c0042_state *state, bool fast) in qm1d1c0042_set_srch_mode() argument 101 if (fast) in qm1d1c0042_set_srch_mode()
|
/linux-4.1.27/fs/jffs2/ |
D | TODO | 11 - checkpointing (do we need this? scan is quite fast)
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 10 reasonably fast mini network consisting of two (or, rarely, more)
|
/linux-4.1.27/net/openvswitch/ |
D | Kconfig | 21 The Open vSwitch datapath provides an in-kernel fast path for packet
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | entry.S | 70 .macro restore_user_regs, fast = 0, offset = 0 74 .if \fast 537 restore_user_regs fast = 1, offset = S_OFF 568 restore_user_regs fast = 0, offset = 0
|
/linux-4.1.27/drivers/net/ethernet/atheros/ |
D | Kconfig | 27 This driver supports the Atheros L2 fast ethernet adapter.
|
/linux-4.1.27/drivers/infiniband/ |
D | Kconfig | 32 hardware for fast-path operations. You will also need
|
/linux-4.1.27/Documentation/vm/ |
D | soft-dirty.txt | 26 soft-dirty bits clear, the #PF-s that occur after that are processed fast.
|
D | ksm.txt | 88 pages_volatile - how many pages changing too fast to be placed in a tree
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 54 the fast_io_fail_tmo timer has not yet fired; "fail-fast"
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm9240 | 45 analog channels to ensure a fast interrupt response to any out-of-limit 62 ADM9240 has a very fast 320us temperature and voltage measurement cycle
|
D | dme1737 | 161 defines how fast the PWM output is adjusting to changes of the associated 288 fast the PWM duty-cycle will change
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | Kconfig | 48 Lock the low level TLB fast path into L2.
|
/linux-4.1.27/Documentation/usb/ |
D | ehci.txt | 141 USB 2.0 throughput is gated by two main factors: how fast the host 142 controller can process requests, and how fast devices can respond to 206 help make high speed transfers run as fast as they can.
|
D | error-codes.txt | 127 could not retrieve data from system memory fast
|
D | dma.txt | 107 mapping and apply other tweaks to make scatterlist i/o be fast.
|
/linux-4.1.27/Documentation/ide/ |
D | ide-tape.txt | 65 sharing a (fast) ATA-2 disk with any (slow) new ATAPI device.
|
D | ChangeLog.ide-tape.1995-2002 | 34 * requests are relatively fast, and once we are 80 * New fast pipelined operation mode (currently only on 92 * are now as fast as backups.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | arm,pl11x.txt | 36 interface is fast enough to handle all possible video modes
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram243x.S | 256 orr r7, r5, #0x2 @ fast relock val 257 str r7, [r8] @ go to fast relock
|
D | sram242x.S | 256 orr r7, r5, #0x2 @ fast relock val 257 str r7, [r8] @ go to fast relock
|
/linux-4.1.27/Documentation/spi/ |
D | pxa2xx | 187 .max_speed_hz = 3686400, /* Run SSP as fast a possbile */ 196 .max_speed_hz = 3686400, /* Run SSP as fast a possbile */
|
/linux-4.1.27/drivers/crypto/ |
D | atmel-tdes.c | 510 int err, fast = 0, in, out; in atmel_tdes_crypt_start() local 520 fast = in && out; in atmel_tdes_crypt_start() 523 fast = 0; in atmel_tdes_crypt_start() 527 if (fast) { in atmel_tdes_crypt_start()
|
D | atmel-aes.c | 429 int err, fast = 0, in, out; in atmel_aes_crypt_dma_start() local 439 fast = in && out; in atmel_aes_crypt_dma_start() 442 fast = 0; in atmel_aes_crypt_dma_start() 446 if (fast) { in atmel_aes_crypt_dma_start()
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 54 what they need. This property is useful for the userspace fast path
|
/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 161 fast system call execution (while fully preserving system call 239 * Using fast system calls 241 To use fast system calls, userspace applications need simply call
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 4 des - fast & portable DES encryption & decryption. 56 since i was interested in fast des filters rather than crypt(3) 89 it's 39%-106% slower. because he was interested in fast crypt(3) and 96 fast crypt(3) package from denmark:
|
/linux-4.1.27/fs/reiserfs/ |
D | Kconfig | 11 In general, ReiserFS is as fast as ext2, but is very efficient with
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 71 to see very small and fast IO. It's possible to specify ms or us
|
/linux-4.1.27/drivers/s390/net/ |
D | Kconfig | 35 vehicle networking under VM or VIF. It enables a fast communication
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 63 Say Y here is you want IrLAP to send fast RR (Receive Ready) frames
|
/linux-4.1.27/drivers/auxdisplay/ |
D | Kconfig | 114 You can freeze the computer, or the LCD maybe can't draw as fast as you
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-async-req.txt | 22 a request and how fast the memory is. The faster the MMC/SD is the
|
/linux-4.1.27/Documentation/zh_CN/ |
D | SubmittingPatches | 378 宏只在 static inline 函数不是最优的时候[在 fast paths 里有很少的独立的
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-server-gss.txt | 37 performance-sensitive. The latter is simpler and needs to be very fast.
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | Kconfig | 19 bool "Use fast timers for serial DMA flush (experimental)" 23 normally, possible by using the fast timer API, the timeout is 32 normally possible through a fast timer interrupt (currently at
|
/linux-4.1.27/drivers/net/irda/ |
D | smsc-ircc2.c | 947 int fir_base, ir_mode, ctrl, fast; in smsc_ircc_set_fir_speed() local 959 fast = 0; in smsc_ircc_set_fir_speed() 965 fast = IRCC_LCR_A_FAST | IRCC_LCR_A_GP_DATA; in smsc_ircc_set_fir_speed() 972 fast = IRCC_LCR_A_FAST; in smsc_ircc_set_fir_speed() 981 outb((inb(fir_base + IRCC_LCR_A) & 0xbf) | fast, fir_base + IRCC_LCR_A); in smsc_ircc_set_fir_speed()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | TODO | 67 such as "CopyChunk" (fast server side file copy)
|
/linux-4.1.27/Documentation/infiniband/ |
D | ipoib.txt | 96 performance, because it adds tests to the fast path.
|
/linux-4.1.27/Documentation/video4linux/ |
D | meye.txt | 32 driver however), but things are not moving very fast (see
|
/linux-4.1.27/Documentation/scsi/ |
D | ncr53c8xx.txt | 75 16.2 Synchronous timings for fast SCSI-2 53C8XX controllers 888 For an installation diskette or a safe but not fast system, 969 Some SDMS BIOS revisions seem to be unable to boot cleanly with very fast 1264 Synchronous data transfers increases throughput of fast devices like 1271 Will enable fast synchronous data transfer negotiation for all targets. 1362 and using 4 clock divisors and so applies to all NCR53C8XX chips in fast 1417 16.2 Synchronous timings for fast SCSI-2 53C8XX controllers 1637 | | | --synch period (0x?? 40 Mtrans/sec- fast 40) (probably 0x28) 1638 | | | (0x30 20 Mtrans/sec- fast 20) 1639 | | | (0x64 10 Mtrans/sec- fast )
|
D | sym53c8xx_2.txt | 605 Synchronous data transfers increases throughput of fast devices like 884 | | | --synch period (0x?? 40 Mtrans/sec- fast 40) (probably 0x28) 885 | | | (0x30 20 Mtrans/sec- fast 20) 886 | | | (0x64 10 Mtrans/sec- fast )
|
D | osst.txt | 110 On a fast machine, you may profit from software data compression (z flag for
|
/linux-4.1.27/drivers/net/hamradio/ |
D | dmascc.c | 235 static void write_scc_data(struct scc_priv *priv, int val, int fast); 648 static void write_scc_data(struct scc_priv *priv, int val, int fast) in write_scc_data() argument 659 if (fast) in write_scc_data()
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 54 Because of this feature, POHMELFS is extremely fast at metadata intensive
|
/linux-4.1.27/lib/ |
D | Kconfig | 151 is not particularly fast, but has a small 256 byte lookup table. 511 Enable fast lookup object identifier registry.
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 41 remote branches, the index, fast-forward merges, pushes and pulls, detached 88 you try to push changes which do not result in a fast-forward merge
|
/linux-4.1.27/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_200MHz_16MB | 60 # too fast
|
D | dot.gdbinit_400MHz_32MB | 60 # too fast
|
D | dot.gdbinit_300MHz_32MB | 60 # too fast
|
/linux-4.1.27/Documentation/RCU/ |
D | rculist_nulls.txt | 100 very very fast (before the end of RCU grace period)
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | Kconfig | 107 This is not as fast as using hypervisor mode, but works on
|
/linux-4.1.27/arch/sh/lib64/ |
D | memcpy.S | 33 ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2,
|
D | copy_user_memcpy.S | 31 ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2,
|
/linux-4.1.27/arch/cris/ |
D | Kconfig | 103 bool "Enable ETRAX fast timer API" 105 This options enables the API to a fast timer implementation using
|
/linux-4.1.27/fs/ubifs/ |
D | budget.c | 490 if (req->fast) { in ubifs_budget_space()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | immap_qe.h | 296 struct ucc_fast fast; member
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 364 ; Restore the 4-scratch regs saved by fast path miss handler
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | user-guide.txt | 115 user involvement. This guarantees very fast switching to a frequency
|
/linux-4.1.27/kernel/time/ |
D | Kconfig | 164 therefore uses a fast but non-scalable algorithm for small
|
/linux-4.1.27/Documentation/fmc/ |
D | mezzanine.txt | 16 structure. This may be needed for high-bandwidth peripherals like fast
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 96 (2) The operation may be fast asynchronous (FSCACHE_OP_FAST), in which case it
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 8 in memory itself. These disks allow very fast I/O and compression provides
|
/linux-4.1.27/Documentation/fb/ |
D | vesafb.txt | 127 pro: * scrolling (fullscreen) is fast, because there is
|
D | sstfb.txt | 108 slowpci=1 fastpci Enable or disable fast PCI read/writes.
|
/linux-4.1.27/Documentation/arm/ |
D | vlocks.txt | 146 This cuts down on the fast-path latency, as well as potentially
|
/linux-4.1.27/arch/parisc/ |
D | Kconfig | 127 that can run on all 32-bit PA CPUs (albeit not optimally fast),
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
D | Kconfig | 286 OCM provides the fast place for memory access to improve performance.
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig | 152 do fast frequency switching (i.e, very low latency frequency
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 181 fast accesses) depend on the accelerator card used in the
|
/linux-4.1.27/drivers/net/wireless/ |
D | Kconfig | 82 A driver 802.11b wireless cards based on the Atmel fast-vnet
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hdspm.txt | 240 fast mixer for the ALSA-mixer utils. The diagonal of the
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 80 This defines trickle and fast charges. For batteries that
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 176 instruction is really fast. This use of the ICC2 only occurs within the
|
/linux-4.1.27/Documentation/filesystems/ |
D | btrfs.txt | 32 * Very fast offline filesystem check
|
D | romfs.txt | 47 byte boundaries for fast access. The minimum space a file will take
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 96 a separate list is used to give the expiry code fast access to the
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 79 an SoC. This means that there is a fast IRQ handler for the GPIOs that
|