Home
last modified time | relevance | path

Searched refs:OUTPUT (Results 1 – 54 of 54) sorted by relevance

/linux-4.4.14/tools/perf/
DMakefile.perf97 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 …]
DBuild37 CFLAGS_perf.o += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" -include $(OUTPUT)PERF-VE…
/linux-4.4.14/tools/power/cpupower/debug/i386/
DMakefile1 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/
DMakefile15 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/
DMakefile1 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/
DMakefile1 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/
DMakefile.rules11 $(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}
DMakefile.config13 OUTPUT=./
15 OUTPUT := $(O)/
18 ifneq ($(OUTPUT),)
20 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
/linux-4.4.14/drivers/scsi/
Dscript_asm.pl895 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/
DMakefile.build25 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)/)
DMakefile.feature3 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)
DMakefile35 $(OUTPUT)fixdep-in.o: FORCE
38 $(OUTPUT)fixdep: $(OUTPUT)fixdep-in.o
/linux-4.4.14/tools/perf/util/
DBuild115 $(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 …]
DPERF-VERSION-GEN4 OUTPUT=$1
7 GVF=${OUTPUT}PERF-VERSION-FILE
/linux-4.4.14/tools/lib/traceevent/
DMakefile142 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/
Dmerge_config.sh41 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/
DMakefile16 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/
DMakefile128 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/
DMakefile.include5 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/
Dcpia1.c142 #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/
DMakefile22 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/
DMakefile46 __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/
DMakefile63 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/
DBuild6 $(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/
DBuild38 $(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/
Disdn_bsdcomp.c469 #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/
Dvme_pio2_gpio.c39 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()
Dvme_pio2.h209 enum pio2_bank_config { NOFIT, INPUT, OUTPUT, BOTH }; enumerator
Dvme_pio2_core.c271 card->bank[i - 1].config = OUTPUT; in pio2_probe()
/linux-4.4.14/tools/perf/config/
DMakefile7 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/
Dbsd_comp.c596 #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/
Dam335x-baltos-ir5221.dts96 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 */
Dste-href-ab8500.dtsi230 * Pins 26 and 35 muxed in as GPIO, and configured as OUTPUT LOW
Domap3-beagle-xm.dts204 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx OUTPUT | MODE0 */
/linux-4.4.14/Documentation/networking/
Dip_dynaddr.txt10 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt118 - 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/
Dnet_cls.txt39 iptables -A OUTPUT -m cgroup ! --cgroup 0x100001 -j DROP
/linux-4.4.14/Documentation/usb/
Dgadget_printer.txt226 /* Write data to standard OUTPUT (stdout). */
323 /* Write data to standard OUTPUT (stdout). */
Dgadget_hid.txt50 0x91, 0x02, /* OUTPUT (Data,Var,Abs) */
53 0x91, 0x03, /* OUTPUT (Cnst,Var,Abs) */
/linux-4.4.14/arch/m68k/fpsp040/
Dslog2.S13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
Dsrem_mod.S16 | OUTPUT
Dsetox.S14 | OUTPUT
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S2391 # OUTPUT ************************************************************** #
3083 # OUTPUT ************************************************************** #
3754 # OUTPUT ************************************************************** #
3823 # OUTPUT ************************************************************** #
6150 # OUTPUT ************************************************************** #
6701 # OUTPUT ************************************************************** #
9318 # OUTPUT ************************************************************** #
9572 # OUTPUT ************************************************************** #
10121 # OUTPUT ************************************************************** #
11540 # OUTPUT ************************************************************** #
[all …]
Dilsp.S79 # OUTPUT ************************************************************** #
495 # OUTPUT ************************************************************** #
Dpfpsp.S2390 # OUTPUT ************************************************************** #
3082 # OUTPUT ************************************************************** #
3753 # OUTPUT ************************************************************** #
3824 # OUTPUT ************************************************************** #
3857 # OUTPUT ************************************************************** #
3944 # OUTPUT ************************************************************** #
Dfplsp.S4905 # 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/
Datarikbd.txt359 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/
DKconfig281 and OUTPUT chains.
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt173 The AC3 (RAW DIGITAL) OUTPUT
/linux-4.4.14/net/ipv4/netfilter/
DKconfig370 and OUTPUT chains.
/linux-4.4.14/Documentation/RCU/
Dtorture.txt196 OUTPUT
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt172 /* GPIO OUTPUT */
213 /* GPIO OUTPUT, might sleep */
/linux-4.4.14/drivers/eisa/
Deisa.ids1127 NIC1200 "AT-AO-6/10 ANALOG OUTPUT BOARD"
/linux-4.4.14/
DMAINTAINERS9719 SH_VOU V4L2 OUTPUT DRIVER