/linux-4.4.14/arch/mips/mm/ |
D | c-octeon.c | 199 c->icache.ways = 1 + ((config1 >> 16) & 7); in probe_octeon() 202 c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() 203 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon() 209 c->dcache.ways = 64; in probe_octeon() 211 c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon() 212 c->dcache.waybit = ffs(dcache_size / c->dcache.ways) - 1; in probe_octeon() 219 c->icache.ways = 37; in probe_octeon() 221 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() 224 c->dcache.ways = 32; in probe_octeon() 226 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon() [all …]
|
D | c-r4k.c | 233 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32() 264 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32_page_indexed() 969 c->icache.ways = 2; in probe_pcache() 974 c->dcache.ways = 2; in probe_pcache() 984 c->icache.ways = 2; in probe_pcache() 989 c->dcache.ways = 2; in probe_pcache() 998 c->icache.ways = 4; in probe_pcache() 1003 c->dcache.ways = 4; in probe_pcache() 1019 c->icache.ways = 1; in probe_pcache() 1024 c->dcache.ways = 1; in probe_pcache() [all …]
|
D | c-tx39.c | 325 current_cpu_data.icache.ways = 1; in tx39_probe_cache() 326 current_cpu_data.dcache.ways = 1; in tx39_probe_cache() 331 current_cpu_data.icache.ways = 2; in tx39_probe_cache() 332 current_cpu_data.dcache.ways = 2; in tx39_probe_cache() 338 current_cpu_data.icache.ways = 1; in tx39_probe_cache() 339 current_cpu_data.dcache.ways = 1; in tx39_probe_cache() 408 (dcache_size / current_cpu_data.dcache.ways) - 1, in tx39_cache_init() 414 current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways; in tx39_cache_init() 415 current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; in tx39_cache_init()
|
D | sc-rm7k.c | 237 c->scache.ways = 4; in rm7k_sc_init() 238 c->scache.waybit= __ffs(scache_size / c->scache.ways); in rm7k_sc_init() 239 c->scache.waysize = scache_size / c->scache.ways; in rm7k_sc_init() 240 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in rm7k_sc_init() 267 c->tcache.ways = 1; in rm7k_sc_init()
|
D | sc-mips.c | 177 c->scache.ways = assoc + 1; in mips_sc_probe_cm3() 235 c->scache.ways = tmp + 1; in mips_sc_probe()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | probe.c | 41 boot_cpu_data.icache.ways = 1; in cpu_probe() 50 boot_cpu_data.dcache.ways = 1; in cpu_probe() 70 boot_cpu_data.icache.ways = 4; in cpu_probe() 71 boot_cpu_data.dcache.ways = 4; in cpu_probe() 174 boot_cpu_data.icache.ways = 2; in cpu_probe() 175 boot_cpu_data.dcache.ways = 2; in cpu_probe() 179 boot_cpu_data.icache.ways = 2; in cpu_probe() 180 boot_cpu_data.dcache.ways = 2; in cpu_probe() 195 boot_cpu_data.icache.ways = 2; in cpu_probe() 196 boot_cpu_data.dcache.ways = 2; in cpu_probe() [all …]
|
/linux-4.4.14/arch/sh/mm/ |
D | cache-sh7705.c | 34 unsigned long ways, waysize, addrstart; in cache_wback_all() local 36 ways = current_cpu_data.dcache.ways; in cache_wback_all() 59 } while (--ways); in cache_wback_all() 83 unsigned long ways, waysize, addrstart; in __flush_dcache_page() local 104 ways = current_cpu_data.dcache.ways; in __flush_dcache_page() 126 } while (--ways); in __flush_dcache_page()
|
D | tlb-sh3.c | 60 int i, ways = MMU_NTLB_WAYS; in local_flush_tlb_one() local 73 ways = 1; /* we already know the way .. */ in local_flush_tlb_one() 76 for (i = 0; i < ways; i++) in local_flush_tlb_one()
|
D | cache-sh4.c | 78 for (i = 0; i < cpu_data->icache.ways; i++) { in sh4_flush_icache_range() 156 current_cpu_data.dcache.ways; in flush_dcache_all() 328 way_count = dcache->ways; in __flush_cache_one()
|
D | cache-sh2a.c | 61 nr_ways = current_cpu_data.dcache.ways; in sh2a__flush_wback_region() 108 int nr_ways = current_cpu_data.dcache.ways; in sh2a__flush_purge_region()
|
D | cache.c | 254 boot_cpu_data.icache.ways, in emit_cache_params() 262 boot_cpu_data.dcache.ways, in emit_cache_params() 275 boot_cpu_data.scache.ways, in emit_cache_params()
|
D | cache-sh3.c | 47 for (j = 0; j < current_cpu_data.dcache.ways; j++) { in sh3__flush_wback_region()
|
D | cache-debugfs.c | 66 for (way = 0; way < cache->ways; way++) { in cache_seq_show()
|
D | cache-sh5.c | 266 cpu_data->dcache.ways; in sh64_dcache_purge_sets() 275 cpu_data->dcache.ways; in sh64_dcache_purge_sets()
|
/linux-4.4.14/arch/sh/kernel/cpu/ |
D | init.c | 129 unsigned long ways, waysize, addrstart; in cache_init() local 147 ways = 1; in cache_init() 150 ways = current_cpu_data.dcache.ways; in cache_init() 162 } while (--ways); in cache_init() 173 if (current_cpu_data.dcache.ways > 1) in cache_init() 203 CSHAPE((desc).way_size * (desc).ways, ilog2((desc).linesz), (desc).ways)
|
D | proc.c | 69 cache_size = info.ways * info.sets * info.linesz; in show_cacheinfo() 72 type, cache_size >> 10, info.ways); in show_cacheinfo()
|
/linux-4.4.14/arch/arc/mm/ |
D | tlb.c | 254 int num_tlb = mmu->sets * mmu->ways; in local_flush_tlb_all() 731 unsigned int ver:8, ways:4, sets:4, u_itlb:8, u_dtlb:8; in read_decode_mmu_bcr() member 733 unsigned int u_dtlb:8, u_itlb:8, sets:4, ways:4, ver:8; in read_decode_mmu_bcr() 739 unsigned int ver:8, ways:4, sets:4, res:3, sasid:1, pg_sz:4, in read_decode_mmu_bcr() member 743 ways:4, ver:8; in read_decode_mmu_bcr() 765 mmu->ways = 1 << mmu2->ways; in read_decode_mmu_bcr() 772 mmu->ways = 1 << mmu3->ways; in read_decode_mmu_bcr() 781 mmu->ways = mmu4->n_ways * 2; in read_decode_mmu_bcr() 803 p_mmu->sets * p_mmu->ways, p_mmu->sets, p_mmu->ways, in arc_mmu_mumbojumbo() 866 #define SET_WAY_TO_IDX(mmu, set, way) ((set) * mmu->ways + (way)) [all …]
|
D | tlbex.S | 398 ; memcpy where 3 parties contend for 2 ways, ensuing a livelock.
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | fsl_85xx_l2ctlr.c | 76 unsigned char ways; in mpc85xx_l2ctlr_of_probe() local 101 ways = LOCK_WAYS_FULL * sram_params.sram_size / l2cache_size; in mpc85xx_l2ctlr_of_probe() 102 if (rem || (ways & (ways - 1))) { in mpc85xx_l2ctlr_of_probe() 129 switch (ways) { in mpc85xx_l2ctlr_of_probe()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | cpu.c | 283 boot_cpu_data.icache.ways = 1 << SYSREG_BFEXT(IASS, config1); in setup_processor() 289 boot_cpu_data.dcache.ways = 1 << SYSREG_BFEXT(DASS, config1); in setup_processor() 341 icache_size = boot_cpu_data.icache.ways * in c_show() 344 dcache_size = boot_cpu_data.dcache.ways * in c_show() 367 boot_cpu_data.icache.ways, in c_show() 372 boot_cpu_data.dcache.ways, in c_show()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500_mmu.c | 45 if (unlikely(vcpu_e500->gtlb_nv[0] >= vcpu_e500->gtlb_params[0].ways)) in gtlb0_get_next_victim() 51 static int tlb0_set_base(gva_t addr, int sets, int ways) in tlb0_set_base() argument 56 set_base *= ways; in tlb0_set_base() 64 vcpu_e500->gtlb_params[0].ways); in gtlb0_set_base() 73 esel &= vcpu_e500->gtlb_params[0].ways - 1; in get_tlb_esel() 92 size = vcpu_e500->gtlb_params[0].ways; in kvmppc_e500_tlb_index() 361 esel &= vcpu_e500->gtlb_params[tlbsel].ways - 1; in kvmppc_e500_emul_tlbsx() 840 vcpu_e500->gtlb_params[0].ways = params.tlb_ways[0]; in kvm_vcpu_ioctl_config_tlb() 843 vcpu_e500->gtlb_params[1].ways = params.tlb_sizes[1]; in kvm_vcpu_ioctl_config_tlb() 882 vcpu->arch.tlbcfg[0] |= params[0].ways << TLBnCFG_ASSOC_SHIFT; in vcpu_mmu_init() [all …]
|
D | e500_mmu_host.c | 783 host_tlb_params[0].ways = (mfspr(SPRN_TLB0CFG) & TLBnCFG_ASSOC) >> in e500_mmu_host_init() 785 host_tlb_params[1].ways = host_tlb_params[1].entries; in e500_mmu_host_init() 788 !is_power_of_2(host_tlb_params[0].ways) || in e500_mmu_host_init() 789 host_tlb_params[0].entries < host_tlb_params[0].ways || in e500_mmu_host_init() 790 host_tlb_params[0].ways == 0) { in e500_mmu_host_init() 793 host_tlb_params[0].ways); in e500_mmu_host_init() 798 host_tlb_params[0].entries / host_tlb_params[0].ways; in e500_mmu_host_init()
|
D | e500.h | 57 int entries, ways, sets; member
|
/linux-4.4.14/Documentation/devicetree/bindings/nios2/ |
D | nios2.txt | 23 - altr,tlb-num-ways: Specifies the number of set-associativity ways in the TLB. 52 altr,tlb-num-ways = <16>;
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-l2x0.c | 796 unsigned way_size_bits, ways; in __l2c_init() local 829 ways = 16; in __l2c_init() 831 ways = 8; in __l2c_init() 836 ways = (aux >> 13) & 0xf; in __l2c_init() 840 ways = (aux >> 13) & 0xf; in __l2c_init() 841 ways = 2 << ((ways + 1) >> 2); in __l2c_init() 846 ways = 8; in __l2c_init() 850 l2x0_way_mask = (1 << ways) - 1; in __l2c_init() 862 l2x0_size = ways * (data->way_size_0 << way_size_bits); in __l2c_init() 893 data->type, ways, l2x0_size >> 10); in __l2c_init()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | cache.h | 21 unsigned int ways; /* Number of cache ways */ member
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | cache.h | 18 unsigned int ways; member
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | probe.c | 20 boot_cpu_data.dcache.ways = 4; in cpu_probe()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | probe.c | 42 boot_cpu_data.icache.ways = 4; in cpu_probe()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | probe.c | 46 boot_cpu_data.dcache.ways = 4; in cpu_probe()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | cpu-info.h | 25 unsigned char ways; /* Number of ways */ member
|
D | r4kcache.h | 564 unsigned long ws_end = current_cpu_data.desc.ways << \ 598 unsigned long ws_end = current_cpu_data.desc.ways << \
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache-dbg-flush-by-tag.S | 106 # conditionally purge this line in all ways
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-via | 32 datasheets, but there are several ways the motherboard manufacturer
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | probe.c | 53 boot_cpu_data.dcache.ways = 4; in cpu_probe()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-bench.txt | 137 Suite for evaluating performance of simple memory copy in various ways. 161 Suite for evaluating performance of simple memory set in various ways.
|
D | perf-script.txt | 27 summarize the raw trace data in various ways (the list of scripts is
|
D | perf-script-python.txt | 76 that script. Theoretically, there are a couple of ways we could do
|
/linux-4.4.14/Documentation/ |
D | bt8xxgpio.txt | 24 The are several ways to access these pins. One might unsolder the whole chip
|
D | CodeOfConflict | 5 to "traditional" ways of developing software. Your code and ideas
|
D | stable_api_nonsense.txt | 56 possibly include different functions in different ways (putting 65 - Memory within the kernel can be aligned in different ways, 120 interfaces and do things in improper ways, causing the stability of the
|
D | SAK.txt | 10 From the PC keyboard, Linux has two similar but different ways of
|
D | bus-virt-phys-mapping.txt | 14 However, on many setups, there are actually _three_ different ways of looking 18 Essentially, the three ways of addressing memory are (this is "real memory",
|
D | pwm.txt | 89 Currently there are two ways to implement pwm drivers. Traditionally
|
D | rfkill.txt | 46 ways for userspace to query the current states. See the "Userspace support"
|
D | ManagementStyle | 152 "you're a d*ckhead" in millions of different ways (*), sometimes without 257 are great ways to take out your frustrations at other people. Write
|
D | rtc.txt | 44 a few ways (enabling longer alarm periods, and wake-from-hibernate).
|
D | unaligned-memory-access.txt | 20 ways. The context here is at the machine code level: certain instructions read
|
D | email-clients.txt | 247 Thunderbird is an Outlook clone that likes to mangle text, but there are ways
|
D | applying-patches.txt | 58 done in several different ways. 96 file in different ways.
|
D | remoteproc.txt | 37 handle. There are several ways to achieve that cleanly (devres, pdata,
|
D | sysrq.txt | 162 umount(u) is basically useful in the same ways as sync(s). I generally sync(s),
|
D | HOWTO | 350 One of the best ways to put into practice your hacking skills is by fixing 354 bugs is one of the best ways to get merits among other developers, because
|
D | cpu-hotplug.txt | 387 A: There are two ways. If your code can be run in interrupt context, use
|
D | dma-buf-sharing.txt | 410 interesting ways depending upong the exporter (if userspace starts depending
|
D | pinctrl.txt | 197 Pins can sometimes be software-configured in various ways, mostly related 807 configuration and muxing logic can be constructed in several ways. Here
|
D | kmemcheck.txt | 639 There are a few different ways to make annotations in the source code that
|
D | IPMI.txt | 92 different ways. Because of that, it's broken into many chunks of
|
D | DMA-API-HOWTO.txt | 559 from panics to silent data corruption. A couple of examples of incorrect ways
|
D | SubmittingPatches | 372 Your patch will almost certainly get comments from reviewers on ways in
|
D | kernel-parameters.txt | 16 Module parameters can be specified in two ways: via the kernel command
|
/linux-4.4.14/Documentation/ABI/ |
D | README | 4 interfaces should be used by userspace programs in different ways. 55 break in ways that are unacceptable. It is also
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 3 probably much better ways of doing this, and this filesystem could no
|
D | initrd.txt | 4 this case. There are probably much better ways of doing this.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pamu.txt | 63 second is the number of "ways". For direct-mapped caches, 69 second is the number of "ways". For direct-mapped caches,
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | ABI.txt | 10 frozen for all time. Grant said there are ways to change bindings that
|
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
D | display-timing.txt | 44 There are different ways of describing the capabilities of a display. The
|
/linux-4.4.14/Documentation/frv/ |
D | booting.txt | 10 one of two ways: 31 be loaded in one of three ways:
|
D | mmu-layout.txt | 14 In DAT mode, there is also a TLB organised in cache format as 64 lines x 2 ways. Each line spans a
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp5521.txt | 21 There are two ways to run LED patterns.
|
D | leds-lp5523.txt | 31 There are two ways to run LED patterns.
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 54 There are probably better ways of doing this. The
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | samsung,exynos4210-mct.txt | 82 /* Both ways are possible in this case. Either: */
|
/linux-4.4.14/arch/arc/include/asm/ |
D | arcregs.h | 331 unsigned int sets:12, ways:4, u_dtlb:8, u_itlb:8; member
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi.txt | 13 different ways depending upon the needs of the end user. To understand
|
D | scsi_eh.txt | 166 ways.
|
D | scsi_mid_low_api.txt | 86 An LLD interfaces to the SCSI subsystem several ways:
|
/linux-4.4.14/arch/nios2/boot/dts/ |
D | 3c120_devboard.dts | 45 altr,tlb-num-ways = <16>;
|
D | 10m50_devboard.dts | 45 altr,tlb-num-ways = <16>;
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 24 two ways to add an early userspace image: specify an existing cpio 127 The kernel has currently 3 ways to mount the root filesystem:
|
/linux-4.4.14/Documentation/development-process/ |
D | 3.Early-stage | 71 communication can save time and trouble in a number of ways: 73 - It may well be that the problem is addressed by the kernel in ways which 112 data structures in ways which were considered to be unsafe and
|
D | 1.Intro | 90 evolved its own distinct ways of operating which allow it to function 99 community's ways (or, worse, who tries to flout or circumvent them) will 166 this review process invariably finds ways in which the code can be 190 success of this platform; contributing code is one of the best ways to
|
D | 4.Coding | 10 number of ways in which kernel developers can go wrong. Then the focus 38 giving up a degree of control in a number of ways - including control over 199 incompatible ways, they must be done right the first time. For this 342 in a number of ways by the "kernel-doc" script. If you are working within
|
D | 5.Posting | 82 split apart in ways which make sense. The developers are interested in
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 13 more information on the numa=fake command line option and its various ways of
|
D | machinecheck | 46 in other ways)
|
/linux-4.4.14/Documentation/hwmon/ |
D | g762 | 17 Note that those entries do not provide ways to setup the specific
|
D | sysfs-interface | 715 convert the input to a number, there are 2 ways todo this depending whether
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | idmapper.txt | 8 ways NFS could obtain this information: placing a call to /sbin/request-key
|
D | knfsd-stats.txt | 107 one of three ways. An nfsd thread can be woken (threads-woken counts
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 49 There are two ways of specifying which tables to use:
|
/linux-4.4.14/Documentation/filesystems/ |
D | fuse.txt | 205 the filesystem. There are several ways to do this: 261 C) There are several ways in which the mount owner can induce 360 There are a couple of ways in which to deadlock a FUSE filesystem.
|
D | logfs.txt | 185 The last table is special in several ways. First its size depends on
|
D | seq_file.txt | 8 There are numerous ways for a device driver (or other kernel component) to
|
D | ramfs-rootfs-initramfs.txt | 99 All this differs from the old initrd in several ways:
|
D | xfs-self-describing-metadata.txt | 16 structure in different ways. While this is already done by userspace tools for
|
D | ext2.txt | 290 If you're exceptionally paranoid, there are 3 ways of making metadata
|
/linux-4.4.14/Documentation/power/ |
D | interface.txt | 21 mechanism. Suspend-to-disk can be handled in several ways. We have a
|
D | freezing-of-tasks.txt | 133 Linus: In many ways, 'at all'. 139 ways to do so.
|
D | pci.txt | 38 PCI devices may be put into low-power states in two ways, by using the device 269 number of ways. First of all, it provides an intermediate code layer between 402 is handled in one of the ways described in Section 1 and finally converted into 678 At the time of this writing there are two ways to define power management
|
D | swsusp.txt | 57 . The resume process may be triggered in two ways:
|
D | devices.txt | 661 ways; the aforementioned LCD might be active in one product's "standby",
|
D | runtime_pm.txt | 599 ways. If a device is active when a system sleep starts, everything is
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | deref_null.cocci | 26 // expression in different ways
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | TODO | 23 There are a couple of ways to approach the implementation of these. One
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-bwc.txt | 86 There are two ways in which a group may become throttled:
|
/linux-4.4.14/Documentation/x86/ |
D | entry_64.txt | 7 The x86 architecture has quite a few different ways to jump into
|
D | intel_mpx.txt | 124 are a few ways this could be done. We don't think any of them are practical
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 15 behaviours differ in subtle (and not so subtle) ways. This document describes 233 Frame buffer devices offer two ways to configure the frame buffer format: the
|
/linux-4.4.14/Documentation/usb/ |
D | callbacks.txt | 23 * the "usbfs" filesystem. This lets devices provide ways to
|
D | URB.txt | 150 There are two ways to cancel an URB you've submitted but which hasn't
|
D | power-management.txt | 493 a couple of ways.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | SoundPro | 43 As with PnP cards, some configuration is required. There are two ways
|
D | Introduction | 363 There are several ways of configuring your sound: 383 And I am sure, several other ways.
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | brcm,brcmnand.txt | 61 ways, sometimes with registers that lump multiple NAND-related functions
|
/linux-4.4.14/Documentation/device-mapper/ |
D | log-writes.txt | 93 There is a userspace tool that will replay the log for you in various ways.
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 93 Three different ways to acquire locks within the same w/w class. Common 221 Note that this approach differs in two important ways from the above methods:
|
D | rt-mutex-design.txt | 60 There are several ways to solve this issue, but other ways are out of scope
|
/linux-4.4.14/Documentation/vm/ |
D | balance | 36 In 2.3, zone balancing can be done in one of two ways: depending on the
|
D | highmem.txt | 65 The kernel contains several ways of creating temporary mappings:
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio.txt | 9 ways to obtain and use GPIOs:
|
D | gpio-legacy.txt | 474 subsystem. There are two ways of doing it currently: with or without DT.
|
/linux-4.4.14/arch/mips/kernel/ |
D | pm-cps.c | 206 unsigned cache_size = cache->ways << cache->waybit; in cps_gen_cache_routine()
|
D | cpu-probe.c | 1234 c->scache.ways = 8; in cpu_probe_sandcraft()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | README.maya44 | 60 …c, mainly because some of the WM8776 controls are used in Maya44-specific ways, and should be name…
|
D | Audigy-mixer.txt | 8 various ways of sample processing, which is described here.
|
D | SB-Live-mixer.txt | 7 various ways of sample processing, which is described here.
|
D | HD-Audio.txt | 53 read in two ways, either via a LPIB register or via a position-buffer
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc.txt | 59 CD and WP lines can be implemented on the hardware in one of two ways: as GPIOs,
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 8 sound is handled in slightly different ways on each board.
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 67 The directory can be specified in several ways:
|
D | kconfig-language.txt | 209 The position of a menu entry in the tree is determined in two ways. First
|
D | makefiles.txt | 609 This can be done in two ways. Either add the dependency in a rule, 701 This is possible in two ways:
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 38 to MOST via one the following ways: character devices, ALSA, Networking or
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 50 a release function. A devres can be released in several ways. No
|
D | platform.txt | 171 three different ways to find such a match:
|
/linux-4.4.14/Documentation/networking/ |
D | batman-adv.txt | 133 this can be read in one of a number of ways. Try using the com-
|
D | README.ipw2100 | 134 There are several ways to control the behavior of the driver. Many of the
|
D | arcnet.txt | 351 ifconfig the other virtual devices you need. There are a number of ways you 529 Ping-pong buffers are implemented both ways.
|
D | stmmac.txt | 303 These can be read in several ways depending on the
|
D | phy.txt | 73 At this point, there are several ways to connect to the PHY:
|
D | ixgb.txt | 179 The changes are made in three major ways, listed in order of greatest effect:
|
D | cs89x0.txt | 504 of four ways after installing and or configuring the CS8900/20-based adapter:
|
D | filter.txt | 197 ways depending on the given instruction in op.
|
D | bonding.txt | 1917 network interface. It accomplishes this in one of three ways: by 2616 of ways, this discussion will be confined to describing basic
|
D | ip-sysctl.txt | 576 different ways of setting max_qlen without the TCP_FASTOPEN socket
|
D | arcnet-hardware.txt | 21 networks but which is also different in some very important ways.
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | TEST.DOC | 174 will be system-implemented several different ways and the test packages
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 136 There are two ways to extend the taskstats interface to export more
|
/linux-4.4.14/Documentation/video4linux/ |
D | uvcvideo.txt | 65 hardcoded in the application or queried using other ways such as by parsing the
|
D | README.pvrusb2 | 196 ways. Note that **ALL** V4L functionality is published only
|
D | v4l2-framework.txt | 332 There are currently two ways to register subdevices with the V4L2 core. The
|
/linux-4.4.14/Documentation/blockdev/ |
D | zram.txt | 17 There are several ways to configure and manage zram device(-s):
|
D | paride.txt | 392 of two ways. Either send it directly to the author of the PARIDE suite,
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 215 different ways to deal with it; unfortunately, all the approaches in 572 many different ways. For example, the upper boundary hit count is 611 binaries. cgroup exposes various aspects of the system in ways which
|
D | cgroups.txt | 51 particular ways. A subsystem is typically a "resource controller" that 515 Accessing a task's cgroup pointer may be done in the following ways:
|
D | cpusets.txt | 525 In sched domain, the scheduler migrates tasks in 2 ways; periodic load 695 There are ways to query or modify cpusets:
|
D | memory.txt | 328 limit, and "K" the kernel limit. There are three possible ways limits can be
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-block | 155 this behavior on one of two ways: When set to 1, complex
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 85 There are several ways the kernel creates new mappings:
|
/linux-4.4.14/Documentation/RCU/ |
D | checklist.txt | 63 of ways to handle this concurrency, depending on the situation: 271 here is that superuser already has lots of ways to crash
|
D | trace.txt | 80 quite a ways behind, for example, CPU 4 under "rcu_sched" above,
|
D | whatisRCU.txt | 680 Although RCU can be used in many different ways, a very common use of
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra30-cardhu.dtsi | 14 * The identification of board is done in two ways, by looking the sticker
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 8 several ways to achieve this, depending on the context and requirements.
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 104 a family, the build system has ways of dealing with this (via incdir-y
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 22 substantially different ways.
|
/linux-4.4.14/net/ |
D | Kconfig | 136 firewall box itself. It works both ways: if the outside host
|
/linux-4.4.14/Documentation/acpi/ |
D | enumeration.txt | 341 we provide two ways:
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 408 Counters can be enabled and disabled in two ways: via ioctl and via
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 44 are essentially two ways to provide control on power dissipation. First
|
/linux-4.4.14/drivers/md/ |
D | Kconfig | 483 them to replay the log in a variety of ways and to check the
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 93 several ways:
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 364 - Descriptor can be freed in few ways
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 101 There are multiple ways to set a Smack label on a file: 316 disabled or used in limited ways in the majority of cases.
|
D | keys.txt | 1056 key->payload.data[] array. One of the following ways must be selected to
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 10 There are three main ways of managing scheduling-clock interrupts
|
/linux-4.4.14/drivers/block/ |
D | Kconfig | 238 There are several ways of encrypting disks. Some of these require
|
/linux-4.4.14/mm/ |
D | Kconfig | 16 This option allows you to change some of the ways that
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 519 The PCI stack provides three ways to disable MSIs:
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 467 Power5 systems to determine the many ways a system console can be held.
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 230 are always multiple ways to describe the same thing -- including device
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 49 The ikbd can report mouse motion in three distinctly different ways. It can
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 507 ways. For example, you might wish to know what level your volume is set 647 Finally, start the espeakup program. There are two ways to do it. 746 Recent versions of Speakup provide two additional ways to control the
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 114 system in various ad-hoc ways. Usually only the bare minimum was
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 469 There are a couple of other ways to log in: 1307 other ways of doing the same thing 4012 On i386 kernels, there are two ways of running the loop that is used 4263 A number of people have helped this project in various ways, and this
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 103 non-compatible ways. As these interfaces mature both in the kernel and 1028 at the same time. The two will interact in bad ways, do funny things,
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 553 Migration of a virtual machine raises problems for timekeeping in two ways.
|
/linux-4.4.14/drivers/watchdog/ |
D | Kconfig | 982 the watchdog. If you have a card that behave in similar ways,
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 1056 7) Server support for Unix extensions is now fully detected and FindFirst is implemented both ways
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 654 These two ways of using a \cdrom\ drive, principally for data and
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 487 order find ways to optimize the allocator. This should never be
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 4237 * Sense buffer mapping can be handled in either of two ways.
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 956 There are several ways you can do this here are a few
|