/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 97 ifneq ($(OUTPUT),) 102 VPATH += $(OUTPUT) 116 $(OUTPUT)PERF-VERSION-FILE: ../../.git/HEAD 117 $(Q)$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT) 118 $(Q)touch $(OUTPUT)PERF-VERSION-FILE 184 ifneq ($(OUTPUT),) 185 TE_PATH=$(OUTPUT) 186 BPF_PATH=$(OUTPUT) 188 LIB_PATH=$(OUTPUT)/../lib/api/ 190 LIB_PATH=$(OUTPUT) [all …]
|
D | Build | 37 CFLAGS_perf.o += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" -include $(OUTPUT)PERF-VE…
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | Makefile | 1 OUTPUT=./ macro 3 OUTPUT := $(O)/ macro 14 $(OUTPUT)centrino-decode: centrino-decode.c 17 $(OUTPUT)dump_psb: dump_psb.c 20 $(OUTPUT)intel_gsic: intel_gsic.c 23 $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c 26 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode 29 rm -rf $(OUTPUT)centrino-decode 30 rm -rf $(OUTPUT)dump_psb 31 rm -rf $(OUTPUT)intel_gsic [all …]
|
/linux-4.4.14/tools/perf/Documentation/ |
D | Makefile | 15 MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML)) 16 MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML)) 27 DOC_HTML=$(addprefix $(OUTPUT),$(_DOC_HTML)) 33 DOC_MAN1=$(addprefix $(OUTPUT),$(_DOC_MAN1)) 34 DOC_MAN5=$(addprefix $(OUTPUT),$(_DOC_MAN5)) 35 DOC_MAN7=$(addprefix $(OUTPUT),$(_DOC_MAN7)) 175 info: $(OUTPUT)perf.info $(OUTPUT)perfman.info 177 pdf: $(OUTPUT)user-manual.pdf 208 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)$(infodir); \ 219 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir) [all …]
|
/linux-4.4.14/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 1 OUTPUT=./ macro 3 OUTPUT := $(O)/ macro 14 $(OUTPUT)centrino-decode: ../i386/centrino-decode.c 17 $(OUTPUT)powernow-k8-decode: ../i386/powernow-k8-decode.c 20 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode 23 rm -rf $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode 27 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 28 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | Makefile | 1 OUTPUT := ./ macro 4 OUTPUT := $(O)/ macro 8 LIBS = -L../ -L$(OUTPUT) -lm -lcpupower 10 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
|
/linux-4.4.14/tools/power/acpi/ |
D | Makefile.rules | 11 $(OUTPUT)$(TOOL): $(TOOL_OBJS) FORCE 13 $(QUIET) $(LD) $(CFLAGS) $(LDFLAGS) $(TOOL_OBJS) -L$(OUTPUT) -o $@ 16 $(OUTPUT)%.o: %.c 20 all: $(OUTPUT)$(TOOL) 22 -find $(OUTPUT) \( -not -type d \) \ 26 -rm -f $(OUTPUT)$(TOOL) 30 $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)${sbindir}
|
D | Makefile.config | 13 OUTPUT=./ 15 OUTPUT := $(O)/ 18 ifneq ($(OUTPUT),) 20 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
|
/linux-4.4.14/drivers/scsi/ |
D | script_asm.pl | 895 open (OUTPUT, ">$output") || die "$0 : can't open $output for writing\n"; 899 print OUTPUT "/* DO NOT EDIT - Generated automatically by ".$_." */\n"; 900 print OUTPUT "static u32 ".$prefix."SCRIPT[] = {\n"; 904 printf OUTPUT "/*\n$list[$i]\nat 0x%08x : */", $i; 906 printf OUTPUT "\t0x%08x,", $code[$i]; 910 printf OUTPUT "0%s,", $2 912 printf OUTPUT "0x%08x,",$code[$i+1]; 918 printf OUTPUT "0,\n"; 920 printf OUTPUT "0x%08x,\n",$code[$i+2]; 924 printf OUTPUT "\n"; [all …]
|
/linux-4.4.14/tools/build/ |
D | Makefile.build | 25 ifeq ($(OUTPUT),) 28 fixdep := $(OUTPUT)/fixdep 35 -include $(OUTPUT).config-detected 76 $(OUTPUT)%.o: %.c FORCE 80 $(OUTPUT)%.o: %.S FORCE 84 $(OUTPUT)%.i: %.c FORCE 88 $(OUTPUT)%.i: %.S FORCE 92 $(OUTPUT)%.s: %.c FORCE 106 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
|
D | Makefile.feature | 3 ifneq ($(OUTPUT),) 4 OUTPUT_FEATURES = $(OUTPUT)feature/ 10 …feature-$(1) := $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CFLAGS="$(EXTRA_CFLAGS) $(FEATURE_CHECK_… 104 …$(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CFLAGS="$(EXTRA_CFLAGS)" LDFLAGS=$(LDFLAGS) -i -j -C $(f… 126 FEATURE_DUMP_FILENAME = $(OUTPUT)FEATURE-DUMP$(FEATURE_USER)
|
D | Makefile | 35 $(OUTPUT)fixdep-in.o: FORCE 38 $(OUTPUT)fixdep: $(OUTPUT)fixdep-in.o
|
/linux-4.4.14/tools/perf/util/ |
D | Build | 115 $(OUTPUT)util/parse-events-flex.c: util/parse-events.l $(OUTPUT)util/parse-events-bison.c 117 …$(Q)$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DE… 119 $(OUTPUT)util/parse-events-bison.c: util/parse-events.y 123 $(OUTPUT)util/pmu-flex.c: util/pmu.l $(OUTPUT)util/pmu-bison.c 125 $(Q)$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/pmu-flex.h util/pmu.l 127 $(OUTPUT)util/pmu-bison.c: util/pmu.y 136 $(OUTPUT)util/parse-events.o: $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c 137 $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c 144 $(OUTPUT)util/kallsyms.o: ../lib/symbol/kallsyms.c FORCE 148 $(OUTPUT)util/find_next_bit.o: ../lib/util/find_next_bit.c FORCE [all …]
|
D | PERF-VERSION-GEN | 4 OUTPUT=$1 7 GVF=${OUTPUT}PERF-VERSION-FILE
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 142 export srctree OUTPUT CC LD CFLAGS V 156 PLUGINS := $(addprefix $(OUTPUT),$(PLUGINS)) 159 TE_IN := $(OUTPUT)libtraceevent-in.o 160 LIB_FILE := $(addprefix $(OUTPUT),$(LIB_FILE)) 161 DYNAMIC_LIST_FILE := $(OUTPUT)libtraceevent-dynamic-list 174 $(OUTPUT)libtraceevent.so: $(TE_IN) 177 $(OUTPUT)libtraceevent.a: $(TE_IN) 180 $(OUTPUT)libtraceevent-dynamic-list: $(PLUGINS) 191 $(OUTPUT)%.so: $(OUTPUT)%-in.o
|
/linux-4.4.14/scripts/kconfig/ |
D | merge_config.sh | 41 OUTPUT=. 66 OUTPUT=$(echo $2 | sed 's/\/*$//') 86 if [ "$OUTPUT" != . ]; then 87 KCONFIG_CONFIG=$(readlink -m -- "$OUTPUT/.config") 146 if [ "$OUTPUT" != "." ] ; then 147 OUTPUT_ARG="O=$OUTPUT"
|
/linux-4.4.14/tools/lib/api/ |
D | Makefile | 16 LIBFILE = $(OUTPUT)libapi.a 24 API_IN := $(OUTPUT)libapi-in.o 28 export srctree OUTPUT CC LD CFLAGS V 41 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
/linux-4.4.14/tools/lib/bpf/ |
D | Makefile | 128 export srctree OUTPUT CC LD CFLAGS V 131 BPF_IN := $(OUTPUT)libbpf-in.o 132 LIB_FILE := $(addprefix $(OUTPUT),$(LIB_FILE)) 145 $(OUTPUT)libbpf.so: $(BPF_IN) 148 $(OUTPUT)libbpf.a: $(BPF_IN) 183 $(call QUIET_CLEAN, core-gen) $(RM) $(OUTPUT)FEATURE-DUMP.libbpf
|
/linux-4.4.14/tools/scripts/ |
D | Makefile.include | 5 OUTPUT := $(ABSOLUTE_O)/$(if $(subdir),$(subdir)/) 14 ifneq ($(OUTPUT),) 15 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) 55 +mkdir -p $(OUTPUT)$(1) && \ 78 mkdir -p $(OUTPUT)$(1) && \
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | cpia1.c | 142 #define OUTPUT (DATA_OUT << 8) macro 147 #define CPIA_COMMAND_GotoHiPower (OUTPUT | CPIA_MODULE_CPIA | 4) 148 #define CPIA_COMMAND_GotoLoPower (OUTPUT | CPIA_MODULE_CPIA | 5) 149 #define CPIA_COMMAND_GotoSuspend (OUTPUT | CPIA_MODULE_CPIA | 7) 150 #define CPIA_COMMAND_GotoPassThrough (OUTPUT | CPIA_MODULE_CPIA | 8) 151 #define CPIA_COMMAND_ModifyCameraStatus (OUTPUT | CPIA_MODULE_CPIA | 10) 154 #define CPIA_COMMAND_WriteVCReg (OUTPUT | CPIA_MODULE_SYSTEM | 2) 156 #define CPIA_COMMAND_WriteMCPort (OUTPUT | CPIA_MODULE_SYSTEM | 4) 157 #define CPIA_COMMAND_SetBaudRate (OUTPUT | CPIA_MODULE_SYSTEM | 5) 158 #define CPIA_COMMAND_SetECPTiming (OUTPUT | CPIA_MODULE_SYSTEM | 6) [all …]
|
/linux-4.4.14/tools/power/cpupower/ |
D | Makefile | 22 OUTPUT=./ macro 24 OUTPUT := $(O)/ macro 27 ifneq ($(OUTPUT),) 29 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) 109 GMO_FILES = ${shell for HLANG in ${LANGUAGES}; do echo $(OUTPUT)po/$$HLANG.gmo; done;}
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 46 __BUILD = $(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ $(patsubst %.bin,%.c,$@) $(LDFLAGS) 47 BUILD = $(__BUILD) > $(OUTPUT)$(@:.bin=.make.output) 2>&1 135 …$(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ld… 138 …$(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ld… 159 $(CC) -m32 -o $(OUTPUT)$@ test-compile.c 162 $(CC) -mx32 -o $(OUTPUT)$@ test-compile.c
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 63 LIB_IN := $(OUTPUT)liblockdep-in.o 66 LIB_FILE = $(OUTPUT)liblockdep.a $(OUTPUT)liblockdep.so.$(LIBLOCKDEP_VERSION) 98 export srctree OUTPUT CC LD CFLAGS V
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | Build | 6 $(OUTPUT)util/intel-pt-decoder/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) 10 $(OUTPUT)util/intel-pt-decoder/intel-pt-insn-decoder.o: util/intel-pt-decoder/intel-pt-insn-decoder… 23 CFLAGS_intel-pt-insn-decoder.o += -I$(OUTPUT)util/intel-pt-decoder -Wno-override-init
|
/linux-4.4.14/tools/perf/tests/ |
D | Build | 38 $(OUTPUT)tests/llvm-src-base.c: tests/bpf-script-example.c 45 $(OUTPUT)tests/llvm-src-kbuild.c: tests/bpf-script-test-kbuild.c 57 CFLAGS_python-use.o += -DPYTHONPATH="BUILD_STR($(OUTPUT)python)" -DPYTHON="BUILD_STR($(PYTHON_WOR…
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 469 #define OUTPUT(ent) \ in bsd_compress() macro 542 OUTPUT(ent); /* output the prefix */ in bsd_compress() 581 OUTPUT(ent); /* output the last code */ in bsd_compress() 598 OUTPUT(CLEAR); in bsd_compress() 626 #undef OUTPUT in bsd_compress()
|
/linux-4.4.14/drivers/staging/vme/devices/ |
D | vme_pio2_gpio.c | 39 if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == OUTPUT) | in pio2_gpio_get() 107 if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == OUTPUT) | in pio2_gpio_dir_in()
|
D | vme_pio2.h | 209 enum pio2_bank_config { NOFIT, INPUT, OUTPUT, BOTH }; enumerator
|
D | vme_pio2_core.c | 271 card->bank[i - 1].config = OUTPUT; in pio2_probe()
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 7 obj-perf := $(OUTPUT) 14 $(shell printf "" > $(OUTPUT).config-detected) 15 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected) 16 detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected) 208 ifneq ($(OUTPUT),) 749 ifneq ($(OUTPUT),) 750 $(call detected_var,OUTPUT)
|
/linux-4.4.14/drivers/net/ppp/ |
D | bsd_comp.c | 596 #define OUTPUT(ent) \ in bsd_compress() macro 695 OUTPUT(ent); /* output the prefix */ in bsd_compress() 739 OUTPUT(ent); /* output the last code */ in bsd_compress() 758 OUTPUT (CLEAR); in bsd_compress() 796 #undef OUTPUT in bsd_compress()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | am335x-baltos-ir5221.dts | 96 0x168 0x0a /* uart0_ctsn.dcan1_tx_mux0, OUTPUT | MODE2 */ 113 /*0x17c 0x08*/ /* uart1_rtsn, OUTPUT | MODE0 */ 115 0x17c (PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* uart1_rtsn, OUTPUT | MODE0 */ 126 0x154 0x09 /* spi0_d0.uart2_txd_mux3, OUTPUT | MODE1 */
|
D | ste-href-ab8500.dtsi | 230 * Pins 26 and 35 muxed in as GPIO, and configured as OUTPUT LOW
|
D | omap3-beagle-xm.dts | 204 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx OUTPUT | MODE0 */
|
/linux-4.4.14/Documentation/networking/ |
D | ip_dynaddr.txt | 10 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
|
/linux-4.4.14/Documentation/hid/ |
D | hid-transport.txt | 118 - OUTPUT Report: Output reports change device states. They are sent from host 131 INPUT and OUTPUT reports can be sent as pure data reports on the intr channel. 132 For INPUT reports this is the usual operational mode. But for OUTPUT reports, 133 this is rarely done as OUTPUT reports are normally quite scarce. But devices are 134 free to make excessive use of asynchronous OUTPUT reports (for instance, custom 156 return the current report state of the device. However, OUTPUT reports as
|
/linux-4.4.14/Documentation/cgroups/ |
D | net_cls.txt | 39 iptables -A OUTPUT -m cgroup ! --cgroup 0x100001 -j DROP
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_printer.txt | 226 /* Write data to standard OUTPUT (stdout). */ 323 /* Write data to standard OUTPUT (stdout). */
|
D | gadget_hid.txt | 50 0x91, 0x02, /* OUTPUT (Data,Var,Abs) */ 53 0x91, 0x03, /* OUTPUT (Cnst,Var,Abs) */
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | slog2.S | 13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
|
D | srem_mod.S | 16 | OUTPUT
|
D | setox.S | 14 | OUTPUT
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 2391 # OUTPUT ************************************************************** # 3083 # OUTPUT ************************************************************** # 3754 # OUTPUT ************************************************************** # 3823 # OUTPUT ************************************************************** # 6150 # OUTPUT ************************************************************** # 6701 # OUTPUT ************************************************************** # 9318 # OUTPUT ************************************************************** # 9572 # OUTPUT ************************************************************** # 10121 # OUTPUT ************************************************************** # 11540 # OUTPUT ************************************************************** # [all …]
|
D | ilsp.S | 79 # OUTPUT ************************************************************** # 495 # OUTPUT ************************************************************** #
|
D | pfpsp.S | 2390 # OUTPUT ************************************************************** # 3082 # OUTPUT ************************************************************** # 3753 # OUTPUT ************************************************************** # 3824 # OUTPUT ************************************************************** # 3857 # OUTPUT ************************************************************** # 3944 # OUTPUT ************************************************************** #
|
D | fplsp.S | 4905 # OUTPUT ************************************************************** # 5614 # OUTPUT ************************************************************** # 6494 # OUTPUT ************************************************************** # 6691 # OUTPUT ************************************************************** # 7510 # OUTPUT ************************************************************** # 7572 # OUTPUT ************************************************************** # 7686 # OUTPUT ************************************************************** # 7804 # OUTPUT ************************************************************** # 7970 # OUTPUT ************************************************************** # 8565 # OUTPUT ************************************************************** # [all …]
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 359 9.14 PAUSE OUTPUT 378 OUTPUT command is received in the middle of a multiple byte report, the packet 381 MONITORING mode, the PAUSE OUTPUT command also temporarily stops the
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 281 and OUTPUT chains.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | CMIPCI.txt | 173 The AC3 (RAW DIGITAL) OUTPUT
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 370 and OUTPUT chains.
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 196 OUTPUT
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 172 /* GPIO OUTPUT */ 213 /* GPIO OUTPUT, might sleep */
|
/linux-4.4.14/drivers/eisa/ |
D | eisa.ids | 1127 NIC1200 "AT-AO-6/10 ANALOG OUTPUT BOARD"
|
/linux-4.4.14/ |
D | MAINTAINERS | 9719 SH_VOU V4L2 OUTPUT DRIVER
|