/linux-4.4.14/Documentation/scsi/ |
D | link_power_management_policy.txt | 2 There are 3 possible options: 7 least possible power when possible. This may 16 when possible, but do not enter the lowest power
|
D | dtc3x80.txt | 21 The driver detects the possible memory addresses (jumper selectable): 23 The possible IRQ's (jumper selectable) are:
|
/linux-4.4.14/scripts/ |
D | headers_check.pl | 115 for my $possible ( @file_paths ) { 116 if (not $import_stack{$possible} and open($fh, '<', $possible)) { 117 $import_path = $possible;
|
D | checkpatch.pl | 1624 sub possible { subroutine 1625 my ($possible, $line) = @_; 1645 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2); 1646 if ($possible !~ $notPermitted) { 1648 $possible =~ s/\s*$Storage\s*//g; 1649 $possible =~ s/\s*$Sparse\s*//g; 1650 if ($possible =~ /^\s*$/) { 1652 } elsif ($possible =~ /\s/) { 1653 $possible =~ s/\s*$Type\s*//g; 1654 for my $modifier (split(' ', $possible)) { [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | smpboot.c | 1283 int i, possible; in prefill_possible_map() local 1291 possible = num_processors; in prefill_possible_map() 1294 possible += disabled_cpus; in prefill_possible_map() 1296 if (possible > i) in prefill_possible_map() 1297 possible = i; in prefill_possible_map() 1300 possible = setup_possible_cpus; in prefill_possible_map() 1302 total_cpus = max_t(int, possible, num_processors + disabled_cpus); in prefill_possible_map() 1305 if (possible > nr_cpu_ids) { in prefill_possible_map() 1307 possible, nr_cpu_ids); in prefill_possible_map() 1308 possible = nr_cpu_ids; in prefill_possible_map() [all …]
|
/linux-4.4.14/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 13 # * What values are possible for CORE? 16 # that are possible for CORE. So for example if CORE_BELL_A_ADVANCED is 'y', 30 # what values are possible for CORE we ended up needing to address questions 31 # regarding possible values of CORE itself again. Answering the original 32 # question of what are the possible values of CORE would make the kconfig
|
D | kconfig-language.txt | 124 This allows to limit the range of possible input values for int 140 symbol. These options are currently possible: 308 possible options are dependencies. 318 information. The only possible options are dependencies and "visible" 404 that kconfig must determine the values that are possible for all Kconfig 405 symbols, this is currently not possible if there is a circular relation 447 since CORE_BELL_A depends on CORE. At times it may not be possible to remove 491 for instance on possible use case for a SAT solver could be that of handling
|
/linux-4.4.14/drivers/acpi/ |
D | pci_link.c | 75 u8 possible[ACPI_PCI_LINK_MAX_POSSIBLE]; member 124 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible() 150 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible() 490 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQ) in acpi_irq_penalty_init() 492 possible[i]] += in acpi_irq_penalty_init() 523 if (link->irq.active == link->irq.possible[i]) in acpi_pci_link_allocate() 542 irq = link->irq.possible[link->irq.possible_count - 1]; in acpi_pci_link_allocate() 551 acpi_irq_penalty[link->irq.possible[i]]) in acpi_pci_link_allocate() 552 irq = link->irq.possible[i]; in acpi_pci_link_allocate() 720 if (link->irq.active == link->irq.possible[i]) { in acpi_pci_link_add() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | ux500.txt | 19 wants to use, possible values are 1, 2, 3, 5, 6. The second 21 possible values are 0 thru 31. 25 wants to use, possible values are 1, 2, 3, 5, 6. The second 27 possible values are 0 thru 31.
|
D | renesas,rz-cpg-clocks.txt | 14 - clocks: References to possible parent clocks. Order must match clock modes
|
/linux-4.4.14/Documentation/networking/ |
D | ipv6.txt | 21 The possible values and their effects are: 32 it will not be possible to open an IPv6 socket. 43 The possible values and their effects are: 61 The possible values and their effects are:
|
D | mpls-sysctl.txt | 5 possible to configure forwarding for label values equal to or 9 is possible and expected aas the platform labels are locally
|
D | radiotap-headers.txt | 19 if the possible argument associated with that bit is present or not. So if b0 25 [ <possible argument bitmap extensions ... > ] 28 At the moment there are only 13 possible argument indexes defined, but in case 30 indicates that there is another u32 bitmap following (shown as "possible
|
D | timestamping.txt | 58 is possible to selectively request timestamps for a subset of packets 78 are generated in the device driver as close as possible, but always 134 possible to uniquely match timestamps to the original send() calls 204 regardless of these possible transformations, as otherwise they are 217 account SACK would be more complex due to possible transmission holes 240 possible to construct a packet scheduler configuration that delays 305 Fragmentation of outgoing datagrams is rare, but is possible, e.g., by 383 /* possible values for hwtstamp_config->tx_type */ 401 /* possible values for hwtstamp_config->rx_filter */ 442 - If this is possible for the skb and requested, then declare [all …]
|
D | x25-iface.txt | 32 confirmation message should be returned as soon as possible. 37 confirmation message should be returned as soon as possible. 89 Thus, driver authors should make netif_rx() as reliable as possible:
|
D | fib_trie.txt | 60 possible to allow verification and help up reviewing. 111 However, the functions are somewhat separated for other possible locking 112 scenarios. It might conceivably be possible to run trie_rebalance via RCU
|
D | netdev-FAQ.txt | 132 releases/3.0.84/ipv6-fix-possible-crashes-in-ip6_cork_release.patch 133 releases/3.4.51/ipv6-fix-possible-crashes-in-ip6_cork_release.patch 134 releases/3.9.8/ipv6-fix-possible-crashes-in-ip6_cork_release.patch 193 Q: I found a bug that might have possible security implications or similar. 200 as possible alternative mechanisms.
|
D | xfrm_sync.txt | 10 the processing of the SA as accurate as possible if it has access to it. 19 it is possible for a lot of the events to be generated. 58 flags are used to indicate different things. The possible
|
D | ipvs-sysctl.txt | 38 the connection is in TIME_WAIT state (which is only possible if 207 If policy routing is in effect then it is possible that the route 239 should be used where possible.
|
D | ltpc.txt | 97 Yes, it is possible to do IP over LocalTalk. However, you can't just 119 It may theoretically be possible to use two LTPC cards in the same
|
D | vxlan.txt | 41 It is possible to create, destroy and display the vxlan
|
/linux-4.4.14/Documentation/isdn/ |
D | README.audio | 20 AT+FCLASS=? Show possible modes. 28 AT+Vxx=? Show possible settings. 58 AT+VSD=? Report possible parameters. 62 Only possible if online and during this connection. 69 AT+VDD=? Report possible parameters. 79 AT+VSM=? Show possible audio formats.
|
D | INTERFACE.fax | 71 Commands from LL to HL; possible constants : 83 Commands from HL to LL; possible constants :
|
D | README | 253 Note: It is possible to set more than one 313 This makes it possible to configure several network interfaces and ttys 383 (neither incoming or outgoing connections are possible). Use 390 Incoming connections are also possible. 455 Removes the interface (and possible slaves) from the kernel. 510 possible too. See README.x25 for x25 related l2 protocols.) 565 With this command, it's now possible to have an interface listening to 569 CAN be used, however it's possible to use single tty's/interfaces with
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | ring.txt | 23 as much buffer functionality as possible. Note almost all of these 27 If possible, push data to the buffer. 30 If possible, get the most recent scan from the buffer (without removal).
|
D | sysfs-bus-iio-dds | 19 registers Y is not present. It is also possible X is not present 49 Y is not present. It is also possible X is not present if
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-bcma | 7 include/linux/bcma/bcma.h for possible values. 31 belongs to. See include/linux/bcma/bcma.h for possible values.
|
D | sysfs-firmware-ofw | 9 It is possible for multiple device-tree directories to exist. 16 symlink. It is possible that the absolute path will change
|
D | sysfs-driver-hid-picolcd | 4 Description: Make it possible to switch the PicoLCD device between LCD 31 Description: Make it possible to adjust defio refresh rate.
|
D | sysfs-devices-sun | 11 the slot number printed on the physical slot whenever possible."
|
D | sysfs-devices-power_state | 10 power state of the given device node. Its possible values,
|
D | sysfs-devices-real_power_state | 13 resources. Its possible values, "D0", "D1", "D2", "D3hot", and
|
D | evm | 17 should be done as early as possible. Normally this is done
|
D | sysfs-module | 29 Through this setting it is possible to raise the limit so that
|
D | sysfs-class-scsi_host | 23 stack for a performance advantage when possible. A value of
|
D | sysfs-memory-page-offline | 10 dropping it if possible. The kernel will then be placed
|
D | sysfs-power | 91 smallest image possible. In particular, if "0" is written to 92 this file, the suspend image will be as small as possible. 115 positives), it is possible that the last PM event point 140 possible that more than one device matches the hash, in which
|
/linux-4.4.14/Documentation/ |
D | SecurityBugs | 3 disclosed as quickly as possible. Please report security bugs to the 11 It is possible that the security team will bring in extra help from 24 to fully disclose the bug as soon as possible. It is reasonable to
|
D | cputopology.txt | 96 possible: CPUs that have been allocated resources and can be 108 brought online as they are both present and possible. 113 possible: 0-31 124 possible: 0-127
|
D | hwspinlock.txt | 32 A common hwspinlock interface makes it possible to have generic, platform- 73 soon as possible, in order to minimize remote cores polling on the 85 release the hwspinlock as soon as possible. 98 release the hwspinlock as soon as possible. 108 possible, in order to minimize remote cores polling on the hardware 119 release the hwspinlock as soon as possible. 130 to release the hwspinlock as soon as possible. 299 There are three possible callbacks defined in 'struct hwspinlock_ops':
|
D | flexible-arrays.txt | 26 locking at all; if concurrent access to an array is possible, then the 43 It is also possible to define flexible arrays at compile time with: 83 Note that it is possible to get back a valid pointer for an element which 109 It is possible to remove all elements of an array with a call to:
|
D | IRQ.txt | 13 An IRQ number is an enumeration of the possible interrupt sources on a
|
D | efi-stub.txt | 20 By using the EFI boot stub it's possible to boot a Linux kernel 33 not possible to execute bzImage.efi from the usual Linux file systems
|
D | kernel-per-CPU-kthreads.txt | 69 1. To the extent possible, keep the CPU out of the kernel when it 119 3. To the extent possible, keep the CPU out of the kernel when it 125 1. To the extent possible, keep the CPU out of the kernel when it 143 b. To the extent possible, keep the CPU out of the kernel 155 c. To the extent possible, keep the CPU out of the kernel 195 CONFIG_SMP=y systems. Before v3.18, is not possible
|
D | sysfs-rules.txt | 11 of sysfs must follow some rules to use an as-abstract-as-possible way to 13 implement this and users are encouraged to plug, if possible, into the 166 on specific error codes wherever possible. This minimizes coupling to 170 propagate errors wherever possible. Common errors include, but are not
|
D | workqueue.txt | 95 for high priority ones, for each possible CPU and some extra 150 pressure. Else it is possible that the worker-pool deadlocks waiting 176 possible. Unbound wq sacrifices locality but is useful for 268 of possible sequences of events with the original wq. 366 of possible problems: 382 For the second type of problems it should be possible to just check
|
D | CodeOfConflict | 9 because everyone involved wants to see the best possible solution for
|
D | pinctrl.txt | 401 system, even though the framework makes it possible to also change the function 466 subsystems, so devices will request their mux setting, but it's also possible 473 pin control driver knows the possible functions. In the example above you can 511 the set of pins to be used by a certain device. (If only one possible group 530 It is possible to map several groups to the same combination of device, 549 We assume that the number of possible function maps to pin groups is limited by 555 expect pinmux drivers to present *all* possible function vs pin group mappings 568 is possible to perform the requested mux setting, poke the hardware so that 794 may be confused by a datasheet talking about a pin being possible to set 853 pulsed out. It is likely possible to disrupt the traffic on the pin by doing [all …]
|
D | rfkill.txt | 68 For some platforms, it is possible that the hardware state changes during 101 system. Also, it is possible to switch all rfkill drivers (or all drivers of
|
D | io_ordering.txt | 47 possible data corruption.
|
D | kmemleak.txt | 7 Kmemleak provides a way of detecting possible kernel memory leaks in a 22 the possible memory leaks: 31 To clear the list of all current possible memory leaks:
|
/linux-4.4.14/arch/ia64/kernel/ |
D | acpi.c | 845 int possible, disabled_cpus; in prefill_possible_map() local 856 possible = available_cpus + additional_cpus; in prefill_possible_map() 858 if (possible > nr_cpu_ids) in prefill_possible_map() 859 possible = nr_cpu_ids; in prefill_possible_map() 862 possible, max((possible - available_cpus), 0)); in prefill_possible_map() 864 for (i = 0; i < possible; i++) in prefill_possible_map()
|
/linux-4.4.14/arch/frv/ |
D | Kconfig.debug | 11 If you say Y here, it will be possible to remotely debug the kernel 37 possible, leaving the program counter at the beginning of
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 25 o The build system shall remain as simple as possible, avoiding any archive or 27 o Where possible, any helper functions or other package-wide code shall be 30 o External dependencies shall remain as minimal as possible. Currently gcc
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | Kconfig | 22 # Auto-select SSB PCI-HOST support, if possible 30 # Auto-select SSB PCICORE driver, if possible 39 # if it's possible.
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | kmerr.cocci | 64 cocci.print_secs("possible model",p2) 71 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_hdmi.txt | 19 c) sclk_pixel: Pixel special clock, one of the two possible inputs of 21 d) sclk_hdmiphy: HDMI PHY clock output, one of two possible inputs of
|
D | exynos_mixer.txt | 16 b) sclk_hdmi: HDMI Special clock, one of the two possible inputs of
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | TODO | 5 - Controls should be used when possible rather than private ioctl 14 - The driver should have no knowledge of possible external subdevs; see
|
D | davinci-vpfe-mc.txt | 41 Each possible link in the VPFE is modelled by a link in the Media controller 49 IOCTLs and controls where possible and practical. Much of the functions provided
|
/linux-4.4.14/Documentation/block/ |
D | switching-sched.txt | 16 As of the Linux 2.6.10 kernel, it is now possible to change the 17 IO scheduler for a given block device on the fly (thus making it possible,
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 32 * Strong authentification and possible data encryption in network channel. 43 possible to detach replies from requests and, if the command requires data to be received, the 44 caller sleeps waiting for it. Thus, it is possible to issue multiple read commands to different 67 (hmac or digest). It is also possible to use both or neither (default). Crypto configuration
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 23 * deal with things locally whenever possible 27 * while making global action possible when needed 51 possible CPUs (including those off-line). The preemption disable/enable 118 Note that the lg_global_lock/unlock has to iterate over all possible 127 possible, though this should be doable with little change.
|
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 | mutex-design.txt | 25 state atomic counter (->count) to represent the different possible 37 When acquiring a mutex, there are three possible paths that can be 42 possible path. This logic is architecture specific. On x86-64, the
|
/linux-4.4.14/arch/mips/kernel/ |
D | setup.c | 769 int i, possible = num_possible_cpus(); in prefill_possible_map() local 771 if (possible > nr_cpu_ids) in prefill_possible_map() 772 possible = nr_cpu_ids; in prefill_possible_map() 774 for (i = 0; i < possible; i++) in prefill_possible_map() 779 nr_cpu_ids = possible; in prefill_possible_map()
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | clocking.txt | 44 it is best to configure BCLK to the lowest possible speed (depending on your 47 It is also desirable to use the codec (if possible) to drive (or master) the
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-timechart.txt | 20 but it's possible to record IO (disk, network) activity using -I argument. 71 to see very small and fast IO. It's possible to specify ms or us 77 It's possible to specify ms or us suffix to specify time in
|
D | perf-archive.txt | 16 buildids found so that analysis of perf.data contents can be possible on another
|
D | perf-data.txt | 21 It's possible to set data-convert debug variable to get debug messages from conversion,
|
D | examples.txt | 212 etc. etc. - a lot more is possible. I could list a dozen of 214 possible via /proc/vmstat.
|
/linux-4.4.14/arch/nios2/platform/ |
D | Kconfig.platform | 113 Maximum possible data cache size. 120 Minimum possible data cache line size. 127 Maximum possible instruction cache size.
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README | 9 possible, but there remains much room for improvement. 11 I have attempted to make the emulator as portable as possible. One of 57 SoftFloat was written by John R. Hauser. This work was made possible in
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | reboot.txt | 4 software reset mechanism may be overridden. Here the possible values of
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpuacct.txt | 45 - It is theoretically possible to see wrong values for user and system times. 48 - It is possible to see slightly outdated values for user and system times
|
D | pids.txt | 22 Organisational operations are not blocked by cgroup policies, so it is possible 25 that pids.current > pids.max. However, it is not possible to violate a cgroup
|
D | devices.txt | 99 but now it'll be possible to add new entries to B: 106 not be possible once the device cgroups has children.
|
/linux-4.4.14/Documentation/vm/ |
D | balance | 30 right ratio of dma and regular memory, it is quite possible that balancing 42 with a slight change in the allocation routine, it is possible to reduce 45 Another possible solution is that we balance only when the free memory 48 balancing problem, and stays as close to 2.2 behavior as possible. Also,
|
D | transhuge.txt | 54 whenever possible (the only possible reservation here is kernelcore= 84 possible to disable hugepages system-wide and to only have them inside 106 It's also possible to limit defrag efforts in the VM to generate 120 It's possible to disable huge zero page by writing 0 or enable it 133 also possible to disable defrag in khugepaged by writing 0 or enable 253 It is possible that the cost of copying exceeds any savings 262 It is possible to establish how long the stalls were using the function 344 We want as much code as possible hugepage aware, as calling
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | stmp3xxx-rtc.txt | 12 Only <32000> and <32768> are possible for the hardware. Use <0> for
|
/linux-4.4.14/arch/avr32/boards/favr-32/ |
D | Kconfig | 11 will use PLL1 to generate a frequency as close as possible to this
|
/linux-4.4.14/net/irda/ircomm/ |
D | Kconfig | 8 IrCOMM implements serial port emulation, and makes it possible to
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.ir | 33 Using the event devices (CONFIG_INPUT_EVDEV) it is possible for 63 It likely is possible to make that fly with a nice xkb config file,
|
D | omap3isp.txt | 46 Each possible link in the ISP is modelled by a link in the Media controller 102 possible and practical. Much of the functions provided by the ISP, however, 124 While it is possible to use the ISP driver without any use of these private 125 IOCTLs it is not possible to obtain optimal image quality this way. The AEWB,
|
D | README.cpia2 | 8 possible. Since the V4L interface does not support compressed formats, only 105 it is possible for the camera to finish sending one image just after a
|
/linux-4.4.14/Documentation/arm/ |
D | uefi.txt | 13 makes it possible for the kernel to support additional features: 28 PE/COFF executable, including a loader application that makes it possible to
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | TINY_RCU.txt | 10 The theory here is that randconfig testing will hit the other six possible
|
D | rcu-test-image.txt | 4 doubt be smaller. It is probably also possible to simply download
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-acpi-pmprofile | 9 Values: For possible values see ACPI specification:
|
D | sysfs-devices-node | 1 What: /sys/devices/system/node/possible 86 into blocks which have as many contiguous pages as possible
|
/linux-4.4.14/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-spear.txt | 13 - clock-latency: Specify the possible maximum transition latency for clock, in
|
D | tegra124-cpufreq.txt | 19 - clock-latency: Specify the possible maximum transition latency for clock,
|
D | cpufreq-dt.txt | 17 - clock-latency: Specify the possible maximum transition latency for clock,
|
D | arm_big_little_dt.txt | 19 - clock-latency: Specify the possible maximum transition latency for clock,
|
/linux-4.4.14/net/irda/irlan/ |
D | Kconfig | 7 irlan. IrLAN emulates an Ethernet and makes it possible to put up
|
/linux-4.4.14/tools/build/Documentation/ |
D | Build.txt | 129 It's possible to include special rule if needed (like we do for flex or bison 136 It's possible to alter the standard object C flags in the following way: 162 It's possible to build single object file by choice, like:
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-axxia.txt | 16 are supported, possible values are 100000 and 400000.
|
D | i2c-st.txt | 16 are supported, possible values are 100000 and 400000.
|
/linux-4.4.14/drivers/md/bcache/ |
D | Kconfig | 25 interface to list them, which makes it possible to see asynchronous
|
/linux-4.4.14/Documentation/fb/ |
D | tridentfb.txt | 15 is enabled. This means that range of possible resolutions and bpp is 22 2. The ramdac speeds require some more fine tuning. It is possible to
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | ssinh.S | 108 fmuls (%sp)+,%fp0 |last fp inst - possible exceptions set 131 fmulx (%sp)+,%fp0 |possible exception
|
D | x_operr.S | 175 cmpw #0x3FFE,%d0 |this is the only possible exponent value 202 cmpw #0x3FFE,%d0 |this is the only possible exponent value 321 | It is possible to have either inex2 or inex1 exceptions with the
|
D | stan.S | 247 fdivx %fp1,%fp0 |last inst - possible exception set 287 fdivx (%sp)+,%fp0 |last inst - possible exception set 301 fmovex (%sp)+,%fp0 |last inst - possible exception set
|
D | x_unimp.S | 69 fsave -(%a7) |capture possible exc state
|
/linux-4.4.14/Documentation/filesystems/ |
D | spufs.txt | 47 possible operations, e.g. read access on the wbox file. 55 data in the address space of the SPU. The possible operations on an 73 blocking mode and it even poll() will not block on it. The possible 87 poll family of system calls can be used to wait for it. The possible 110 poll can be used to wait for it becoming empty again. The possible 134 units and return a big-endian binary integer number. The possible 173 The possible operations on an open npc, decr, decr_status, 216 is reset to zero. The possible operations on an open signal1 or sig- 243 quently written to it. The possible operations on an open signal1_type 445 possible mode values.
|
D | ubifs.txt | 22 3 The whole eraseblock has to be erased before it becomes possible to 57 it possible to fit quite a lot of data to the flash. 71 The authors of UBIFS believe, that it is possible to develop UBI2 which
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | Kconfig | 59 # Auto-select SSB PCI-HOST support, if possible 67 # Auto-select SSB PCICORE driver, if possible 159 # if it's possible.
|
/linux-4.4.14/arch/parisc/math-emu/ |
D | README | 2 been modified as little as possible. Even though they don't fit the
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | nxp,lpc1850-uart.txt | 17 Since it's also possible to also use the of_serial.c driver all
|
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/ |
D | ntc_thermistor.txt | 25 Status change is possible.
|
D | ads1015.txt | 7 For configuration all possible combinations are mapped to 8 channels:
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | THANKS | 14 single crystal operation possible.
|
D | README.WINVIEW | 12 frequency setting should work but it is possible that the audio multiplexer
|
/linux-4.4.14/Documentation/power/ |
D | tricks.txt | 20 * try running as few processes as possible, preferably go to single
|
D | interface.txt | 56 smallest image possible. In particular, if "0" is written to this file, the 57 suspend image will be as small as possible.
|
D | basic-pm-debugging.txt | 94 one and the "core" level tests the hardware and drivers as deeply as possible 102 it usually is possible to identify the offending task by analysing the output of 121 It is also possible that the "devices" test will still fail after you have 176 it may be possible to use a FireWire port for debugging with firescope 177 (http://v3.sk/~lkundrak/firescope/). On x86 it is also possible to
|
D | apm-acpi.txt | 8 is possible with BIOS controlled APM.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.modules | 25 Note that it is no longer necessary or possible to configure sound in the 82 possible that we can't find a large enough free block in this region after 97 unnecessary. It is possible that machine with 16MB or less RAM will find
|
D | btaudio | 50 One possible source for digital sound is the msp34xx audio processor 55 rate. It is also possible that you get no sound at all.
|
D | README.OSS | 224 check for possible boot (insmod) time error messages in /var/adm/messages. 272 than SB drivers (see below). It is possible to get most sound cards to work 538 (number of concurrently playing notes). It's also possible to 539 decrease CONFIG_SOFTOSS_VOICES. This makes it possible to use 606 It's possible to use 82C931 with OSS/Free by jumpering it to non-PnP 659 Using different settings is possible but not recommended since it may cause 758 if you want to use the SB emulation of PAS16. It's also possible to 845 currently quite common so it's possible that many no-name cards 898 It's possible to configure these cards to use different I/O, IRQ and 899 DMA settings. Since the possible/default settings have changed between various [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | nand.txt | 20 implementations must support all possible combinations. However, implementations
|
/linux-4.4.14/net/lapb/ |
D | Kconfig | 12 Layer, the higher part of X.25, but others are possible as well).
|
/linux-4.4.14/fs/fuse/ |
D | Kconfig | 4 With FUSE it is possible to implement a fully functional filesystem
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-class-rfkill | 11 because its not possible to express the 'soft and hard block'
|
D | sysfs-block-zram | 105 Downgraded to write-only node: so it's possible to set new 117 Downgraded to write-only node: so it's possible to set new
|
/linux-4.4.14/Documentation/hwmon/ |
D | ltc4215 | 25 of the possible addresses are unfriendly to probing. You will have to
|
D | emc6w201 | 24 that it is possible to control more than three fans by connecting two
|
D | w83627hf | 58 it is possible or even likely for a w83627thf to have the VID signals routed 93 0x4e/0x4f is also possible.
|
D | w83l785ts | 21 far suggest that the two possible limits are actually 95 and 110
|
D | adm1021 | 79 are possible between -65 and +127 degrees, with a resolution of one degree. 86 will do no harm, but will return 'old' values. It is possible to make
|
D | ads1015 | 75 Configuration is also possible via devicetree:
|
D | pc87427 | 45 Fan speed can be controlled by PWM outputs. There are 4 possible modes:
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | coherency-fabric.txt | 7 - compatible: the possible values are:
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-emmc.txt | 6 fix possible issues if bootloader has left eMMC card in initialized or
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | Kconfig | 35 is processed as quickly as possible, the ECN is toggled off.
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-mm-lantiq.txt | 3 By attaching hardware latches to the EBU it is possible to create output
|
D | gpio-fan.txt | 9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
|
/linux-4.4.14/Documentation/arm/Samsung/ |
D | GPIO.txt | 22 The gpio implementation uses gpiolib as much as possible, only providing
|
/linux-4.4.14/Documentation/blockdev/ |
D | nbd.txt | 13 Unlike NFS, it is possible to put any filesystem on it, etc.
|
/linux-4.4.14/arch/um/ |
D | Kconfig.um | 55 instance, there is much greater flexibility possible than with the 73 possible requests is provided.
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 25 is made to do lazy register saving where that would be possible (FR555 120 (1) The core kernel image is covered by as small a tile as possible 180 so that no IRQs are shared where possible. The arch interrupt handling 249 It is possible to view and to change the data cache's write mode through 278 kernel is capable of supporting more tasks than there are possible ID
|
/linux-4.4.14/arch/s390/kernel/ |
D | smp.c | 899 unsigned int possible, sclp_max, cpu; in smp_fill_possible_mask() local 904 possible = setup_possible_cpus ?: nr_cpu_ids; in smp_fill_possible_mask() 905 possible = min(possible, sclp_max); in smp_fill_possible_mask() 906 for (cpu = 0; cpu < possible && cpu < nr_cpu_ids; cpu++) in smp_fill_possible_mask()
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 68 this isn't possible here, because the root filesystem (with /dev) 134 possible to reference another partition on the same device using a 174 devices are possible depends on the machine type. There are no checks 186 Devices possible for Amiga: 193 Devices possible for Atari: 345 modes names "default<n>" in turn, until one is possible with the 375 is possible only if the kernel can set the video base address in steps 377 possible with plain STs and graphics cards (The former because the 424 of colors possible. (Or, the other way round: The number of colors is 455 It would be used only for hardware scrolling (which isn't possible [all …]
|
/linux-4.4.14/Documentation/power/regulator/ |
D | design.txt | 12 - It is not possible to automatically determine the power configuration
|
/linux-4.4.14/arch/cris/ |
D | Kconfig.debug | 32 here to make it possible to dump an OOPS with an external NMI.
|
/linux-4.4.14/Documentation/acpi/ |
D | debug.txt | 34 The possible components are defined in include/acpi/acoutput.h and 82 The possible levels are defined in include/acpi/acoutput.h. Reading
|
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 16 (e.g. Pidgin) was compromised, it would be possible for an attacker to 24 exist and remain possible if ptrace is allowed to operate as before.
|
/linux-4.4.14/net/l2tp/ |
D | Kconfig | 17 possible to both end-users and applications. 76 The L2TPv3 protocol defines two possible encapsulations for
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 37 The set of possible operating modes depends on the capabilities of 40 - regulator-initial-mode: initial operating mode. The set of possible operating
|
D | s5m8767-regulator.txt | 50 the possible 8 options selectable by the dvs gpios. The value of this 74 power mode change in SOC. The different possible values are,
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 22 possible "EBB events". 36 This makes it possible for a process to enable EBBs for itself, but not 108 It is possible to read() from an EBB event. However the results are
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 15 it is possible to look at the debug logs on a live system via the Linux 65 It is also possible to define other views. The content of 83 It is also possible to deactivate the debug feature globally for every 86 There are currently 2 possible triggers, which stop the debug feature 450 It is possible the change the size of debug areas through piping 471 's390dbf' to display all the debug logs. With this tool it will be possible 480 It is possible to find the anker of the debug-logs through 486 this pointer it will also be possible to find the debug logs in
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 13 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | omap-twl4030.txt | 15 If the routing is not provided all possible connection will be available
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | pincfg.txt | 23 tables in User Manual. Each pin can have up to 4 possible functions in
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-pwm.txt | 15 - max-brightness : Maximum brightness possible for the LED
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | st,sti-picophyreset.txt | 9 However, when asserted it may not be possible to access the hardware's
|
D | st,sti-softreset.txt | 10 However, when asserted it may not be possible to access the hardware's
|
D | st,sti-powerdown.txt | 11 However, when asserted it may not be possible to access the hardware's
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | usb3503.txt | 12 number. 1~3 property values are possible to be described.
|
/linux-4.4.14/arch/x86/xen/ |
D | Kconfig | 37 It is always possible to change the default via specifying the
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | review-checklist.txt | 23 8. Changes should be vendor neutral when possible. Changes to common code
|
D | timekeeping.txt | 321 limitations made it possible to write the TSC, but generally on old hardware it 322 was only possible to write the low 32-bits of the 64-bit counter, and the upper 352 Several hardware limitations make the problem worse - if it is not possible to 356 practice, getting a perfectly synchronized TSC will not be possible unless all 357 values are read from the same clock, which generally only is possible on single 487 There are three approaches to solving this problem; first, it may be possible 513 possible for the counter to be read ahead of the actual use of the result. 531 the TSC is much higher precision, many possible values of the TSC may be read 575 causes of virtualization exits, possible context switch), this may not always 592 Precise timing and delays may not be possible in a virtualized system. This
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 43 that it should be possible to put any filesystem with a block size >= 44 2KB on such a disc. For example, it should be possible to do:
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | max8998.txt | 35 the possible 4 options selectable by the dvs gpios. The value of this 39 the possible 2 options selectable by the dvs gpios. The value of this
|
/linux-4.4.14/arch/mn10300/ |
D | Kconfig.debug | 39 If you say Y here, it will be possible to remotely debug the kernel 53 possible, leaving the program counter at the beginning of
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class.txt | 38 as possible. Please keep this in mind when suggesting enhancements. 93 should cover this option and be possible to add without breaking the
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 81 below possible ondemand sample kick ins (1)): 85 switching up (compare with below possible ondemand sample kick ins (2))::
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 125 b) when there is only one possible pin configurations for a component, 192 The basic idea of this design is to introduce definitions for all possible pin 204 2. processor-neutral bit definitions for a possible MFP configuration 236 * a possible MFP configuration is represented by a 32-bit integer
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,versatile-fpga-irq.txt | 19 the system till not make it possible for devices to request these
|
D | brcm,bcm7038-l1-intc.txt | 38 /proc/irq/ interface. In the simplest possible configuration, only one
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | mpc5xxx-mscan.txt | 29 clock will be selected. If this is not possible,
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | samsung-sxgbe.txt | 19 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
|
/linux-4.4.14/fs/ |
D | Kconfig.binfmt | 44 It is also possible to run FDPIC ELF binaries on MMU linux also. 56 the first page of the file in a core dump makes it possible to 152 If you say Y here, it will be possible to plug wrapper-driven binary
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 181 | | | remote host. The possible values are taken 249 0x10 | 4 | | ep: endpoint number, possible values are: 0...15 251 0x14 | 4 | | transfer_flags: possible values depend on the
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 82 It is even possible for a rcu_preempt_state stall to be caused by both 92 possible for a zero-jiffy stall to be flagged in this case, depending 94 interact. Please note that it is not possible to entirely eliminate this 132 across repeated stall-warning messages, it is possible that RCU's softirq 179 It is entirely possible to see stall warnings from normal and from
|
D | rcu_dereference.txt | 8 It is nevertheless possible to get into trouble with other operations. 52 resulting value can only take on one of two possible values. 253 You might be surprised that the outcome (r1 == 143 && r2 == 44) is possible, 358 possible values of "gp" are "variable1" on the one hand and "variable2"
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | kfree.cocci | 3 //# execution paths are not possible, resulting in false positives.
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-fakedev.txt | 10 It is meant as the simplest possible example of how a driver should be
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | img,pistachio-pinctrl.txt | 25 a list of possible values. 36 list of possible pins.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
D | sharp,lq101r1sx01.txt | 14 is possible to program either link to drive the left/even or right/odd pixels
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xp.h | 85 #error XPC_MAX_NCHANNELS exceeds absolute MAXIMUM possible.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 40 that makes it possible to isolate the behavior of tasks between each other. 166 As a matter of fact, in this case it is possible to provide an upper bound 181 possible to formally check if all the deadlines are respected. 185 If D_i != P_i for some task, then it is possible to define the density of 199 Of course it is possible to test the exact schedulability of tasks with 207 smaller than the size of the interval) for all the possible values of t, then 209 performing this check for all possible values of t is impossible, it has been 289 this task, as it is not possible to respect its temporal constraints. 389 It is also possible to disable this bandwidth management logic, and
|
/linux-4.4.14/Documentation/gpio/ |
D | consumer.txt | 154 is possible. You should normally issue these calls from a task context. However, 272 as possible, especially by drivers which should not care about the actual 296 can be expected. If simultaneous setting is not possible the GPIOs will be set 313 It is also possible to set a completely arbitrary array of descriptors. The 373 descriptor is only possible after the GPIO number has been released.
|
/linux-4.4.14/Documentation/development-process/ |
D | 6.Followthrough | 54 understand what the reviewer is trying to say. If possible, fix the things 154 regressions need to be fixed as soon as possible. If you are unwilling or 164 release is as solid as possible. So, please, answer bug reports, and fix 165 the problems if at all possible. That's what the stabilization period is 191 possible, tell the author what changes need to be made to make the patch
|
D | 5.Posting | 115 avoided if possible; if that series adds regressions, bisection will 117 the real bug is elsewhere. Whenever possible, a patch which adds new 162 most direct and concise way possible. 165 for the change as well as possible given the one-line constraint. The 168 which introduced the bug if possible (and please provide both the commit ID 281 is possible to send patches directly to Linus Torvalds and have him merge
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig.debug | 24 bool "Print possible IA-64 dependency violations to console"
|
/linux-4.4.14/Documentation/i2c/ |
D | old-module-parameters | 13 longer needed, and that a centralized implementation was possible. The new,
|
D | smbus-protocol | 11 only the same subset, which makes it possible to put them on an SMBus. 14 commands if at all possible (if the device uses only that subset of the 15 I2C protocol). This makes it possible to use the device driver on both
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | Kconfig | 34 # Auto-select SSB PCI-HOST support, if possible 41 # Auto-select SSB PCICORE driver, if possible
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 61 Enabling this makes it possible to change the regdomain in
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/ |
D | Kconfig | 82 # If possible, automatically enable LEDs for RTL8187.
|
/linux-4.4.14/firmware/ |
D | README.AddingFirmware | 32 And if it were possible, a changelog of the firmware itself.
|
/linux-4.4.14/drivers/pci/pcie/ |
D | Kconfig | 70 Enable PCI Express ASPM L0s and L1 where possible, even if the
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | ahci-platform.txt | 6 It is possible, but not required, to represent each port as a sub-node.
|
/linux-4.4.14/Documentation/arm64/ |
D | legacy_instructions.txt | 35 Note: Instruction emulation may not be possible in all cases. See
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Brutus | 57 A full PCMCIA support is still missing, although it's possible to hack
|
/linux-4.4.14/kernel/ |
D | cpu.c | 782 void set_cpu_possible(unsigned int cpu, bool possible) in set_cpu_possible() argument 784 if (possible) in set_cpu_possible()
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 24 kmalloc with kfree, it may be possible to identify memory leaks and where 99 it is avoided where possible. If the system is using huge pages and needs
|
/linux-4.4.14/drivers/mtd/devices/ |
D | Kconfig | 37 suspect a possible hardware or driver bug. If unsure say N. 161 as a module, it is also possible to specify this as a parameter when 171 as a module, it is also possible to specify this as a parameter when
|