/linux-4.1.27/tools/perf/ |
D | builtin-evlist.c | 20 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument 27 .force = details->force, in __cmd_evlist() 35 perf_evsel__fprintf(pos, details, stdout); in __cmd_evlist() 43 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local 46 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 47 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 49 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 51 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist() 63 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist() 68 return __cmd_evlist(input_name, &details); in cmd_evlist()
|
/linux-4.1.27/Documentation/cgroups/ |
D | 00-INDEX | 4 - Description for Block IO Controller, implementation and usage details. 6 - Control Groups definition, implementation details, examples and API. 16 - HugeTLB Controller implementation and usage details. 18 - Memory Resource Controller; implementation details. 22 - Network classifier cgroups details and usages. 24 - Network priority cgroups details and usages.
|
/linux-4.1.27/Documentation/trace/postprocess/ |
D | trace-vmscan-postprocess.pl | 272 my $details; 309 $details = $6; 310 if ($details !~ /$regex_direct_begin/o) { 312 print " $details\n"; 332 $details = $6; 333 if ($details !~ /$regex_kswapd_wake/o) { 335 print " $details\n"; 366 $details = $6; 367 if ($details !~ /$regex_wakeup_kswapd/o) { 369 print " $details\n"; [all …]
|
D | trace-pagealloc-postprocess.pl | 190 my $details; 239 $details = $5; 246 if ($details !~ /$regex_fragdetails/o) {
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
D | Kconfig | 29 See http://www.securecomputing.com for more details. 36 See http://www.mcafee.com for more details. 44 See http://www.securecomputing.com for more details. 51 more details. 59 details. 67 more details. 75 more details. 83 more details.
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq.c | 622 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local 628 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 634 if (details->callback) { in i40e_clean_asq() 636 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq() 641 memset((void *)details, 0, in i40e_clean_asq() 647 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 690 struct i40e_asq_cmd_details *details; in i40evf_asq_send_command() local 711 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40evf_asq_send_command() 713 *details = *cmd_details; in i40evf_asq_send_command() 719 if (details->cookie) { in i40evf_asq_send_command() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/gpu/ |
D | nvidia,tegra20-host1x.txt | 13 See ../clocks/clock-bindings.txt for details. 15 See ../reset/reset.txt for details. 29 See ../clocks/clock-bindings.txt for details. 31 See ../reset/reset.txt for details. 42 See ../clocks/clock-bindings.txt for details. 44 See ../reset/reset.txt for details. 55 See ../clocks/clock-bindings.txt for details. 57 See ../reset/reset.txt for details. 68 See ../clocks/clock-bindings.txt for details. 70 See ../reset/reset.txt for details. [all …]
|
D | nvidia,gk20a.txt | 12 See ../interrupt-controller/interrupts.txt for details. 18 See ../clocks/clock-bindings.txt for details. 23 See ../reset/reset.txt for details.
|
D | st,stih4xx.txt | 17 See ../clocks/clock-bindings.txt for details. 35 See ../clocks/clock-bindings.txt for details. 39 See ../reset/reset.txt for details. 52 See ../reset/reset.txt for details. 82 See ../clocks/clock-bindings.txt for details. 95 See ../clocks/clock-bindings.txt for details. 109 See ../clocks/clock-bindings.txt for details. 113 See ../reset/reset.txt for details.
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.c | 672 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local 678 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 684 if (details->callback) { in i40e_clean_asq() 686 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq() 691 memset(details, 0, sizeof(*details)); in i40e_clean_asq() 696 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 739 struct i40e_asq_cmd_details *details; in i40e_asq_send_command() local 760 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command() 762 *details = *cmd_details; in i40e_asq_send_command() 768 if (details->cookie) { in i40e_asq_send_command() [all …]
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig.x86 | 24 For details, take a look at: 44 For details, take a look at <file:Documentation/cpu-freq/>. 81 For details, take a look at <file:Documentation/cpu-freq/>. 91 For details, take a look at <file:Documentation/cpu-freq/>. 103 For details, take a look at <file:Documentation/cpu-freq/>. 113 For details, take a look at <file:Documentation/cpu-freq/>. 134 For details, take a look at <file:Documentation/cpu-freq/>. 160 For details, take a look at <file:Documentation/cpu-freq/>. 179 For details, take a look at <file:Documentation/cpu-freq/>. 202 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
D | Kconfig | 15 For details, take a look at <file:Documentation/cpu-freq>. 41 bool "CPU frequency translation statistics details" 140 For details, take a look at <file:Documentation/cpu-freq/>. 158 For details, take a look at linux/Documentation/cpu-freq. 182 For details, take a look at linux/Documentation/cpu-freq. 231 For details, take a look at <file:Documentation/cpu-freq/>. 245 For details, take a look at <file:Documentation/cpu-freq/>. 255 For details, take a look at <file:Documentation/cpu-freq/>. 266 For details, take a look at <file:Documentation/cpu-freq>. 275 For details, take a look at <file:Documentation/cpu-freq>. [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra20-i2s.txt | 8 See ../reset/reset.txt for details. 12 See ../dma/dma.txt for details. 17 See ../clocks/clock-bindings.txt for details.
|
D | nvidia,tegra20-ac97.txt | 8 See ../reset/reset.txt for details. 12 See ../dma/dma.txt for details. 17 See ../clocks/clock-bindings.txt for details.
|
D | nvidia,tegra30-i2s.txt | 10 See ../clocks/clock-bindings.txt for details. 12 See ../reset/reset.txt for details.
|
D | nvidia,tegra30-hda.txt | 10 See ../clocks/clock-bindings.txt for details. 13 See ../reset/reset.txt for details.
|
D | nvidia,tegra30-ahub.txt | 14 See ../clocks/clock-bindings.txt for details. 19 See ../reset/reset.txt for details. 48 See ../dma/dma.txt for details.
|
D | da9055.txt | 8 For details on accompanying PMIC I2C device, see the following:
|
D | mxs-saif.txt | 9 Refer to dma.txt and fsl-mxs-dma.txt for details.
|
D | designware-i2s.txt | 15 For more details on the 'dma', 'dma-names', 'clock' and 'clock-names'
|
D | adi,axi-i2s.txt | 16 For more details on the 'dma', 'dma-names', 'clock' and 'clock-names' properties
|
D | adi,axi-spdif-tx.txt | 15 For more details on the 'dma', 'dma-names', 'clock' and 'clock-names' properties
|
D | nvidia,tegra-audio-wm9712.txt | 6 See ../clocks/clock-bindings.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | nvidia,tegra20-sflash.txt | 8 See ../clocks/clock-bindings.txt for details. 10 See ../reset/reset.txt for details. 14 See ../dma/dma.txt for details.
|
D | nvidia,tegra20-slink.txt | 8 See ../clocks/clock-bindings.txt for details. 10 See ../reset/reset.txt for details. 14 See ../dma/dma.txt for details.
|
D | nvidia,tegra114-spi.txt | 12 See ../reset/reset.txt for details. 16 See ../dma/dma.txt for details. 21 See ../clocks/clock-bindings.txt for details.
|
D | spi-sirf.txt | 9 See ../reset/reset.txt for details. 11 See ../dma/dma.txt for details. 16 See ../clocks/clock-bindings.txt for details.
|
D | spi-cadence.txt | 11 (See clock bindings for details). 12 - clocks : Clock phandles (see clock bindings for details).
|
D | spi-img-spfi.txt | 8 See ../clock/clock-bindings.txt for details. 13 See ../dma/dma.txt for details.
|
D | mxs-spi.txt | 9 Refer to dma.txt and fsl-mxs-dma.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | tegra20-apbdma.txt | 9 See ../clocks/clock-bindings.txt for details. 11 See ../reset/reset.txt for details. 16 select value for the peripheral. For more details, consult the Tegra TRM's
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra20-hsuart.txt | 8 See ../clocks/clock-bindings.txt for details. 10 See ../reset/reset.txt for details. 14 See ../dma/dma.txt for details.
|
D | cdns,uart.txt | 8 See ../clocks/clock-bindings.txt for details. 10 See ../clocks/clock-bindings.txt for details.
|
D | digicolor-usart.txt | 12 See ../clocks/clock-bindings.txt for details.
|
/linux-4.1.27/Documentation/ia64/ |
D | README | 11 original README for details. 23 Configuration is the same, see original README for details. 29 the original README for details BUT make sure you have an IA-64
|
/linux-4.1.27/arch/mips/jazz/ |
D | Kconfig | 8 kernel that runs on these, say Y here. For details about Linux on 20 kernel that runs on these, say Y here. For details about Linux on 31 kernel that runs on these, say Y here. For details about Linux on
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | tegra-sata.txt | 12 See ../clocks/clock-bindings.txt for details. 19 See ../reset/reset.txt for details. 25 See ../phy/phy-bindings.txt for details.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-grcan | 10 core library documentation for details. The default value is 0 22 core library documentation for details. The default value is 0 33 library documentation for details. The default value is 0 or is
|
D | sysfs-kernel-mm-hugepages | 15 See Documentation/vm/hugetlbpage.txt for details.
|
D | procfs-diskstats | 22 For more details refer to Documentation/iostats.txt
|
D | sysfs-kernel-uids | 13 bandwidth user A will. For more details refer
|
D | sysfs-driver-sunxi-sid | 10 details see the user manual:
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_mixer.c | 671 snd_ca0106_volume_spi_dac_ctl(struct snd_ca0106_details *details, in snd_ca0106_volume_spi_dac_ctl() argument 687 dac_id = (details->spi_dac & 0xf000) >> (4 * 3); in snd_ca0106_volume_spi_dac_ctl() 691 dac_id = (details->spi_dac & 0x0f00) >> (4 * 2); in snd_ca0106_volume_spi_dac_ctl() 695 dac_id = (details->spi_dac & 0x00f0) >> (4 * 1); in snd_ca0106_volume_spi_dac_ctl() 699 dac_id = (details->spi_dac & 0x000f) >> (4 * 0); in snd_ca0106_volume_spi_dac_ctl() 839 if (emu->details->i2c_adc == 1) { in snd_ca0106_mixer() 841 if (emu->details->gpio_type == 1) in snd_ca0106_mixer() 848 if (emu->details->spi_dac) { in snd_ca0106_mixer() 852 ctl = snd_ca0106_volume_spi_dac_ctl(emu->details, i); in snd_ca0106_mixer() 871 if (emu->details->spi_dac) { in snd_ca0106_mixer() [all …]
|
D | ca0106_main.c | 520 struct snd_ca0106_details *details, in snd_ca0106_channel_dac() argument 525 return (details->spi_dac & 0xf000) >> (4 * 3); in snd_ca0106_channel_dac() 527 return (details->spi_dac & 0x0f00) >> (4 * 2); in snd_ca0106_channel_dac() 529 return (details->spi_dac & 0x00f0) >> (4 * 1); in snd_ca0106_channel_dac() 531 return (details->spi_dac & 0x000f) >> (4 * 0); in snd_ca0106_channel_dac() 542 if (chip->details->spi_dac) { in snd_ca0106_pcm_power_dac() 543 const int dac = snd_ca0106_channel_dac(chip, chip->details, in snd_ca0106_pcm_power_dac() 937 if (emu->details->i2c_adc == 1) { /* The SB0410 and SB0413 use I2C to control ADC. */ in snd_ca0106_pcm_prepare_capture() 1561 if (chip->details->i2c_adc == 1) { in ca0106_init_chip() 1567 } else if (chip->details->ac97 == 1) { in ca0106_init_chip() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 155 memset(&data.details, 0, sizeof(data.details)); in qib_bad_pqkey() 156 data.details.ntc_257_258.lid1 = lid1; in qib_bad_pqkey() 157 data.details.ntc_257_258.lid2 = lid2; in qib_bad_pqkey() 158 data.details.ntc_257_258.key = cpu_to_be32(key); in qib_bad_pqkey() 159 data.details.ntc_257_258.sl_qp1 = cpu_to_be32((sl << 28) | qp1); in qib_bad_pqkey() 160 data.details.ntc_257_258.qp2 = cpu_to_be32(qp2); in qib_bad_pqkey() 179 memset(&data.details, 0, sizeof(data.details)); in qib_bad_mkey() 180 data.details.ntc_256.lid = data.issuer_lid; in qib_bad_mkey() 181 data.details.ntc_256.method = smp->method; in qib_bad_mkey() 182 data.details.ntc_256.attr_id = smp->attr_id; in qib_bad_mkey() [all …]
|
D | qib_mad.h | 69 u8 details[54]; member 120 } details; member
|
/linux-4.1.27/Documentation/hwmon/ |
D | ucd9200 | 31 Documentation/hwmon/pmbus for details on PMBus client drivers. 39 details. 46 Documentation/hwmon/pmbus for details. 97 rails. See chip datasheets for details. 104 details.
|
D | adm1275 | 33 Documentation/hwmon/pmbus for details on PMBus client drivers. 41 details. 52 Documentation/hwmon/pmbus for details.
|
D | tps40422 | 20 Please see Documentation/hwmon/pmbus for details on PMBus client drivers. 28 details.
|
D | max16064 | 20 Please see Documentation/hwmon/pmbus for details on PMBus client drivers. 28 details.
|
D | max8688 | 20 Documentation/hwmon/pmbus for details on PMBus client drivers. 28 details.
|
D | ucd9000 | 47 Documentation/hwmon/pmbus for details on PMBus client drivers. 55 details. 62 Documentation/hwmon/pmbus for details.
|
D | lm25066 | 44 Documentation/hwmon/pmbus for details on PMBus client drivers. 52 details.
|
D | hih6130 | 25 Please see Documentation/i2c/instantiating-devices for details on how to
|
D | pcf8591 | 44 See the datasheet for details. 65 for details.
|
D | adt7411 | 24 Check the datasheet for details.
|
D | menf21bmc | 29 details.
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-zynq.txt | 10 - clocks : Clock specifier (see clock bindings for details) 13 details)
|
D | 8xxx_gpio.txt | 8 See bindings/gpio/gpio.txt for details of how to specify GPIO 13 interrupt client nodes section) for details how to specify this GPIO 19 details.
|
/linux-4.1.27/mm/ |
D | memory.c | 1075 struct zap_details *details) in zap_pte_range() argument 1100 if (unlikely(details) && page) { in zap_pte_range() 1106 if (details->check_mapping && in zap_pte_range() 1107 details->check_mapping != page->mapping) in zap_pte_range() 1138 if (unlikely(details)) in zap_pte_range() 1187 struct zap_details *details) in zap_pmd_range() argument 1220 next = zap_pte_range(tlb, vma, pmd, addr, next, details); in zap_pmd_range() 1231 struct zap_details *details) in zap_pud_range() argument 1241 next = zap_pmd_range(tlb, vma, pud, addr, next, details); in zap_pud_range() 1250 struct zap_details *details) in unmap_page_range() argument [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | vexpress.txt | 8 for more details) 19 for more details about the regulator properties.
|
D | lp872x.txt | 25 For more details, please see the datasheet. 35 For more details, please see the following binding document.
|
/linux-4.1.27/Documentation/devicetree/bindings/nvec/ |
D | nvidia,nvec.txt | 11 See ../clocks/clock-bindings.txt for details. 19 See ../reset/reset.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/fb/ |
D | mxsfb.txt | 8 - display : phandle to display node (see below for details) 17 - display-timings : Refer to binding doc display-timing.txt for details.
|
/linux-4.1.27/Documentation/ |
D | lockup-watchdogs.txt | 10 details), without giving other tasks a chance to run. The current 15 details), and a compile option, "BOOTPARAM_SOFTLOCKUP_PANIC", are 20 details), without letting other interrupts have a chance to run. 25 (see "Documentation/kernel-parameters.txt" for details).
|
D | bad_memory.txt | 25 For more details see the BadRAM documentation. 34 Syntax to exclude a memory area (see kernel-parameters.txt for details):
|
D | isapnp.txt | 7 The interface has been removed. See pnp.txt for more details.
|
D | gdb-kernel-debugging.txt | 24 www.qemu.org for more details). For cross-development, 36 you do not depend on modules. See QEMU documentation for more details on 54 to ~/.gdbinit. See gdb help for more details.
|
D | rfkill.txt | 5 2. Implementation details 32 2. Implementation details 123 For further details consult Documentation/ABI/stable/sysfs-class-rfkill.
|
D | IRQ.txt | 10 array, but except for what linux/interrupt.h implements the details
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | nvidia,tegra-mc.txt | 8 See ../clocks/clock-bindings.txt for details. 16 See ../iommu/iommu.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | nvidia,tegra20-pwm.txt | 12 See ../clocks/clock-bindings.txt for details. 14 See ../reset/reset.txt for details.
|
D | pwm-fsl-ftm.txt | 29 clock-names, please see clock/clock-bindings.txt for details of the property 33 See pinctrl/pinctrl-bindings.txt for details of the property values.
|
D | img-pwm.txt | 7 See ../clock/clock-bindings.txt for details.
|
D | atmel-hlcdc-pwm.txt | 4 See ../mfd/atmel-hlcdc.txt for more details.
|
D | renesas,tpu-pwm.txt | 19 Please refer to pwm.txt in this directory for details of the common PWM bindings
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra30-actmon.txt | 13 clock-names. See ../../clock/clock-bindings.txt for details. 18 ../../reset/reset.txt for details.
|
/linux-4.1.27/arch/um/ |
D | Kconfig.debug | 13 details. 26 details.
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | nvidia,tegra20-ehci.txt | 15 See ../clocks/clock-bindings.txt for details. 17 See ../reset/reset.txt for details.
|
D | samsung-hsotg.txt | 11 Binding details
|
D | keystone-usb.txt | 21 The binding details of dwc3 can be found in:
|
/linux-4.1.27/drivers/usb/atm/ |
D | Kconfig | 27 <http://www.linux-usb.org/SpeedTouch/> for details. 39 <http://accessrunner.sourceforge.net/> for details. 51 <https://gna.org/projects/ueagleatm/> for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | nvidia,tegra20-sdhci.txt | 16 See ../clocks/clock-bindings.txt for details. 18 See ../reset/reset.txt for details.
|
D | mxs-mmc.txt | 15 Refer to dma.txt and fsl-mxs-dma.txt for details.
|
D | sdhci-fujitsu.txt | 10 See ../clocks/clock-bindings.txt for details.
|
D | mmc-pwrseq-simple.txt | 16 See ../clocks/clock-bindings.txt for details.
|
D | k3-dw-mshc.txt | 4 Read synopsys-dw-mshc.txt for more details
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | xilinx_can.txt | 15 (See clock bindings for details). 16 - clocks : Clock phandles (see clock bindings for details).
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 7 The general idea is to store 'struct perf_event_attr' details for 8 each event created within single perf command. Each event details 21 For each sys_perf_event_open call event details are stored in
|
/linux-4.1.27/Documentation/memory-devices/ |
D | ti-emif.txt | 34 DDR device details and other board dependent and SoC dependent 36 - DDR device details: 'struct ddr_device_info'
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | st-keyscan.txt | 14 See ../clocks/clock-bindings.txt for details. 17 See ../pinctrl/pinctrl-bindings.txt for details.
|
D | nvidia,tegra20-kbc.txt | 17 See ../clocks/clock-bindings.txt for details. 19 See ../reset/reset.txt for details.
|
D | twl4030-pwrbutton.txt | 3 This module is part of the TWL4030. For more details about the whole
|
D | ti,palmas-pwrbutton.txt | 3 This module is part of the Palmas family of PMICs. For more details
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | tegra-soctherm.txt | 17 See ../clocks/clock-bindings.txt for details. 22 See ../reset/reset.txt for details.
|
D | imx-thermal.txt | 11 calibration data, e.g. OCOTP on imx6q. The details about calibration data
|
/linux-4.1.27/Documentation/devicetree/bindings/fuse/ |
D | nvidia,tegra20-fuse.txt | 20 See ../clocks/clock-bindings.txt for details. 24 See ../reset/reset.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | snvs-rtc.txt | 1 See Documentation/devicetree/bindings/crypto/fsl-sec4.txt for details.
|
D | nvidia,tegra20-rtc.txt | 15 See ../clocks/clock-bindings.txt for details.
|
/linux-4.1.27/Documentation/metag/ |
D | 00-INDEX | 4 - Documents metag ABI details
|
/linux-4.1.27/Documentation/devicetree/bindings/net/dsa/ |
D | dsa.txt | 54 for details. 59 for details. 65 for details.
|
/linux-4.1.27/arch/blackfin/mach-bf518/ |
D | Kconfig | 20 See the Hardware Reference Manual for more details. 41 See the Hardware Reference Manual for more details. 55 See the Hardware Reference Manual for more details. 71 See the Hardware Reference Manual for more details.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | da9055.txt | 17 For details on accompanying CODEC I2C device, see the following: 44 The bindings details of individual regulator device can be found in:
|
D | da9052-i2c.txt | 26 The bindings details of individual regulator device can be found in:
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | nvidia,tegra20-i2c.txt | 43 See ../clocks/clock-bindings.txt for details. 51 See ../reset/reset.txt for details. 55 See ../dma/dma.txt for details.
|
D | i2c-mxs.txt | 11 Refer to dma.txt and fsl-mxs-dma.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/virtio/ |
D | mmio.txt | 3 See http://ozlabs.org/~rusty/virtio-spec/ for more details.
|
/linux-4.1.27/Documentation/block/ |
D | writeback_cache_control.txt | 41 Implementation details for filesystems 50 Implementation details for make_request_fn based block drivers 64 Implementation details for request_fn based block drivers
|
/linux-4.1.27/Documentation/bus-devices/ |
D | ti-gpmc.txt | 13 IP details: http://www.ti.com/lit/pdf/spruh73 section 7.1 119 mentioned above, refer timing routine for more details. To know what 122 IP details (link above).
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | img,tz1090-pdc-pinctrl.txt | 8 Please refer to pinctrl-bindings.txt in this directory for details of the 38 - supported generic pinconfig properties (for further details see 56 or groups. See the TZ1090 TRM for complete details regarding which groups
|
D | ti,omap-pinctrl.txt | 13 See Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt for further details.
|
D | pinctrl-palmas.txt | 12 Please refer to pinctrl-bindings.txt in this directory for details of the 47 See the Palmas device datasheet for complete details regarding which pins
|
D | nvidia,tegra124-xusb-padctl.txt | 11 pin controller device tree bindings and ../phy/phy-bindings.txt for details on 21 See ../reset/reset.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/ |
D | gpio-backlight.txt | 6 refer to bindings/gpio/gpio.txt for more details.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | bcm47081.dtsi | 7 * Licensed under the GNU/GPL. See COPYING for details.
|
D | bcm4708.dtsi | 7 * Licensed under the GNU/GPL. See COPYING for details.
|
D | bcm47081-buffalo-wzr-900dhp.dts | 7 * Licensed under the GNU/GPL. See COPYING for details.
|
D | bcm4708-luxul-xwc-1000.dts | 7 * Licensed under the GNU/GPL. See COPYING for details.
|
D | mt8127-moose.dts | 12 * GNU General Public License for more details.
|
D | mt6592-evb.dts | 12 * GNU General Public License for more details.
|
D | mt8135-evbp1.dts | 12 * GNU General Public License for more details.
|
D | mt6589-aquaris5.dts | 13 * GNU General Public License for more details.
|
D | zynq-zybo.dts | 12 * GNU General Public License for more details.
|
D | bcm21664-garnet.dts | 11 * GNU General Public License for more details.
|
D | bcm4709-netgear-r8000.dts | 7 * Licensed under the GNU/GPL. See COPYING for details.
|
D | socfpga_arria5.dtsi | 11 * more details.
|
D | bcm47081-asus-rt-n18u.dts | 7 * Licensed under the GNU/GPL. See COPYING for details.
|
D | socfpga_arria10_socdk.dts | 12 * GNU General Public License for more details.
|
D | zynq-zed.dts | 12 * GNU General Public License for more details.
|
D | bcm4708-netgear-r6300-v2.dts | 7 * Licensed under the GNU/GPL. See COPYING for details.
|
D | imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts | 11 * GNU General Public License for more details.
|
D | socfpga_cyclone5_socrates.dts | 12 * GNU General Public License for more details.
|
D | bcm4708-netgear-r6250.dts | 7 * Licensed under the GNU/GPL. See COPYING for details.
|
D | imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts | 11 * GNU General Public License for more details.
|
D | alpine-db.dts | 23 * more details.
|
D | socfpga_cyclone5.dtsi | 12 * GNU General Public License for more details.
|
D | imx28-eukrea-mbmx287lc.dts | 12 * GNU General Public License for more details.
|
D | imx25-eukrea-cpuimx25.dtsi | 11 * GNU General Public License for more details.
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-usb-usbtmc | 48 device on every transaction or not. For more details about 60 For more details about this, please see the document,
|
D | syscalls | 9 documentation for details on the syscall numbers that are to be
|
/linux-4.1.27/arch/cris/arch-v32/lib/ |
D | strcmp.S | 6 ; Version 2. See the file COPYING for more details.
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | vexpress.txt | 13 for more details)
|
/linux-4.1.27/Documentation/leds/ |
D | leds-lp5521.txt | 18 More details of the instructions can be found from the public data sheet. 39 For the details, please refer to 'firmware' section in leds-lp55xx.txt
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | st-spear-miphy.txt | 1 ST SPEAr miphy DT details
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | nvidia,tegra20-timer.txt | 12 See ../clocks/clock-bindings.txt for details.
|
D | nvidia,tegra30-timer.txt | 16 See ../clocks/clock-bindings.txt for details.
|
/linux-4.1.27/Documentation/scsi/ |
D | LICENSE.FlashPoint | 20 License or the BSD-style License below for more details. 40 and a BSD-style copyright; see LICENSE.FlashPoint for details.
|
/linux-4.1.27/drivers/atm/ |
D | nicstarmac.copyright | 38 * details. 52 * GNU General Public License for more details.
|
/linux-4.1.27/arch/arm64/boot/dts/qcom/ |
D | apq8016-sbc.dts | 11 * GNU General Public License for more details.
|
D | apq8016-sbc.dtsi | 11 * GNU General Public License for more details.
|
D | msm8916-mtp.dts | 11 * GNU General Public License for more details.
|
D | msm8916-mtp.dtsi | 11 * GNU General Public License for more details.
|
/linux-4.1.27/drivers/vfio/ |
D | Kconfig | 30 See Documentation/vfio.txt for more details.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | tegra.txt | 41 "tlm,trusted-foundations" binding's documentation for more details.
|
D | vexpress-sysreg.txt | 62 numbers - see motherboard's TRM for more details. All configuration 66 details. Each child of such node describes one function and must
|
/linux-4.1.27/Documentation/sysctl/ |
D | abi.txt | 11 You can find further details about abi in include/linux/personality.h.
|
/linux-4.1.27/drivers/md/bcache/ |
D | Kconfig | 8 See Documentation/bcache.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/msm/ |
D | mdp.txt | 10 See ../clocks/clock-bindings.txt for details.
|
D | gpu.txt | 8 See ../clocks/clock-bindings.txt for details.
|
D | hdmi.txt | 13 See ../clocks/clock-bindings.txt for details.
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | LICENSE | 11 more details.
|
/linux-4.1.27/arch/arm64/boot/dts/mediatek/ |
D | mt8173-evb.dts | 12 * GNU General Public License for more details.
|
/linux-4.1.27/arch/arm/firmware/ |
D | Kconfig | 24 tlm,trusted-foundations device tree binding documentation for details
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Tropez+ | 26 Please see drivers/sound/README.wavefront for more details.
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,omap-intc-irq.txt | 19 Please refer to interrupts.txt in this directory for details of the common
|
D | ti,keystone-irq.txt | 19 Please refer to interrupts.txt in this directory for details of the common
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | vmlinux.scr | 12 * GNU General Public License for more details.
|
/linux-4.1.27/Documentation/filesystems/ |
D | quota.txt | 18 For more details about quota design, see the documentation in quota-tools package 33 details about this layer). The name of the quota generic netlink interface
|
/linux-4.1.27/drivers/md/ |
D | dm-raid1.c | 147 struct dm_bio_details details; member 1165 bio_record->details.bi_bdev = NULL; in mirror_map() 1197 dm_bio_record(&bio_record->details, bio); in mirror_map() 1230 if (!bio_record->details.bi_bdev) { in mirror_end_io() 1252 bd = &bio_record->details; in mirror_end_io() 1255 bio_record->details.bi_bdev = NULL; in mirror_end_io() 1266 bio_record->details.bi_bdev = NULL; in mirror_end_io()
|
/linux-4.1.27/Documentation/devicetree/bindings/mipi/ |
D | nvidia,tegra114-mipi.txt | 7 See ../clocks/clock-bindings.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/img/ |
D | pistachio.txt | 20 details on clock bindings.
|
/linux-4.1.27/net/lapb/ |
D | Kconfig | 18 details.
|
/linux-4.1.27/drivers/message/fusion/ |
D | Kconfig | 86 with the Fusion MPT linux driver for additional details. 100 Please refer to that document for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/ |
D | bman.txt | 54 For additional details about the PAMU/LIODN binding(s) see pamu.txt 91 For additional details about reserved memory regions see reserved-memory.txt
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-class-rfkill | 3 For details to this subsystem look at Documentation/rfkill.txt.
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 17 * INFRINGEMENT. See the GNU General Public License for more details. 37 2. Driver and /sys details 71 "status" interface. PCCH() also contains details on how to access the platform 127 2. Driver and /sys details:
|
D | cpufreq-stats.txt | 107 [*] CPU frequency translation statistics details 116 "CPU frequency translation statistics details" (CONFIG_CPU_FREQ_STAT_DETAILS)
|
D | core.txt | 48 See linux/include/linux/notifier.h for details on notifiers. 99 For details about OPP, see Documentation/power/opp.txt
|
/linux-4.1.27/arch/c6x/lib/ |
D | push_rts.S | 12 ;; GNU General Public License for more details.
|
D | negll.S | 12 ;; GNU General Public License for more details.
|
D | strasgi_64plus.S | 12 ;; GNU General Public License for more details.
|
D | pop_rts.S | 12 ;; GNU General Public License for more details.
|
/linux-4.1.27/drivers/gpu/vga/ |
D | Kconfig | 9 see Documentation/vgaarbiter.txt for more details. Select this to
|
/linux-4.1.27/Documentation/dmaengine/ |
D | dmatest.txt | 65 re-run with the same or different parameters. For the details see the above 91 The details of a data miscompare error are also emitted, but do not follow the
|
/linux-4.1.27/Documentation/input/ |
D | walkera0701.txt | 47 Technical details: 100 software driver. Some details about this magic numbers can be found in
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 79 For more details about the x86 machine check architecture 82 For more details about the architecture see
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 12 Note that this focuses on architecture implementation details only. If you 212 <details to be filled> 240 details for how to locate the addresses of mcount call sites via objdump. 266 First you will need to fill out some arch details in your asm/ftrace.h. 279 <details to be filled> 373 <details to be filled>
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | designware-pcie.txt | 19 See ../clocks/clock-bindings.txt for details.
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | altera-mailbox.txt | 36 Documentation/devicetree/bindings/mailbox/mailbox.txt for details). Each value
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | brcm,systemport.txt | 13 the property specific details
|
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/ |
D | arm_big_little_dt.txt | 16 for details
|
D | cpufreq-dt.txt | 15 details. OPPs *must* be supplied either via DT, i.e. this property, or
|
/linux-4.1.27/fs/adfs/ |
D | Kconfig | 14 <file:Documentation/filesystems/adfs.txt> for further details.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | sacos.S | 41 | For details on the license for this file, please see the
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/atmel/ |
D | hlcdc-dc.txt | 4 See ../mfd/atmel-hlcdc.txt for more details.
|
/linux-4.1.27/firmware/cpia2/ |
D | stv0672_vp4.bin.ihex | 69 GNU General Public License for more details.
|
/linux-4.1.27/arch/arc/plat-tb10x/ |
D | Kconfig | 12 # GNU General Public License for more details.
|
/linux-4.1.27/Documentation/fb/ |
D | ep93xx-fb.txt | 27 details. 135 avoid this bug. See section 13 of the EP93xx users' guide for details.
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex.txt | 6 (PTHREAD_PRIO_INHERIT). [See Documentation/pi-futex.txt for more details 38 for more details.]
|
/linux-4.1.27/fs/ext3/ |
D | Kconfig | 43 call returns. For details, see: 60 <http://acl.bestbits.at/> for details).
|