Home
last modified time | relevance | path

Searched refs:details (Results 1 – 200 of 965) sorted by relevance

12345

/linux-4.1.27/tools/perf/
Dbuiltin-evlist.c20 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/
D00-INDEX4 - 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/
Dtrace-vmscan-postprocess.pl272 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 …]
Dtrace-pagealloc-postprocess.pl190 my $details;
239 $details = $5;
246 if ($details !~ /$regex_fragdetails/o) {
/linux-4.1.27/arch/arm/mach-ks8695/
DKconfig29 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/
Di40e_adminq.c622 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/
Dnvidia,tegra20-host1x.txt13 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 …]
Dnvidia,gk20a.txt12 See ../interrupt-controller/interrupts.txt for details.
18 See ../clocks/clock-bindings.txt for details.
23 See ../reset/reset.txt for details.
Dst,stih4xx.txt17 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/
Di40e_adminq.c672 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/
DKconfig.x8624 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 …]
DKconfig15 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/
Dnvidia,tegra20-i2s.txt8 See ../reset/reset.txt for details.
12 See ../dma/dma.txt for details.
17 See ../clocks/clock-bindings.txt for details.
Dnvidia,tegra20-ac97.txt8 See ../reset/reset.txt for details.
12 See ../dma/dma.txt for details.
17 See ../clocks/clock-bindings.txt for details.
Dnvidia,tegra30-i2s.txt10 See ../clocks/clock-bindings.txt for details.
12 See ../reset/reset.txt for details.
Dnvidia,tegra30-hda.txt10 See ../clocks/clock-bindings.txt for details.
13 See ../reset/reset.txt for details.
Dnvidia,tegra30-ahub.txt14 See ../clocks/clock-bindings.txt for details.
19 See ../reset/reset.txt for details.
48 See ../dma/dma.txt for details.
Dda9055.txt8 For details on accompanying PMIC I2C device, see the following:
Dmxs-saif.txt9 Refer to dma.txt and fsl-mxs-dma.txt for details.
Ddesignware-i2s.txt15 For more details on the 'dma', 'dma-names', 'clock' and 'clock-names'
Dadi,axi-i2s.txt16 For more details on the 'dma', 'dma-names', 'clock' and 'clock-names' properties
Dadi,axi-spdif-tx.txt15 For more details on the 'dma', 'dma-names', 'clock' and 'clock-names' properties
Dnvidia,tegra-audio-wm9712.txt6 See ../clocks/clock-bindings.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dnvidia,tegra20-sflash.txt8 See ../clocks/clock-bindings.txt for details.
10 See ../reset/reset.txt for details.
14 See ../dma/dma.txt for details.
Dnvidia,tegra20-slink.txt8 See ../clocks/clock-bindings.txt for details.
10 See ../reset/reset.txt for details.
14 See ../dma/dma.txt for details.
Dnvidia,tegra114-spi.txt12 See ../reset/reset.txt for details.
16 See ../dma/dma.txt for details.
21 See ../clocks/clock-bindings.txt for details.
Dspi-sirf.txt9 See ../reset/reset.txt for details.
11 See ../dma/dma.txt for details.
16 See ../clocks/clock-bindings.txt for details.
Dspi-cadence.txt11 (See clock bindings for details).
12 - clocks : Clock phandles (see clock bindings for details).
Dspi-img-spfi.txt8 See ../clock/clock-bindings.txt for details.
13 See ../dma/dma.txt for details.
Dmxs-spi.txt9 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dtegra20-apbdma.txt9 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/
Dnvidia,tegra20-hsuart.txt8 See ../clocks/clock-bindings.txt for details.
10 See ../reset/reset.txt for details.
14 See ../dma/dma.txt for details.
Dcdns,uart.txt8 See ../clocks/clock-bindings.txt for details.
10 See ../clocks/clock-bindings.txt for details.
Ddigicolor-usart.txt12 See ../clocks/clock-bindings.txt for details.
/linux-4.1.27/Documentation/ia64/
DREADME11 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/
DKconfig8 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/
Dtegra-sata.txt12 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/
Dsysfs-class-net-grcan10 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
Dsysfs-kernel-mm-hugepages15 See Documentation/vm/hugetlbpage.txt for details.
Dprocfs-diskstats22 For more details refer to Documentation/iostats.txt
Dsysfs-kernel-uids13 bandwidth user A will. For more details refer
Dsysfs-driver-sunxi-sid10 details see the user manual:
/linux-4.1.27/sound/pci/ca0106/
Dca0106_mixer.c671 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 …]
Dca0106_main.c520 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/
Dqib_mad.c155 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 …]
Dqib_mad.h69 u8 details[54]; member
120 } details; member
/linux-4.1.27/Documentation/hwmon/
Ducd920031 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.
Dadm127533 Documentation/hwmon/pmbus for details on PMBus client drivers.
41 details.
52 Documentation/hwmon/pmbus for details.
Dtps4042220 Please see Documentation/hwmon/pmbus for details on PMBus client drivers.
28 details.
Dmax1606420 Please see Documentation/hwmon/pmbus for details on PMBus client drivers.
28 details.
Dmax868820 Documentation/hwmon/pmbus for details on PMBus client drivers.
28 details.
Ducd900047 Documentation/hwmon/pmbus for details on PMBus client drivers.
55 details.
62 Documentation/hwmon/pmbus for details.
Dlm2506644 Documentation/hwmon/pmbus for details on PMBus client drivers.
52 details.
Dhih613025 Please see Documentation/i2c/instantiating-devices for details on how to
Dpcf859144 See the datasheet for details.
65 for details.
Dadt741124 Check the datasheet for details.
Dmenf21bmc29 details.
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-zynq.txt10 - clocks : Clock specifier (see clock bindings for details)
13 details)
D8xxx_gpio.txt8 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/
Dmemory.c1075 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/
Dvexpress.txt8 for more details)
19 for more details about the regulator properties.
Dlp872x.txt25 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/
Dnvidia,nvec.txt11 See ../clocks/clock-bindings.txt for details.
19 See ../reset/reset.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/fb/
Dmxsfb.txt8 - 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/
Dlockup-watchdogs.txt10 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).
Dbad_memory.txt25 For more details see the BadRAM documentation.
34 Syntax to exclude a memory area (see kernel-parameters.txt for details):
Disapnp.txt7 The interface has been removed. See pnp.txt for more details.
Dgdb-kernel-debugging.txt24 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.
Drfkill.txt5 2. Implementation details
32 2. Implementation details
123 For further details consult Documentation/ABI/stable/sysfs-class-rfkill.
DIRQ.txt10 array, but except for what linux/interrupt.h implements the details
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dnvidia,tegra-mc.txt8 See ../clocks/clock-bindings.txt for details.
16 See ../iommu/iommu.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dnvidia,tegra20-pwm.txt12 See ../clocks/clock-bindings.txt for details.
14 See ../reset/reset.txt for details.
Dpwm-fsl-ftm.txt29 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.
Dimg-pwm.txt7 See ../clock/clock-bindings.txt for details.
Datmel-hlcdc-pwm.txt4 See ../mfd/atmel-hlcdc.txt for more details.
Drenesas,tpu-pwm.txt19 Please refer to pwm.txt in this directory for details of the common PWM bindings
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra30-actmon.txt13 clock-names. See ../../clock/clock-bindings.txt for details.
18 ../../reset/reset.txt for details.
/linux-4.1.27/arch/um/
DKconfig.debug13 details.
26 details.
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dnvidia,tegra20-ehci.txt15 See ../clocks/clock-bindings.txt for details.
17 See ../reset/reset.txt for details.
Dsamsung-hsotg.txt11 Binding details
Dkeystone-usb.txt21 The binding details of dwc3 can be found in:
/linux-4.1.27/drivers/usb/atm/
DKconfig27 <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/
Dnvidia,tegra20-sdhci.txt16 See ../clocks/clock-bindings.txt for details.
18 See ../reset/reset.txt for details.
Dmxs-mmc.txt15 Refer to dma.txt and fsl-mxs-dma.txt for details.
Dsdhci-fujitsu.txt10 See ../clocks/clock-bindings.txt for details.
Dmmc-pwrseq-simple.txt16 See ../clocks/clock-bindings.txt for details.
Dk3-dw-mshc.txt4 Read synopsys-dw-mshc.txt for more details
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dxilinx_can.txt15 (See clock bindings for details).
16 - clocks : Clock phandles (see clock bindings for details).
/linux-4.1.27/tools/perf/tests/attr/
DREADME7 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/
Dti-emif.txt34 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/
Dst-keyscan.txt14 See ../clocks/clock-bindings.txt for details.
17 See ../pinctrl/pinctrl-bindings.txt for details.
Dnvidia,tegra20-kbc.txt17 See ../clocks/clock-bindings.txt for details.
19 See ../reset/reset.txt for details.
Dtwl4030-pwrbutton.txt3 This module is part of the TWL4030. For more details about the whole
Dti,palmas-pwrbutton.txt3 This module is part of the Palmas family of PMICs. For more details
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dtegra-soctherm.txt17 See ../clocks/clock-bindings.txt for details.
22 See ../reset/reset.txt for details.
Dimx-thermal.txt11 calibration data, e.g. OCOTP on imx6q. The details about calibration data
/linux-4.1.27/Documentation/devicetree/bindings/fuse/
Dnvidia,tegra20-fuse.txt20 See ../clocks/clock-bindings.txt for details.
24 See ../reset/reset.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Dsnvs-rtc.txt1 See Documentation/devicetree/bindings/crypto/fsl-sec4.txt for details.
Dnvidia,tegra20-rtc.txt15 See ../clocks/clock-bindings.txt for details.
/linux-4.1.27/Documentation/metag/
D00-INDEX4 - Documents metag ABI details
/linux-4.1.27/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt54 for details.
59 for details.
65 for details.
/linux-4.1.27/arch/blackfin/mach-bf518/
DKconfig20 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/
Dda9055.txt17 For details on accompanying CODEC I2C device, see the following:
44 The bindings details of individual regulator device can be found in:
Dda9052-i2c.txt26 The bindings details of individual regulator device can be found in:
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Dnvidia,tegra20-i2c.txt43 See ../clocks/clock-bindings.txt for details.
51 See ../reset/reset.txt for details.
55 See ../dma/dma.txt for details.
Di2c-mxs.txt11 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/virtio/
Dmmio.txt3 See http://ozlabs.org/~rusty/virtio-spec/ for more details.
/linux-4.1.27/Documentation/block/
Dwriteback_cache_control.txt41 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/
Dti-gpmc.txt13 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/
Dimg,tz1090-pdc-pinctrl.txt8 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
Dti,omap-pinctrl.txt13 See Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt for further details.
Dpinctrl-palmas.txt12 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
Dnvidia,tegra124-xusb-padctl.txt11 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/
Dgpio-backlight.txt6 refer to bindings/gpio/gpio.txt for more details.
/linux-4.1.27/arch/arm/boot/dts/
Dbcm47081.dtsi7 * Licensed under the GNU/GPL. See COPYING for details.
Dbcm4708.dtsi7 * Licensed under the GNU/GPL. See COPYING for details.
Dbcm47081-buffalo-wzr-900dhp.dts7 * Licensed under the GNU/GPL. See COPYING for details.
Dbcm4708-luxul-xwc-1000.dts7 * Licensed under the GNU/GPL. See COPYING for details.
Dmt8127-moose.dts12 * GNU General Public License for more details.
Dmt6592-evb.dts12 * GNU General Public License for more details.
Dmt8135-evbp1.dts12 * GNU General Public License for more details.
Dmt6589-aquaris5.dts13 * GNU General Public License for more details.
Dzynq-zybo.dts12 * GNU General Public License for more details.
Dbcm21664-garnet.dts11 * GNU General Public License for more details.
Dbcm4709-netgear-r8000.dts7 * Licensed under the GNU/GPL. See COPYING for details.
Dsocfpga_arria5.dtsi11 * more details.
Dbcm47081-asus-rt-n18u.dts7 * Licensed under the GNU/GPL. See COPYING for details.
Dsocfpga_arria10_socdk.dts12 * GNU General Public License for more details.
Dzynq-zed.dts12 * GNU General Public License for more details.
Dbcm4708-netgear-r6300-v2.dts7 * Licensed under the GNU/GPL. See COPYING for details.
Dimx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts11 * GNU General Public License for more details.
Dsocfpga_cyclone5_socrates.dts12 * GNU General Public License for more details.
Dbcm4708-netgear-r6250.dts7 * Licensed under the GNU/GPL. See COPYING for details.
Dimx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts11 * GNU General Public License for more details.
Dalpine-db.dts23 * more details.
Dsocfpga_cyclone5.dtsi12 * GNU General Public License for more details.
Dimx28-eukrea-mbmx287lc.dts12 * GNU General Public License for more details.
Dimx25-eukrea-cpuimx25.dtsi11 * GNU General Public License for more details.
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-usb-usbtmc48 device on every transaction or not. For more details about
60 For more details about this, please see the document,
Dsyscalls9 documentation for details on the syscall numbers that are to be
/linux-4.1.27/arch/cris/arch-v32/lib/
Dstrcmp.S6 ; Version 2. See the file COPYING for more details.
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/
Dvexpress.txt13 for more details)
/linux-4.1.27/Documentation/leds/
Dleds-lp5521.txt18 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/
Dst-spear-miphy.txt1 ST SPEAr miphy DT details
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Dnvidia,tegra20-timer.txt12 See ../clocks/clock-bindings.txt for details.
Dnvidia,tegra30-timer.txt16 See ../clocks/clock-bindings.txt for details.
/linux-4.1.27/Documentation/scsi/
DLICENSE.FlashPoint20 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/
Dnicstarmac.copyright38 * details.
52 * GNU General Public License for more details.
/linux-4.1.27/arch/arm64/boot/dts/qcom/
Dapq8016-sbc.dts11 * GNU General Public License for more details.
Dapq8016-sbc.dtsi11 * GNU General Public License for more details.
Dmsm8916-mtp.dts11 * GNU General Public License for more details.
Dmsm8916-mtp.dtsi11 * GNU General Public License for more details.
/linux-4.1.27/drivers/vfio/
DKconfig30 See Documentation/vfio.txt for more details.
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dtegra.txt41 "tlm,trusted-foundations" binding's documentation for more details.
Dvexpress-sysreg.txt62 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/
Dabi.txt11 You can find further details about abi in include/linux/personality.h.
/linux-4.1.27/drivers/md/bcache/
DKconfig8 See Documentation/bcache.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/drm/msm/
Dmdp.txt10 See ../clocks/clock-bindings.txt for details.
Dgpu.txt8 See ../clocks/clock-bindings.txt for details.
Dhdmi.txt13 See ../clocks/clock-bindings.txt for details.
/linux-4.1.27/drivers/net/wireless/libertas/
DLICENSE11 more details.
/linux-4.1.27/arch/arm64/boot/dts/mediatek/
Dmt8173-evb.dts12 * GNU General Public License for more details.
/linux-4.1.27/arch/arm/firmware/
DKconfig24 tlm,trusted-foundations device tree binding documentation for details
/linux-4.1.27/Documentation/sound/oss/
DTropez+26 Please see drivers/sound/README.wavefront for more details.
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dti,omap-intc-irq.txt19 Please refer to interrupts.txt in this directory for details of the common
Dti,keystone-irq.txt19 Please refer to interrupts.txt in this directory for details of the common
/linux-4.1.27/arch/nios2/boot/compressed/
Dvmlinux.scr12 * GNU General Public License for more details.
/linux-4.1.27/Documentation/filesystems/
Dquota.txt18 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/
Ddm-raid1.c147 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/
Dnvidia,tegra114-mipi.txt7 See ../clocks/clock-bindings.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/mips/img/
Dpistachio.txt20 details on clock bindings.
/linux-4.1.27/net/lapb/
DKconfig18 details.
/linux-4.1.27/drivers/message/fusion/
DKconfig86 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/
Dbman.txt54 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/
Dsysfs-class-rfkill3 For details to this subsystem look at Documentation/rfkill.txt.
/linux-4.1.27/Documentation/cpu-freq/
Dpcc-cpufreq.txt17 * 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:
Dcpufreq-stats.txt107 [*] CPU frequency translation statistics details
116 "CPU frequency translation statistics details" (CONFIG_CPU_FREQ_STAT_DETAILS)
Dcore.txt48 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/
Dpush_rts.S12 ;; GNU General Public License for more details.
Dnegll.S12 ;; GNU General Public License for more details.
Dstrasgi_64plus.S12 ;; GNU General Public License for more details.
Dpop_rts.S12 ;; GNU General Public License for more details.
/linux-4.1.27/drivers/gpu/vga/
DKconfig9 see Documentation/vgaarbiter.txt for more details. Select this to
/linux-4.1.27/Documentation/dmaengine/
Ddmatest.txt65 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/
Dwalkera0701.txt47 Technical details:
100 software driver. Some details about this magic numbers can be found in
/linux-4.1.27/Documentation/x86/x86_64/
Dmachinecheck79 For more details about the x86 machine check architecture
82 For more details about the architecture see
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt12 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/
Ddesignware-pcie.txt19 See ../clocks/clock-bindings.txt for details.
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Daltera-mailbox.txt36 Documentation/devicetree/bindings/mailbox/mailbox.txt for details). Each value
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dbrcm,systemport.txt13 the property specific details
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/
Darm_big_little_dt.txt16 for details
Dcpufreq-dt.txt15 details. OPPs *must* be supplied either via DT, i.e. this property, or
/linux-4.1.27/fs/adfs/
DKconfig14 <file:Documentation/filesystems/adfs.txt> for further details.
/linux-4.1.27/arch/m68k/fpsp040/
Dsacos.S41 | For details on the license for this file, please see the
/linux-4.1.27/Documentation/devicetree/bindings/drm/atmel/
Dhlcdc-dc.txt4 See ../mfd/atmel-hlcdc.txt for more details.
/linux-4.1.27/firmware/cpia2/
Dstv0672_vp4.bin.ihex69 GNU General Public License for more details.
/linux-4.1.27/arch/arc/plat-tb10x/
DKconfig12 # GNU General Public License for more details.
/linux-4.1.27/Documentation/fb/
Dep93xx-fb.txt27 details.
135 avoid this bug. See section 13 of the EP93xx users' guide for details.
/linux-4.1.27/Documentation/locking/
Drt-mutex.txt6 (PTHREAD_PRIO_INHERIT). [See Documentation/pi-futex.txt for more details
38 for more details.]
/linux-4.1.27/fs/ext3/
DKconfig43 call returns. For details, see:
60 <http://acl.bestbits.at/> for details).

12345