Searched refs:dts (Results 1 - 91 of 91) sorted by relevance

/linux-4.1.27/arch/arm64/boot/dts/
H A DMakefile0 dts-dirs += amd
2 dts-dirs += apm
3 dts-dirs += arm
4 dts-dirs += cavium
5 dts-dirs += exynos
6 dts-dirs += freescale
7 dts-dirs += mediatek
8 dts-dirs += qcom
9 dts-dirs += sprd
10 dts-dirs += xilinx
12 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/mips/boot/dts/
H A DMakefile0 dts-dirs += brcm
2 dts-dirs += cavium-octeon
3 dts-dirs += lantiq
4 dts-dirs += mti
5 dts-dirs += netlogic
6 dts-dirs += ralink
8 obj-y := $(addsuffix /, $(dts-dirs))
11 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/amd/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/apm/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/cavium/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/exynos/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/freescale/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/mediatek/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/qcom/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/sprd/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/xilinx/
H A DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/arm/
H A DMakefile6 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/xtensa/boot/dts/
H A DMakefile2 # arch/xtensa/boot/dts/Makefile
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/clock/
H A Dexynos-audss-clk.h5 * The constants defined in this header are being used in dts
H A Dat91.h4 * The constants defined in this header are being used in dts.
H A Ds5pv210-audss.h11 * The constants defined in this header are being used in dts
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/clock/
H A Dexynos-audss-clk.h5 * The constants defined in this header are being used in dts
H A Dat91.h4 * The constants defined in this header are being used in dts.
H A Ds5pv210-audss.h11 * The constants defined in this header are being used in dts
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/clock/
H A Dexynos-audss-clk.h5 * The constants defined in this header are being used in dts
H A Dat91.h4 * The constants defined in this header are being used in dts.
H A Ds5pv210-audss.h11 * The constants defined in this header are being used in dts
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/clock/
H A Dexynos-audss-clk.h5 * The constants defined in this header are being used in dts
H A Dat91.h4 * The constants defined in this header are being used in dts.
H A Ds5pv210-audss.h11 * The constants defined in this header are being used in dts
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/clock/
H A Dexynos-audss-clk.h5 * The constants defined in this header are being used in dts
H A Dat91.h4 * The constants defined in this header are being used in dts.
H A Ds5pv210-audss.h11 * The constants defined in this header are being used in dts
/linux-4.1.27/include/dt-bindings/clock/
H A Dexynos-audss-clk.h5 * The constants defined in this header are being used in dts
H A Dat91.h4 * The constants defined in this header are being used in dts.
H A Ds5pv210-audss.h11 * The constants defined in this header are being used in dts
/linux-4.1.27/arch/microblaze/
H A DMakefile61 core-y += $(boot)/dts/
86 echo ' simpleImage.<dt> - ELF image with $(arch)/boot/dts/<dt>.dts linked in'
94 echo ' name of a dts file from the arch/microblaze/boot/dts/ directory'
95 echo ' (minus the .dts extension).'
/linux-4.1.27/arch/metag/
H A DMakefile45 core-y += arch/metag/boot/dts/
72 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
75 $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
/linux-4.1.27/arch/c6x/
H A DMakefile44 core-y += $(boot)/dts/
60 @echo ' dtbImage.<dt> - ELF image with $(arch)/boot/dts/<dt>.dts linked in'
/linux-4.1.27/arch/arm64/
H A DMakefile74 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
79 $(Q)$(MAKE) $(build)=$(boot)/dts
82 $(Q)$(MAKE) $(dtbinst)=$(boot)/dts
91 $(Q)$(MAKE) $(clean)=$(boot)/dts
/linux-4.1.27/arch/powerpc/boot/
H A Dwrapper16 # -s tree.dts specify device-tree source file (needs dtc installed)
38 dts=
61 echo ' [-d devtree] [-s tree.dts] [-c] [-C cross-prefix]' >&2
91 dts="$1"
126 if [ -n "$dts" ]; then
127 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then
128 dts="$object/dts/$dts"
133 $dtc -O dtb -o "$dtb" -b 0 "$dts"
389 if [ -n "$dts" ]; then
H A DMakefile193 dtstree := $(srctree)/$(src)/dts
210 # args (to if_changed): 1 = (this rule), 2 = platform, 3 = dts 4=dtb 5=initrd
380 $(obj)/%.dtb: $(src)/dts/%.dts FORCE
414 WRAPPER_DTSDIR := /usr/lib/kernel-wrapper/dts
421 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.dts))
423 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed)
431 quiet_cmd_install_dts = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,dts/%,$@)
432 cmd_install_dts = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,$(srctree)/$(obj)/dts/%,$@) $@
452 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DTSDIR)
H A Dcuboot-52xx.c36 * soc node name in existing dts files -- once that is fixed, platform_fixups()
H A Dcuboot-83xx.c32 * soc node name in existing dts files -- once that is fixed, platform_fixups()
H A Dcuboot-85xx-cpm2.c34 * soc node name in existing dts files -- once that is fixed, platform_fixups()
H A Dcuboot-85xx.c35 * soc node name in existing dts files -- once that is fixed, platform_fixups()
/linux-4.1.27/arch/xtensa/
H A DMakefile89 core-$(CONFIG_OF) += arch/xtensa/boot/dts/
102 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
/linux-4.1.27/arch/nios2/boot/
H A DMakefile51 $(obj)/%.dtb: $(src)/dts/%.dts FORCE
/linux-4.1.27/arch/microblaze/boot/
H A DMakefile37 clean-files += simpleImage.*.unstrip linux.bin.ub dts/*.dtb
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/clk/
H A Dti-dra7-atl.h4 * The constants defined in this header are used in dts files
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/clk/
H A Dti-dra7-atl.h4 * The constants defined in this header are used in dts files
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/clk/
H A Dti-dra7-atl.h4 * The constants defined in this header are used in dts files
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/clk/
H A Dti-dra7-atl.h4 * The constants defined in this header are used in dts files
/linux-4.1.27/arch/arc/
H A DMakefile83 core-y += arch/arc/boot/dts/
106 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
109 $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/clk/
H A Dti-dra7-atl.h4 * The constants defined in this header are used in dts files
/linux-4.1.27/include/dt-bindings/clk/
H A Dti-dra7-atl.h4 * The constants defined in this header are used in dts files
/linux-4.1.27/drivers/pps/generators/
H A Dpps_gen_parport.c73 struct timespec expire_time, ts1, ts2, ts3, dts; hrtimer_event() local
127 dts = timespec_sub(ts3, ts2); hrtimer_event()
129 (dev->port_write_time + timespec_to_ns(&dts)) >> 1; hrtimer_event()
133 dts = timespec_sub(ts1, expire_time); hrtimer_event()
134 delta = timespec_to_ns(&dts); hrtimer_event()
/linux-4.1.27/arch/openrisc/
H A DMakefile53 core-$(BUILTIN_DTB) += arch/openrisc/boot/dts/
/linux-4.1.27/scripts/dtc/
H A Ddtc.c108 const char *inform = "dts"; main()
109 const char *outform = "dts"; main()
214 if (streq(inform, "dts")) main()
246 if (streq(outform, "dts")) { main()
H A Dfdtdump.c66 printf("/dts-v1/;\n"); dump_blob()
H A Dtreesource.c270 fprintf(f, "/dts-v1/;\n\n"); dt_to_source()
/linux-4.1.27/arch/cris/
H A DMakefile44 core-$(CONFIG_OF) += arch/cris/boot/dts/
/linux-4.1.27/fs/jfs/
H A Djfs_dtree.h132 #define addressDTS(dts)\
133 ( ((s64)((dts)->addr1)) << 32 | __le32_to_cpu((dts)->addr2) )
/linux-4.1.27/arch/mips/
H A DMakefile367 core-$(CONFIG_BUILTIN_DTB) += arch/mips/boot/dts/
370 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
374 $(Q)$(MAKE) $(build)=arch/mips/boot/dts
378 $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts
/linux-4.1.27/arch/powerpc/
H A DMakefile290 @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory'
291 @echo ' (minus the .dts extension).'
/linux-4.1.27/arch/powerpc/platforms/86xx/
H A Dmpc86xx_hpcn.c106 pr_warning("WARNING: your dts/dtb is old. You must update before the next kernel release\n"); mpc86xx_hpcn_probe()
/linux-4.1.27/arch/arm/
H A DMakefile322 $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
327 $(Q)$(MAKE) $(build)=$(boot)/dts
330 $(Q)$(MAKE) $(dtbinst)=$(boot)/dts
/linux-4.1.27/arch/arm/boot/
H A DMakefile118 subdir- := bootp compressed dts
/linux-4.1.27/arch/powerpc/include/asm/
H A Dhugetlb.h206 * the .dts as on IBM platforms.
H A Dcpm2.h662 ushort dts; /* destination transfer size */ member in struct:idma
/linux-4.1.27/drivers/char/tpm/st33zp24/
H A Di2c.c129 "Failed to retrieve lpcpd-gpios from dts.\n"); st33zp24_i2c_of_request_resources()
H A Dspi.c249 "Failed to retrieve lpcpd-gpios from dts.\n"); tpm_stm_spi_of_request_resources()
/linux-4.1.27/tools/power/x86/turbostat/
H A Dturbostat.c2184 unsigned int dts; print_thermal() local
2205 dts = (msr >> 16) & 0x7F; print_thermal()
2207 cpu, msr, tcc_activation_temp - dts); print_thermal()
2213 dts = (msr >> 16) & 0x7F; print_thermal()
2216 cpu, msr, tcc_activation_temp - dts, tcc_activation_temp - dts2); print_thermal()
2227 dts = (msr >> 16) & 0x7F; print_thermal()
2230 cpu, msr, tcc_activation_temp - dts, resolution); print_thermal()
2236 dts = (msr >> 16) & 0x7F; print_thermal()
2239 cpu, msr, tcc_activation_temp - dts, tcc_activation_temp - dts2); print_thermal()
2522 /* tcc_activation_temp is used only for dts or ptm */ set_temperature_target()
/linux-4.1.27/drivers/hwmon/
H A Dw83795.c23 * Chip #vin #fanin #pwm #temp #dts wchipid vendid i2c ISA
363 s8 dts[8]; /* Register value */ member in struct:w83795_data
660 /* Update dts temperature */ w83795_update_device()
662 for (i = 0; i < ARRAY_SIZE(data->dts); i++) { w83795_update_device()
665 data->dts[i] = w83795_update_device()
1388 long temp = temp_from_reg(data->dts[index]); show_dts()
H A Dg762.c10 * ability to configure various characteristics via .dts file or
575 * Helper to import hardware characteristics from .dts file and push
702 * Helper to import hardware characteristics from .dts file and push g762_of_clock_disable()
/linux-4.1.27/drivers/rtc/
H A Drtc-isl12057.c469 * the device's .dts file using the "isil,irq2-can-wakeup-machine"
475 * property has been set in the .dts file. Otherwise, it returns 0.
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c29 * to the device tree node for the gpt device (typically in the .dts file
776 /* Depreciated compatible values; don't use for new dts files */
/linux-4.1.27/drivers/regulator/
H A Dpfuze100-regulator.c542 dev_err(&client->dev, "No dts match or id table match found\n"); pfuze100_regulator_probe()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dfsl_msi.c456 * First read the MSIIR/MSIIR1 offset from dts fsl_of_msi_probe()
H A Dppc4xx_pci.c1862 * 0 (SDRAM). This should probably be configurable via a dts ppc4xx_configure_pciex_PIMs()
/linux-4.1.27/arch/arm/mach-omap2/
H A Ddisplay.c607 /* only create dss helper devices if dss is enabled in the .dts */ omapdss_init_of()
H A Domap_device.c925 "legacy booting deprecated, please update to boot with .dts\n"); omap_device_late_init()
/linux-4.1.27/drivers/dma/
H A Dfsl_raid.c660 /* read reg property from dts */ fsl_re_chan_probe()
671 /* read irq property from dts */ fsl_re_chan_probe()
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_hw.c716 netdev_dbg(ndev, "No mdio node in the dts\n"); xgene_mdiobus_register()
/linux-4.1.27/arch/x86/include/asm/
H A Dcpufeature.h45 #define X86_FEATURE_DS ( 0*32+21) /* "dts" Debug Store */
/linux-4.1.27/drivers/clk/
H A Dclk-vt8500.c269 * almost all the clocks and reduces dts properties vtwm_device_clk_init()
/linux-4.1.27/drivers/memory/
H A Domap-gpmc.c1963 WARN(1, "enable GPMC debug to configure .dts timings for CS%i\n", gpmc_probe_generic_child()
1966 "please add GPMC bootloader timings to .dts"); gpmc_probe_generic_child()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h565 uint32_t dts:1; member in struct:cvmx_pciercx_cfg015::cvmx_pciercx_cfg015_s
591 uint32_t dts:1;
/linux-4.1.27/drivers/mtd/nand/
H A Dfsmc_nand.c898 dev_info(&pdev->dev, "No timings in dts specified, using default timings!\n"); fsmc_nand_probe_config_dt()
/linux-4.1.27/drivers/of/
H A Dfdt.c349 * Reverse the child list. Some drivers assumes node order matches .dts unflatten_dt_node()
H A Dbase.c1186 * dts entry of array should be like:
1219 * dts entry of array should be like:
/linux-4.1.27/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c1201 /* Get EINT register base from dts. */ mtk_pctrl_init()
/linux-4.1.27/drivers/tty/serial/
H A Domap-serial.c1633 /* The optional wakeirq may be specified in the board dts file */ serial_omap_probe()
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-single.c1130 * in the .dts file. Further user space debugging tools can be developed to
/linux-4.1.27/scripts/
H A Dcheckpatch.pl2511 next if ($realfile !~ /\.(h|c|s|S|pl|sh|dtsi|dts)$/);
2546 next if ($realfile !~ /\.(h|c|pl|dtsi|dts)$/);
/linux-4.1.27/drivers/usb/dwc2/
H A Dgadget.c98 * g_using_dma is set depending on dts flag.

Completed in 1618 milliseconds