Searched refs:OUTPUT (Results 1 - 99 of 99) sorted by relevance

/linux-4.4.14/tools/power/cpupower/debug/x86_64/
H A DMakefile0 OUTPUT=./
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}
1 OUTPUT=./ global() macro
/linux-4.4.14/tools/power/cpupower/bench/
H A DMakefile0 OUTPUT := ./
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
13 $(OUTPUT)%.o : %.c
17 $(OUTPUT)cpufreq-bench: $(OBJS)
21 all: $(OUTPUT)cpufreq-bench
28 install -m 755 $(OUTPUT)cpufreq-bench $(DESTDIR)/$(sbindir)/cpufreq-bench
35 rm -f $(OUTPUT)*.o
36 rm -f $(OUTPUT)cpufreq-bench
1 OUTPUT := ./ global() macro
/linux-4.4.14/tools/power/cpupower/debug/i386/
H A DMakefile0 OUTPUT=./
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
32 rm -rf $(OUTPUT)powernow-k8-decode
36 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
37 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
38 $(INSTALL) $(OUTPUT)dump_psb $(DESTDIR)${bindir}
39 $(INSTALL) $(OUTPUT)intel_gsic $(DESTDIR)${bindir}
1 OUTPUT=./ global() macro
/linux-4.4.14/tools/perf/Documentation/
H A 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)
228 $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
244 cmds_txt=$(addprefix $(OUTPUT),$(_cmds_txt))
246 $(cmds_txt): $(OUTPUT)cmd-list.made
248 $(OUTPUT)cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT)
257 $(OUTPUT)*.texi $(OUTPUT)*.texi+ $(OUTPUT)*.texi++ \
258 $(OUTPUT)perf.info $(OUTPUT)perfman.info \
259 $(OUTPUT)howto-index.txt $(OUTPUT)howto/*.html $(OUTPUT)doc.dep \
260 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt \
261 $(cmds_txt) $(OUTPUT)*.made
265 $(MAN_HTML): $(OUTPUT)%.html : %.txt
271 $(OUTPUT)%.1 $(OUTPUT)%.5 $(OUTPUT)%.7 : $(OUTPUT)%.xml
273 $(XMLTO) -o $(OUTPUT). -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $<
275 $(OUTPUT)%.xml : %.txt
284 $(OUTPUT)user-manual.html: $(OUTPUT)user-manual.xml
287 $(OUTPUT)perf.info: $(OUTPUT)user-manual.texi
288 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ $(OUTPUT)user-manual.texi
290 $(OUTPUT)user-manual.texi: $(OUTPUT)user-manual.xml
292 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \
297 $(OUTPUT)user-manual.pdf: $(OUTPUT)user-manual.xml
302 $(OUTPUT)perfman.texi: $(MAN_XML) cat-texi.perl
310 $(OUTPUT)perfman.info: $(OUTPUT)perfman.texi
/linux-4.4.14/tools/lib/api/
H A 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/power/cpupower/
H A DMakefile22 OUTPUT=./ macro
24 OUTPUT := $(O)/ macro
27 ifneq ($(OUTPUT),)
29 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
30 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
109 GMO_FILES = ${shell for HLANG in ${LANGUAGES}; do echo $(OUTPUT)po/$$HLANG.gmo; done;}
140 UTIL_OBJS := $(addprefix $(OUTPUT),$(UTIL_OBJS))
149 LIB_OBJS := $(addprefix $(OUTPUT),$(LIB_OBJS))
187 all: libcpupower $(OUTPUT)cpupower $(COMPILE_NLS) $(COMPILE_BENCH)
189 $(OUTPUT)lib/%.o: $(LIB_SRC) $(LIB_HEADERS)
193 $(OUTPUT)libcpupower.so.$(LIB_MAJ): $(LIB_OBJS)
197 @ln -sf $(@F) $(OUTPUT)libcpupower.so
198 @ln -sf $(@F) $(OUTPUT)libcpupower.so.$(LIB_MIN)
200 libcpupower: $(OUTPUT)libcpupower.so.$(LIB_MAJ)
206 $(OUTPUT)%.o: %.c
210 $(OUTPUT)cpupower: $(UTIL_OBJS) $(OUTPUT)libcpupower.so.$(LIB_MAJ)
212 $(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) $(UTIL_OBJS) -lcpupower -lrt -lpci -L$(OUTPUT) -o $@
215 $(OUTPUT)po/$(PACKAGE).pot: $(UTIL_SRC)
220 $(OUTPUT)po/%.gmo: po/%.po
226 update-po: $(OUTPUT)po/$(PACKAGE).pot
231 $(OUTPUT)po/$$HLANG.new.po; then \
232 mv -f $(OUTPUT)po/$$HLANG.new.po $(OUTPUT)po/$$HLANG.po; \
235 rm -f $(OUTPUT)po/$$HLANG.new.po; \
239 compile-bench: $(OUTPUT)libcpupower.so.$(LIB_MAJ)
240 @V=$(V) confdir=$(confdir) $(MAKE) -C bench O=$(OUTPUT)
254 -find $(OUTPUT) \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
256 -rm -f $(OUTPUT)cpupower
257 -rm -f $(OUTPUT)libcpupower.so*
258 -rm -rf $(OUTPUT)po/*.gmo
259 -rm -rf $(OUTPUT)po/*.pot
260 $(MAKE) -C bench O=$(OUTPUT) clean
265 $(CP) $(OUTPUT)libcpupower.so* $(DESTDIR)${libdir}/
271 $(INSTALL_PROGRAM) $(OUTPUT)cpupower $(DESTDIR)${bindir}
286 echo '$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo'; \
287 $(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
292 @sbindir=$(sbindir) bindir=$(bindir) docdir=$(docdir) confdir=$(confdir) $(MAKE) -C bench O=$(OUTPUT) install
/linux-4.4.14/tools/build/
H A DMakefile35 $(OUTPUT)fixdep-in.o: FORCE
38 $(OUTPUT)fixdep: $(OUTPUT)fixdep-in.o
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_acpi.h37 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes
51 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes
58 * OUTPUT: (ACPI_BUFFER) output buffer
65 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes
73 * OUTPUT:
103 * OUTPUT:
127 * OUTPUT:
167 * OUTPUT:
186 * OUTPUT:
196 * OUTPUT:
215 * OUTPUT: none
220 * OUTPUT:
229 * OUTPUT: none
237 * OUTPUT: none
242 * OUTPUT:
259 * OUTPUT:
276 * OUTPUT:
299 * OUTPUT: none
306 * OUTPUT: none
315 * OUTPUT: none
322 * OUTPUT: none
329 * OUTPUT: none
334 * OUTPUT:
349 * OUTPUT:
381 * OUTPUT:
394 * OUTPUT:
410 * OUTPUT:
432 * OUTPUT: none
440 * OUTPUT:
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.h37 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes
51 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes
58 * OUTPUT: (ACPI_BUFFER) output buffer
65 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes
73 * OUTPUT:
103 * OUTPUT:
127 * OUTPUT:
167 * OUTPUT:
186 * OUTPUT:
196 * OUTPUT:
215 * OUTPUT: none
220 * OUTPUT:
229 * OUTPUT: none
237 * OUTPUT: none
242 * OUTPUT:
259 * OUTPUT:
276 * OUTPUT:
299 * OUTPUT: none
306 * OUTPUT: none
315 * OUTPUT: none
322 * OUTPUT: none
329 * OUTPUT: none
334 * OUTPUT:
349 * OUTPUT:
381 * OUTPUT:
394 * OUTPUT:
410 * OUTPUT:
432 * OUTPUT: none
440 * OUTPUT:
/linux-4.4.14/tools/lib/traceevent/
H A 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/drivers/media/usb/gspca/
H A 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)
160 #define CPIA_COMMAND_WriteIDATA (OUTPUT | CPIA_MODULE_SYSTEM | 8)
161 #define CPIA_COMMAND_GenericCall (OUTPUT | CPIA_MODULE_SYSTEM | 9)
162 #define CPIA_COMMAND_I2CStart (OUTPUT | CPIA_MODULE_SYSTEM | 10)
163 #define CPIA_COMMAND_I2CStop (OUTPUT | CPIA_MODULE_SYSTEM | 11)
164 #define CPIA_COMMAND_I2CWrite (OUTPUT | CPIA_MODULE_SYSTEM | 12)
169 #define CPIA_COMMAND_SetColourParams (OUTPUT | CPIA_MODULE_VP_CTRL | 3)
170 #define CPIA_COMMAND_SetExposure (OUTPUT | CPIA_MODULE_VP_CTRL | 4)
171 #define CPIA_COMMAND_SetColourBalance (OUTPUT | CPIA_MODULE_VP_CTRL | 6)
172 #define CPIA_COMMAND_SetSensorFPS (OUTPUT | CPIA_MODULE_VP_CTRL | 7)
173 #define CPIA_COMMAND_SetVPDefaults (OUTPUT | CPIA_MODULE_VP_CTRL | 8)
174 #define CPIA_COMMAND_SetApcor (OUTPUT | CPIA_MODULE_VP_CTRL | 9)
175 #define CPIA_COMMAND_SetFlickerCtrl (OUTPUT | CPIA_MODULE_VP_CTRL | 10)
176 #define CPIA_COMMAND_SetVLOffset (OUTPUT | CPIA_MODULE_VP_CTRL | 11)
180 #define CPIA_COMMAND_SetSensorMatrix (OUTPUT | CPIA_MODULE_VP_CTRL | 19)
181 #define CPIA_COMMAND_ColourBars (OUTPUT | CPIA_MODULE_VP_CTRL | 25)
183 #define CPIA_COMMAND_WriteVPReg (OUTPUT | CPIA_MODULE_VP_CTRL | 31)
185 #define CPIA_COMMAND_GrabFrame (OUTPUT | CPIA_MODULE_CAPTURE | 1)
186 #define CPIA_COMMAND_UploadFrame (OUTPUT | CPIA_MODULE_CAPTURE | 2)
187 #define CPIA_COMMAND_SetGrabMode (OUTPUT | CPIA_MODULE_CAPTURE | 3)
188 #define CPIA_COMMAND_InitStreamCap (OUTPUT | CPIA_MODULE_CAPTURE | 4)
189 #define CPIA_COMMAND_FiniStreamCap (OUTPUT | CPIA_MODULE_CAPTURE | 5)
190 #define CPIA_COMMAND_StartStreamCap (OUTPUT | CPIA_MODULE_CAPTURE | 6)
191 #define CPIA_COMMAND_EndStreamCap (OUTPUT | CPIA_MODULE_CAPTURE | 7)
192 #define CPIA_COMMAND_SetFormat (OUTPUT | CPIA_MODULE_CAPTURE | 8)
193 #define CPIA_COMMAND_SetROI (OUTPUT | CPIA_MODULE_CAPTURE | 9)
194 #define CPIA_COMMAND_SetCompression (OUTPUT | CPIA_MODULE_CAPTURE | 10)
195 #define CPIA_COMMAND_SetCompressionTarget (OUTPUT | CPIA_MODULE_CAPTURE | 11)
196 #define CPIA_COMMAND_SetYUVThresh (OUTPUT | CPIA_MODULE_CAPTURE | 12)
197 #define CPIA_COMMAND_SetCompressionParams (OUTPUT | CPIA_MODULE_CAPTURE | 13)
198 #define CPIA_COMMAND_DiscardFrame (OUTPUT | CPIA_MODULE_CAPTURE | 14)
199 #define CPIA_COMMAND_GrabReset (OUTPUT | CPIA_MODULE_CAPTURE | 15)
201 #define CPIA_COMMAND_OutputRS232 (OUTPUT | CPIA_MODULE_DEBUG | 1)
202 #define CPIA_COMMAND_AbortProcess (OUTPUT | CPIA_MODULE_DEBUG | 4)
203 #define CPIA_COMMAND_SetDramPage (OUTPUT | CPIA_MODULE_DEBUG | 5)
204 #define CPIA_COMMAND_StartDramUpload (OUTPUT | CPIA_MODULE_DEBUG | 6)
205 #define CPIA_COMMAND_StartDummyDtream (OUTPUT | CPIA_MODULE_DEBUG | 8)
206 #define CPIA_COMMAND_AbortStream (OUTPUT | CPIA_MODULE_DEBUG | 9)
207 #define CPIA_COMMAND_DownloadDRAM (OUTPUT | CPIA_MODULE_DEBUG | 10)
208 #define CPIA_COMMAND_Null (OUTPUT | CPIA_MODULE_DEBUG | 11)
/linux-4.4.14/scripts/kconfig/
H A 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/build/feature/
H A 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 -ldl -liberty
138 $(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz
159 $(CC) -m32 -o $(OUTPUT)$@ test-compile.c
162 $(CC) -mx32 -o $(OUTPUT)$@ test-compile.c
/linux-4.4.14/tools/lib/bpf/
H A 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/lib/lockdep/
H A 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/drivers/scsi/
H A 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";
929 print OUTPUT "};\n\n";
932 printf OUTPUT "#define A_$i\t0x%08x\n", $symbol_values{$i};
934 printf OUTPUT "#define A_".$i."_used ".$prefix."A_".$i."_used\n";
939 printf OUTPUT "static u32 A_".$i."_used\[\] __attribute((unused)) = {\n";
946 printf OUTPUT "\t0x%08x,\n", $address / 4;
949 printf OUTPUT "};\n\n";
953 printf OUTPUT "#define Ent_$i\t0x%08x\n", $symbol_values{$i};
961 printf OUTPUT "static u32 ".$prefix."LABELPATCHES[] __attribute((unused)) = {\n";
963 printf OUTPUT "\t0x%08x,\n", $patch;
965 printf OUTPUT "};\n\n";
968 printf OUTPUT "static struct {\n\tu32\toffset;\n\tvoid\t\t*address;\n".
972 printf OUTPUT "\t{0x%08x, &%s},\n", $off, $ident;
975 printf OUTPUT "};\n\n";
977 printf OUTPUT "static u32 ".$prefix."INSTRUCTIONS __attribute((unused))\t= %d;\n",
979 printf OUTPUT "static u32 ".$prefix."PATCHES __attribute((unused))\t= %d;\n",
981 printf OUTPUT "static u32 ".$prefix."EXTERNAL_PATCHES_LEN __attribute((unused))\t= %d;\n",
983 close OUTPUT;
H A DNCR5380.h58 * The contents of the OUTPUT DATA register are asserted on the bus when
H A Dncr53c8xx.c6267 ** only if the interrupted phase is an OUTPUT phase. ncr_int_ma()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Dcn68xx_regs.h41 /*############################ OUTPUT QUEUE #########################*/
H A Docteon_console.c352 * @param base_addr Address the block is at (OUTPUT)
353 * @param size The size of the block (OUTPUT)
H A Dcn66xx_regs.h187 /*############################ OUTPUT QUEUE #########################*/
/linux-4.4.14/net/bridge/netfilter/
H A Debtable_filter.c27 .name = "OUTPUT",
H A Debtable_nat.c23 .name = "OUTPUT",
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dmach-rx1950.c393 /* GPC11-GPC15->OUTPUT */ rx1950_lcd_power()
400 /* GPD2-GPD7->OUTPUT */ rx1950_lcd_power()
401 /* GPD11-GPD15->OUTPUT */ rx1950_lcd_power()
411 /* GPB0->OUTPUT, GPB0->0 */ rx1950_lcd_power()
414 /* GPC1-GPC4->OUTPUT, GPC1-4->0 */ rx1950_lcd_power()
434 /* GPB1->OUTPUT, GPB1->0 */ rx1950_lcd_power()
/linux-4.4.14/drivers/staging/vme/devices/
H A Dvme_pio2_gpio.c39 if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == OUTPUT) | pio2_gpio_get()
107 if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == OUTPUT) | pio2_gpio_dir_in()
H A Dvme_pio2.h209 enum pio2_bank_config { NOFIT, INPUT, OUTPUT, BOTH }; enumerator in enum:pio2_bank_config
H A Dvme_pio2_core.c271 card->bank[i - 1].config = OUTPUT; pio2_probe()
/linux-4.4.14/tools/perf/config/
H A 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/media/pci/ivtv/
H A Divtv-gpio.c33 * OUTPUT IN1 IN0 AM3 AM2 AM1 AM0
56 * OUTPUT 0x000C 0x400C
66 * OUTPUT IN0 AM0 IN1 AM1 AM2 IN2 BR0 BR1
/linux-4.4.14/samples/uhid/
H A Duhid-example.c82 * OUTPUT(2)[OUTPUT]
209 /* LED messages are adverised via OUTPUT reports; ignore the rest */ handle_output()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv0299.h79 /* LOCK OUTPUT setting */
/linux-4.4.14/net/netfilter/
H A Dxt_physdev.c110 pr_info("using --physdev-out in the OUTPUT, FORWARD and " physdev_mt_check()
H A Dxt_TCPMSS.c277 "FORWARD, OUTPUT and POSTROUTING hooks\n"); tcpmss_tg4_check()
302 "FORWARD, OUTPUT and POSTROUTING hooks\n"); tcpmss_tg6_check()
H A Dxt_policy.c146 pr_info("input policy not valid in POSTROUTING and OUTPUT\n"); policy_mt_check()
H A Dxt_addrtype.c194 "not valid in POSTROUTING and OUTPUT\n"); addrtype_mt_checkentry_v1()
H A Dxt_set.c507 pr_warn("mapping of prio or/and queue is allowed only from OUTPUT/FORWARD/POSTROUTING chains\n"); set_target_v3_checkentry()
H A Dx_tables.c334 "OUTPUT", "POSTROUTING", "BROUTING", textify_hooks()
337 "INPUT", "FORWARD", "OUTPUT", textify_hooks()
/linux-4.4.14/sound/pci/lola/
H A Dlola_mixer.c159 * |r| |CAPTURE| | OUTPUT| | lola_init_mixer_widget()
171 * | | |CAPTURE| | OUTPUT| | lola_init_mixer_widget()
189 * |c| |CAPTURE| | <- OUTPUT lola_init_mixer_widget()
195 * | | |CAPTURE| | <- OUTPUT lola_init_mixer_widget()
496 /* set gain value 0dB diagonally in matrix , part PLAYBACK -> OUTPUT init_mixer_values()
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-isp.h117 * @type: video device type (CAPTURE/OUTPUT)
/linux-4.4.14/arch/m68k/fpsp040/
H A Dslog2.S13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
H A Dsrem_mod.S16 | OUTPUT
H A Dsetox.S14 | OUTPUT
/linux-4.4.14/sound/firewire/oxfw/
H A Doxfw-command.c132 buf[2] = 0x18; /* OUTPUT PLUG SIGNAL FORMAT */ avc_general_inquiry_sig_fmt()
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/
H A Dmsp_gpio_macros.h120 0xffffffff, /* Mode 8 - OUTPUT */
303 /* Extended pins can only be either INPUT or OUTPUT */ msp_gpio_pin_get_mode()
/linux-4.4.14/sound/firewire/
H A Dfcp.c56 buf[2] = 0x18; /* OUTPUT PLUG SIGNAL FORMAT */ avc_general_set_sig_fmt()
99 buf[2] = 0x18; /* OUTPUT PLUG SIGNAL FORMAT */ avc_general_get_sig_fmt()
/linux-4.4.14/drivers/staging/skein/
H A Dskein_base.c694 /* finalize the hash computation and output the block, no OUTPUT stage */ skein_256_final_pad()
716 /* finalize the hash computation and output the block, no OUTPUT stage */ skein_512_final_pad()
738 /* finalize the hash computation and output the block, no OUTPUT stage */ skein_1024_final_pad()
761 /* just do the OUTPUT stage */ skein_256_output()
798 /* just do the OUTPUT stage */ skein_512_output()
835 /* just do the OUTPUT stage */ skein_1024_output()
H A Dskein_base.h131 ** final_pad: pad, do final block, but no OUTPUT type
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_bsdcomp.c469 #define OUTPUT(ent) \ bsd_compress() macro
542 OUTPUT(ent); /* output the prefix */ bsd_compress()
581 OUTPUT(ent); /* output the last code */ bsd_compress()
598 OUTPUT(CLEAR); bsd_compress()
626 #undef OUTPUT bsd_compress() macro
/linux-4.4.14/drivers/net/ppp/
H A Dbsd_comp.c596 #define OUTPUT(ent) \ bsd_compress() macro
695 OUTPUT(ent); /* output the prefix */ bsd_compress()
739 OUTPUT(ent); /* output the last code */ bsd_compress()
758 OUTPUT (CLEAR); bsd_compress()
796 #undef OUTPUT bsd_compress() macro
/linux-4.4.14/drivers/hwtracing/intel_th/
H A Dintel_th.h53 * @type: INTEL_TH_{SOURCE,OUTPUT,SWITCH}
/linux-4.4.14/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c357 /* This is run on OUTPUT vidioc_g_fmt()
489 mfc_debug(2, "Allocating %d buffers for OUTPUT queue\n", reqbufs_output()
510 mfc_err("Failed allocating buffers for OUTPUT queue\n"); reqbufs_output()
987 mfc_err("Plane buffer (OUTPUT) is too small\n"); s5p_mfc_buf_init()
H A Ds5p_mfc_common.h30 /* Offset base used to differentiate between CAPTURE and OUTPUT
H A Ds5p_mfc.c838 /* Init videobuf2 queue for OUTPUT */ s5p_mfc_open()
H A Ds5p_mfc_enc.c1963 mfc_err("Need minimum %d OUTPUT buffers\n", s5p_mfc_start_streaming()
/linux-4.4.14/arch/x86/entry/vdso/
H A Dvdso2c.c214 printf("Usage: vdso2c RAW_INPUT STRIPPED_INPUT OUTPUT\n"); main()
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dpfpsp.S602 # OUTPUT ************************************************************** #
842 # OUTPUT ************************************************************** #
1123 # OUTPUT ************************************************************** #
2390 # OUTPUT ************************************************************** #
3082 # OUTPUT ************************************************************** #
3272 # OUTPUT ************************************************************** #
3574 # OUTPUT ************************************************************** #
3753 # OUTPUT ************************************************************** #
3824 # OUTPUT ************************************************************** #
3857 # OUTPUT ************************************************************** #
3944 # OUTPUT ************************************************************** #
4212 # OUTPUT ************************************************************** #
5258 # OUTPUT ************************************************************** #
5396 # OUTPUT ************************************************************** #
5517 # OUTPUT ************************************************************** #
5570 # OUTPUT ************************************************************** #
5644 # OUTPUT ************************************************************** #
5699 # OUTPUT ************************************************************** #
5772 # OUTPUT ************************************************************** #
5806 # OUTPUT ************************************************************** #
5874 # OUTPUT: #
6151 # OUTPUT ************************************************************** #
6328 # OUTPUT
6432 # OUTPUT ************************************************************** #
6494 # OUTPUT ************************************************************** #
6595 # OUTPUT ************************************************************** #
6675 # OUTPUT ************************************************************** #
6738 # OUTPUT ************************************************************** #
6804 # OUTPUT ************************************************************** #
6962 # OUTPUT ************************************************************** #
7072 # OUTPUT ************************************************************** #
7740 # OUTPUT ************************************************************** #
7807 # OUTPUT ************************************************************** #
7971 # OUTPUT ************************************************************** #
8466 # OUTPUT ************************************************************** #
8788 # OUTPUT ************************************************************** #
9241 # OUTPUT ************************************************************** #
9559 # OUTPUT ************************************************************** #
9645 # OUTPUT ************************************************************** #
9751 # OUTPUT ************************************************************** #
9859 # OUTPUT ************************************************************** #
10177 # OUTPUT ************************************************************** #
10373 # OUTPUT ************************************************************** #
10714 # OUTPUT ************************************************************** #
11052 # OUTPUT ************************************************************** #
11505 # OUTPUT ************************************************************** #
11948 # OUTPUT ************************************************************** #
12277 # OUTPUT ************************************************************** #
12372 # OUTPUT ************************************************************** #
12433 # OUTPUT ************************************************************** #
12494 # OUTPUT ************************************************************** #
12555 # OUTPUT ************************************************************** #
12619 # OUTPUT ************************************************************** #
12684 # OUTPUT ************************************************************** #
12757 # OUTPUT ************************************************************** #
12831 # OUTPUT ************************************************************** #
12901 # OUTPUT ************************************************************** #
12960 # OUTPUT ************************************************************** #
13430 # OUTPUT ************************************************************** #
14423 # OUTPUT ************************************************************** #
14562 # OUTPUT ************************************************************** #
H A Dfpsp.S603 # OUTPUT ************************************************************** #
843 # OUTPUT ************************************************************** #
1124 # OUTPUT ************************************************************** #
2391 # OUTPUT ************************************************************** #
3083 # OUTPUT ************************************************************** #
3273 # OUTPUT ************************************************************** #
3575 # OUTPUT ************************************************************** #
3754 # OUTPUT ************************************************************** #
3823 # OUTPUT ************************************************************** #
3951 # OUTPUT ************************************************************** #
5011 # OUTPUT ************************************************************** #
5720 # OUTPUT ************************************************************** #
6150 # OUTPUT ************************************************************** #
6600 # OUTPUT ************************************************************** #
6701 # OUTPUT ************************************************************** #
6797 # OUTPUT ************************************************************** #
7616 # OUTPUT ************************************************************** #
7678 # OUTPUT ************************************************************** #
7792 # OUTPUT ************************************************************** #
7910 # OUTPUT ************************************************************** #
8076 # OUTPUT ************************************************************** #
8671 # OUTPUT ************************************************************** #
8761 # OUTPUT ************************************************************** #
8925 # OUTPUT ************************************************************** #
9318 # OUTPUT ************************************************************** #
9572 # OUTPUT ************************************************************** #
9711 # OUTPUT ************************************************************** #
10121 # OUTPUT ************************************************************** #
10412 # OUTPUT: #
11347 # OUTPUT ************************************************************** #
11540 # OUTPUT ************************************************************** #
12035 # OUTPUT ************************************************************** #
12357 # OUTPUT ************************************************************** #
12810 # OUTPUT ************************************************************** #
13128 # OUTPUT ************************************************************** #
13214 # OUTPUT ************************************************************** #
13320 # OUTPUT ************************************************************** #
13428 # OUTPUT ************************************************************** #
13746 # OUTPUT ************************************************************** #
13942 # OUTPUT ************************************************************** #
14283 # OUTPUT ************************************************************** #
14621 # OUTPUT ************************************************************** #
15074 # OUTPUT ************************************************************** #
15517 # OUTPUT ************************************************************** #
15850 # OUTPUT ************************************************************** #
15971 # OUTPUT ************************************************************** #
16024 # OUTPUT ************************************************************** #
16098 # OUTPUT ************************************************************** #
16153 # OUTPUT ************************************************************** #
16226 # OUTPUT ************************************************************** #
16260 # OUTPUT ************************************************************** #
16889 # OUTPUT ************************************************************** #
17461 # OUTPUT ************************************************************** #
18163 # OUTPUT ************************************************************** #
19209 # OUTPUT ************************************************************** #
19344 # OUTPUT ************************************************************** #
19431 # OUTPUT ************************************************************** #
19578 # OUTPUT ************************************************************** #
20171 # OUTPUT ************************************************************** #
20839 # OUTPUT ************************************************************** #
20906 # OUTPUT ************************************************************** #
21061 # OUTPUT ************************************************************** #
21156 # OUTPUT ************************************************************** #
21217 # OUTPUT ************************************************************** #
21278 # OUTPUT ************************************************************** #
21339 # OUTPUT ************************************************************** #
21403 # OUTPUT ************************************************************** #
21468 # OUTPUT ************************************************************** #
21541 # OUTPUT ************************************************************** #
21615 # OUTPUT ************************************************************** #
21684 # OUTPUT ************************************************************** #
21752 # OUTPUT: #
22029 # OUTPUT ************************************************************** #
22206 # OUTPUT
22310 # OUTPUT ************************************************************** #
22372 # OUTPUT ************************************************************** #
22473 # OUTPUT ************************************************************** #
22553 # OUTPUT ************************************************************** #
22616 # OUTPUT ************************************************************** #
22682 # OUTPUT ************************************************************** #
22840 # OUTPUT ************************************************************** #
22941 # OUTPUT ************************************************************** #
23000 # OUTPUT ************************************************************** #
23470 # OUTPUT ************************************************************** #
24463 # OUTPUT ************************************************************** #
24602 # OUTPUT ************************************************************** #
H A Dilsp.S79 # OUTPUT ************************************************************** #
495 # OUTPUT ************************************************************** #
773 # OUTPUT ************************************************************** #
H A Dfplsp.S4905 # OUTPUT ************************************************************** #
5614 # OUTPUT ************************************************************** #
6044 # OUTPUT ************************************************************** #
6494 # OUTPUT ************************************************************** #
6595 # OUTPUT ************************************************************** #
6691 # OUTPUT ************************************************************** #
7510 # OUTPUT ************************************************************** #
7572 # OUTPUT ************************************************************** #
7686 # OUTPUT ************************************************************** #
7804 # OUTPUT ************************************************************** #
7970 # OUTPUT ************************************************************** #
8565 # OUTPUT ************************************************************** #
8655 # OUTPUT ************************************************************** #
8819 # OUTPUT ************************************************************** #
9213 # OUTPUT ************************************************************** #
9352 # OUTPUT ************************************************************** #
9759 # OUTPUT ************************************************************** #
9833 # OUTPUT ************************************************************** #
9902 # OUTPUT ************************************************************** #
9960 # OUTPUT ************************************************************** #
10017 # OUTPUT ************************************************************** #
10117 # OUTPUT ************************************************************** #
10151 # OUTPUT ************************************************************** #
10206 # OUTPUT ************************************************************** #
10829 # OUTPUT ************************************************************** #
10891 # OUTPUT ************************************************************** #
H A Disp.S353 # OUTPUT ************************************************************** #
870 # OUTPUT ************************************************************** #
1628 # OUTPUT ************************************************************** #
1867 # OUTPUT ************************************************************** #
2051 # OUTPUT ************************************************************** #
2489 # OUTPUT ************************************************************** #
2732 # OUTPUT ************************************************************** #
2946 # OUTPUT ************************************************************** #
3188 # OUTPUT ************************************************************** #
3808 # OUTPUT ************************************************************** #
/linux-4.4.14/drivers/staging/rdma/ehca/
H A Dhcp_if.c184 ehca_gen_err("OUTPUT -- ret=%li " HCALL9_REGS_FORMAT, ehca_plpar_hcall9()
189 ehca_gen_dbg("OUTPUT -- ret=%li " HCALL9_REGS_FORMAT, ehca_plpar_hcall9()
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c429 /* OUTPUT */
452 /* OUTPUT */
H A Dip_vs_proto_sctp.c300 { /* OUTPUT */
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ddadapter.c339 OUTPUT:
/linux-4.4.14/drivers/media/v4l2-core/
H A Dvideobuf2-v4l2.c333 /* Fill in driver-provided information for OUTPUT types */ __fill_vb2_buffer()
410 * Non-COPY timestamps and non-OUTPUT queues will get __fill_vb2_buffer()
759 * For OUTPUT queues, if a buffer is ready to be dequeued, the file descriptor
804 * Write to OUTPUT queue can be done immediately. vb2_poll()
/linux-4.4.14/include/media/
H A Dv4l2-subdev.h339 * @s_std_output: set v4l2_std_id for video OUTPUT devices. This is ignored by
342 * @g_std_output: get current standard for video OUTPUT devices. This is ignored
351 * OUTPUT device. This is ignored by video capture devices.
/linux-4.4.14/drivers/input/misc/
H A Dkxtj9.c31 /* OUTPUT REGISTERS */
/linux-4.4.14/drivers/media/tuners/
H A Dmt2063.c1450 * @Div: OUTPUT: Whole number portion of the multiplier
1451 * @FracN: OUTPUT: Fractional portion of the multiplier
1483 * @Div: OUTPUT: Whole number portion of the multiplier
1484 * @FracN: OUTPUT: Fractional portion of the multiplier
/linux-4.4.14/include/linux/
H A Dnetfilter.h412 * When a xtables target sends a packet, the OUTPUT and POSTROUTING
/linux-4.4.14/drivers/hid/
H A Dhid-logitech-dj.c158 0x91, 0x02, /* OUTPUT (Data, Variable, Absolute) */
161 0x91, 0x01, /* OUTPUT (Constant) */
H A Dhid-debug.c635 static const char *table[] = {"INPUT", "OUTPUT", "FEATURE"}; hid_dump_device()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_acm.c66 /* SerialState notification -- CDC 1.1 section 6.3.5 (OUTPUT) */
H A Df_midi.c697 * Yes, rawmidi OUTPUT = USB IN, and rawmidi INPUT = USB OUT. f_midi_register_card()
/linux-4.4.14/drivers/spi/
H A Dspi-qup.c598 * mask INPUT and OUTPUT service flags to prevent IRQs on FIFO spi_qup_io_config()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dpcmuio.c31 * for INPUT or OUTPUT (thus comedi_dio_config can be done on a per-channel
H A Ds626.c379 /* TRANSFER OUTPUT DWORD VALUE INTO A2'S OUTPUT FIFO ---------------- */ s626_send_dac()
416 /* START THE OUTPUT STREAM TO THE TARGET DAC -------------------- */ s626_send_dac()
/linux-4.4.14/arch/cris/arch-v10/drivers/
H A Dgpio.c584 case IO_READDIR: /* Use IO_SETGET_INPUT/OUTPUT instead! */ gpio_ioctl()
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dnf_tables.h640 * @NFT_META_PROTOCOL: packet ethertype protocol (skb->protocol), invalid in OUTPUT
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c583 input ? "INPUT" : "OUTPUT"); dump_command()
587 input ? "INPUT" : "OUTPUT"); dump_command()
/linux-4.4.14/net/ipv6/
H A Dip6_output.c428 /* Force OUTPUT device used as source address */ ip6_forward()
506 /* Again, force OUTPUT device used as source address */ ip6_forward()
/linux-4.4.14/drivers/hid/i2c-hid/
H A Di2c-hid.c273 * @use_data: true: use SET_REPORT HID command, false: send plain OUTPUT report
/linux-4.4.14/drivers/hid/usbhid/
H A Dhid-pidff.c822 * report_type specifies either OUTPUT or FEATURE reports
/linux-4.4.14/drivers/media/platform/sti/bdisp/
H A Dbdisp-v4l2.c769 /* Field (interlaced only supported on OUTPUT) */ bdisp_try_fmt()
/linux-4.4.14/drivers/pci/hotplug/
H A Dibmphp_core.c1184 * OUTPUT: SUCCESS 0 ; FAILURE: UNCONFIGURE , VALIDATE *
/linux-4.4.14/arch/blackfin/kernel/
H A Dbfin_gpio.c1117 get_gpio_dir(c) ? "OUTPUT" : "INPUT"); gpio_proc_show()
/linux-4.4.14/sound/soc/codecs/
H A Dwm8985.c96 { 60, 0x0004 }, /* R60 - OUTPUT ctrl */
H A Dwm8985.h1003 * R60 (0x3C) - OUTPUT ctrl
H A Drt5651.c319 /* OUTPUT Control */
H A Drt5640.c394 /* OUTPUT Control */
H A Drt5645.c606 /* OUTPUT Control */
H A Drt5670.c623 /* OUTPUT Control */
H A Drt5677.c828 /* OUTPUT Control */
/linux-4.4.14/net/ipv4/netfilter/
H A Dip_tables.c192 [NF_INET_LOCAL_OUT] = "OUTPUT",
/linux-4.4.14/net/ipv6/netfilter/
H A Dip6_tables.c221 [NF_INET_LOCAL_OUT] = "OUTPUT",
/linux-4.4.14/drivers/media/platform/ti-vpe/
H A Dvpe.c231 u8 types; /* CAPTURE and/or OUTPUT */
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c845 /*Disable XTAL OUTPUT for power saving. YJ,add,111206. */ _rtl88ee_init_mac()
/linux-4.4.14/drivers/tty/
H A Dsynclink_gt.c25 * DEBUG OUTPUT DEFINITIONS
536 * DEBUG OUTPUT CODE
/linux-4.4.14/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c2726 * reference should ALREADY BE SET IN OUTPUT MODE !!!!!!!!!
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c8388 * operating as INPUT or as OUTPUT. Bit 1 is for input, and 0 for bnx2x_8727_power_module()
8390 * Bits 0-1 determine the GPIOs value for OUTPUT in case bit 4 val is 0 bnx2x_8727_power_module()
8403 /* Set GPIO control to OUTPUT, and set the power bit bnx2x_8727_power_module()

Completed in 4021 milliseconds