/linux-4.1.27/tools/perf/ |
D | Makefile.perf | 87 ifneq ($(OUTPUT),) 92 VPATH += $(OUTPUT) 106 $(OUTPUT)PERF-VERSION-FILE: ../../.git/HEAD 107 $(Q)$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT) 108 $(Q)touch $(OUTPUT)PERF-VERSION-FILE 159 ifneq ($(OUTPUT),) 160 TE_PATH=$(OUTPUT) 162 LIB_PATH=$(OUTPUT)/../lib/api/ 164 LIB_PATH=$(OUTPUT) 178 PYTHON_EXTBUILD := $(OUTPUT)python_ext_build/ [all …]
|
D | Build | 37 CFLAGS_perf.o += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" -include $(OUTPUT)PERF-VE…
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/tools/power/acpi/ |
D | Makefile | 11 OUTPUT=./ macro 13 OUTPUT := $(O)/ macro 16 ifneq ($(OUTPUT),) 18 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) 127 DUMP_OBJS := $(addprefix $(OUTPUT)tools/acpidump/,$(DUMP_OBJS)) 129 $(OUTPUT)acpidump: $(DUMP_OBJS) 131 $(QUIET) $(LD) $(CFLAGS) $(LDFLAGS) $(DUMP_OBJS) -L$(OUTPUT) -o $@ 134 $(OUTPUT)tools/acpidump/%.o: %.c 140 all: $(OUTPUT)acpidump 141 echo $(OUTPUT) [all …]
|
/linux-4.1.27/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.1.27/tools/perf/util/ |
D | Build | 102 $(OUTPUT)util/parse-events-flex.c: util/parse-events.l $(OUTPUT)util/parse-events-bison.c 104 …@$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG… 106 $(OUTPUT)util/parse-events-bison.c: util/parse-events.y 110 $(OUTPUT)util/pmu-flex.c: util/pmu.l $(OUTPUT)util/pmu-bison.c 112 @$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/pmu-flex.h util/pmu.l 114 $(OUTPUT)util/pmu-bison.c: util/pmu.y 123 $(OUTPUT)util/parse-events.o: $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c 124 $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c 131 $(OUTPUT)util/kallsyms.o: ../lib/symbol/kallsyms.c FORCE 135 $(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.1.27/scripts/kconfig/ |
D | merge_config.sh | 41 OUTPUT=. 66 OUTPUT=$(echo $2 | sed 's/\/*$//') 123 cp $TMP_FILE $OUTPUT/.config 125 echo "# merged configuration written to $OUTPUT/.config (needs make)" 134 if [ "$OUTPUT" != "." ] ; then 135 OUTPUT_ARG="O=$OUTPUT" 149 ACTUAL_VAL=$(grep -w -e "$CFG" $OUTPUT/.config)
|
/linux-4.1.27/tools/lib/api/ |
D | Makefile | 16 LIBFILE = $(OUTPUT)libapi.a 25 API_IN := $(OUTPUT)libapi-in.o 27 export srctree OUTPUT CC LD CFLAGS V 39 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o | xargs $(RM)
|
/linux-4.1.27/tools/lib/traceevent/ |
D | Makefile | 135 export srctree OUTPUT CC LD CFLAGS V 149 PLUGINS := $(addprefix $(OUTPUT),$(PLUGINS)) 152 TE_IN := $(OUTPUT)libtraceevent-in.o 153 LIB_FILE := $(addprefix $(OUTPUT),$(LIB_FILE)) 166 $(OUTPUT)libtraceevent.so: $(TE_IN) 169 $(OUTPUT)libtraceevent.a: $(TE_IN) 180 $(OUTPUT)%.so: $(OUTPUT)%-in.o
|
/linux-4.1.27/tools/build/ |
D | Makefile.feature | 3 ifneq ($(OUTPUT),) 4 OUTPUT_FEATURES = $(OUTPUT)feature/ 10 …feature-$(1) := $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CFLAGS="$(EXTRA_CFLAGS) $(FEATURE_CHECK_… 98 …$(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CFLAGS="$(EXTRA_CFLAGS)" LDFLAGS=$(LDFLAGS) -i -j -C $(f… 121 FEATURE_DUMP_FILE := $(shell touch $(OUTPUT)FEATURE-DUMP; cat $(OUTPUT)FEATURE-DUMP) 135 $(shell echo "$(FEATURE_DUMP)" > $(OUTPUT)FEATURE-DUMP)
|
D | Makefile.build | 67 $(OUTPUT)%.o: %.c FORCE 71 $(OUTPUT)%.o: %.S FORCE 75 $(OUTPUT)%.i: %.c FORCE 79 $(OUTPUT)%.i: %.S FORCE 83 $(OUTPUT)%.s: %.c FORCE 97 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/tools/build/feature/ |
D | Makefile | 43 __BUILD = $(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ $(patsubst %.bin,%.c,$@) $(LDFLAGS) 44 BUILD = $(__BUILD) > $(OUTPUT)$(@:.bin=.make.output) 2>&1 124 $(CC) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty 127 $(CC) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty -lz 148 $(CC) -m32 -o $(OUTPUT)$@ test-compile.c 151 $(CC) -mx32 -o $(OUTPUT)$@ test-compile.c
|
/linux-4.1.27/tools/lib/lockdep/ |
D | Makefile | 63 LIB_IN := $(OUTPUT)liblockdep-in.o 66 LIB_FILE = $(OUTPUT)liblockdep.a $(OUTPUT)liblockdep.so.$(LIBLOCKDEP_VERSION) 96 export srctree OUTPUT CC LD CFLAGS V
|
/linux-4.1.27/tools/power/acpi/tools/ec/ |
D | Makefile | 20 -rm -f $(OUTPUT)ec_access
|
/linux-4.1.27/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.1.27/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 | 276 card->bank[i-1].config = OUTPUT; in pio2_probe()
|
/linux-4.1.27/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.1.27/Documentation/networking/ |
D | ip_dynaddr.txt | 10 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
|
/linux-4.1.27/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.1.27/Documentation/cgroups/ |
D | net_cls.txt | 39 iptables -A OUTPUT -m cgroup ! --cgroup 0x100001 -j DROP
|
/linux-4.1.27/tools/perf/tests/ |
D | Build | 42 CFLAGS_python-use.o += -DPYTHONPATH="BUILD_STR($(OUTPUT)python)" -DPYTHON="BUILD_STR($(PYTHON_WOR…
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 7 obj-perf := $(OUTPUT) 201 ifneq ($(OUTPUT),) 698 ifneq ($(OUTPUT),) 699 $(call detected_var,OUTPUT)
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_hid.txt | 50 0x91, 0x02, /* OUTPUT (Data,Var,Abs) */ 53 0x91, 0x03, /* OUTPUT (Cnst,Var,Abs) */
|
D | gadget_printer.txt | 226 /* Write data to standard OUTPUT (stdout). */ 323 /* Write data to standard OUTPUT (stdout). */
|
/linux-4.1.27/arch/arm/boot/dts/ |
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.1.27/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.1.27/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.1.27/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.1.27/net/ipv6/netfilter/ |
D | Kconfig | 266 and OUTPUT chains.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 173 The AC3 (RAW DIGITAL) OUTPUT
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 355 and OUTPUT chains.
|
/linux-4.1.27/Documentation/RCU/ |
D | torture.txt | 209 OUTPUT
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 172 /* GPIO OUTPUT */ 213 /* GPIO OUTPUT, might sleep */
|
/linux-4.1.27/drivers/eisa/ |
D | eisa.ids | 1127 NIC1200 "AT-AO-6/10 ANALOG OUTPUT BOARD"
|
/linux-4.1.27/ |
D | MAINTAINERS | 8973 SH_VOU V4L2 OUTPUT DRIVER
|