/linux-4.4.14/tools/power/cpupower/debug/x86_64/ |
H A D | Makefile | 0 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 D | Makefile | 0 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 D | Makefile | 0 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 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) 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 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/power/cpupower/ |
H A D | Makefile | 22 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 D | Makefile | 35 $(OUTPUT)fixdep-in.o: FORCE 38 $(OUTPUT)fixdep: $(OUTPUT)fixdep-in.o
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_acpi.h | 37 * 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 D | amdgpu_acpi.h | 37 * 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 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/drivers/media/usb/gspca/ |
H A 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) 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 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/build/feature/ |
H A 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 -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 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/lib/lockdep/ |
H A 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/drivers/scsi/ |
H A 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"; 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 D | NCR5380.h | 58 * The contents of the OUTPUT DATA register are asserted on the bus when
|
H A D | ncr53c8xx.c | 6267 ** only if the interrupted phase is an OUTPUT phase. ncr_int_ma()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn68xx_regs.h | 41 /*############################ OUTPUT QUEUE #########################*/
|
H A D | octeon_console.c | 352 * @param base_addr Address the block is at (OUTPUT) 353 * @param size The size of the block (OUTPUT)
|
H A D | cn66xx_regs.h | 187 /*############################ OUTPUT QUEUE #########################*/
|
/linux-4.4.14/net/bridge/netfilter/ |
H A D | ebtable_filter.c | 27 .name = "OUTPUT",
|
H A D | ebtable_nat.c | 23 .name = "OUTPUT",
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
H A D | mach-rx1950.c | 393 /* 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 D | vme_pio2_gpio.c | 39 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 D | vme_pio2.h | 209 enum pio2_bank_config { NOFIT, INPUT, OUTPUT, BOTH }; enumerator in enum:pio2_bank_config
|
H A D | vme_pio2_core.c | 271 card->bank[i - 1].config = OUTPUT; pio2_probe()
|
/linux-4.4.14/tools/perf/config/ |
H A 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/media/pci/ivtv/ |
H A D | ivtv-gpio.c | 33 * 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 D | uhid-example.c | 82 * 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 D | stv0299.h | 79 /* LOCK OUTPUT setting */
|
/linux-4.4.14/net/netfilter/ |
H A D | xt_physdev.c | 110 pr_info("using --physdev-out in the OUTPUT, FORWARD and " physdev_mt_check()
|
H A D | xt_TCPMSS.c | 277 "FORWARD, OUTPUT and POSTROUTING hooks\n"); tcpmss_tg4_check() 302 "FORWARD, OUTPUT and POSTROUTING hooks\n"); tcpmss_tg6_check()
|
H A D | xt_policy.c | 146 pr_info("input policy not valid in POSTROUTING and OUTPUT\n"); policy_mt_check()
|
H A D | xt_addrtype.c | 194 "not valid in POSTROUTING and OUTPUT\n"); addrtype_mt_checkentry_v1()
|
H A D | xt_set.c | 507 pr_warn("mapping of prio or/and queue is allowed only from OUTPUT/FORWARD/POSTROUTING chains\n"); set_target_v3_checkentry()
|
H A D | x_tables.c | 334 "OUTPUT", "POSTROUTING", "BROUTING", textify_hooks() 337 "INPUT", "FORWARD", "OUTPUT", textify_hooks()
|
/linux-4.4.14/sound/pci/lola/ |
H A D | lola_mixer.c | 159 * |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 D | fimc-isp.h | 117 * @type: video device type (CAPTURE/OUTPUT)
|
/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | slog2.S | 13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
|
H A D | srem_mod.S | 16 | OUTPUT
|
H A D | setox.S | 14 | OUTPUT
|
/linux-4.4.14/sound/firewire/oxfw/ |
H A D | oxfw-command.c | 132 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 D | msp_gpio_macros.h | 120 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 D | fcp.c | 56 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 D | skein_base.c | 694 /* 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 D | skein_base.h | 131 ** final_pad: pad, do final block, but no OUTPUT type
|
/linux-4.4.14/drivers/isdn/i4l/ |
H A D | isdn_bsdcomp.c | 469 #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 D | bsd_comp.c | 596 #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 D | intel_th.h | 53 * @type: INTEL_TH_{SOURCE,OUTPUT,SWITCH}
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 357 /* 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 D | s5p_mfc_common.h | 30 /* Offset base used to differentiate between CAPTURE and OUTPUT
|
H A D | s5p_mfc.c | 838 /* Init videobuf2 queue for OUTPUT */ s5p_mfc_open()
|
H A D | s5p_mfc_enc.c | 1963 mfc_err("Need minimum %d OUTPUT buffers\n", s5p_mfc_start_streaming()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 214 printf("Usage: vdso2c RAW_INPUT STRIPPED_INPUT OUTPUT\n"); main()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 602 # 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 D | fpsp.S | 603 # 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 D | ilsp.S | 79 # OUTPUT ************************************************************** # 495 # OUTPUT ************************************************************** # 773 # OUTPUT ************************************************************** #
|
H A D | fplsp.S | 4905 # 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 D | isp.S | 353 # 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 D | hcp_if.c | 184 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 D | ip_vs_proto_tcp.c | 429 /* OUTPUT */ 452 /* OUTPUT */
|
H A D | ip_vs_proto_sctp.c | 300 { /* OUTPUT */
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | dadapter.c | 339 OUTPUT:
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | videobuf2-v4l2.c | 333 /* 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 D | v4l2-subdev.h | 339 * @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 D | kxtj9.c | 31 /* OUTPUT REGISTERS */
|
/linux-4.4.14/drivers/media/tuners/ |
H A D | mt2063.c | 1450 * @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 D | netfilter.h | 412 * When a xtables target sends a packet, the OUTPUT and POSTROUTING
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-logitech-dj.c | 158 0x91, 0x02, /* OUTPUT (Data, Variable, Absolute) */ 161 0x91, 0x01, /* OUTPUT (Constant) */
|
H A D | hid-debug.c | 635 static const char *table[] = {"INPUT", "OUTPUT", "FEATURE"}; hid_dump_device()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_acm.c | 66 /* SerialState notification -- CDC 1.1 section 6.3.5 (OUTPUT) */
|
H A D | f_midi.c | 697 * Yes, rawmidi OUTPUT = USB IN, and rawmidi INPUT = USB OUT. f_midi_register_card()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-qup.c | 598 * 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 D | pcmuio.c | 31 * for INPUT or OUTPUT (thus comedi_dio_config can be done on a per-channel
|
H A D | s626.c | 379 /* 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 D | gpio.c | 584 case IO_READDIR: /* Use IO_SETGET_INPUT/OUTPUT instead! */ gpio_ioctl()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | nf_tables.h | 640 * @NFT_META_PROTOCOL: packet ethertype protocol (skb->protocol), invalid in OUTPUT
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 583 input ? "INPUT" : "OUTPUT"); dump_command() 587 input ? "INPUT" : "OUTPUT"); dump_command()
|
/linux-4.4.14/net/ipv6/ |
H A D | ip6_output.c | 428 /* 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 D | i2c-hid.c | 273 * @use_data: true: use SET_REPORT HID command, false: send plain OUTPUT report
|
/linux-4.4.14/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 822 * report_type specifies either OUTPUT or FEATURE reports
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
H A D | bdisp-v4l2.c | 769 /* Field (interlaced only supported on OUTPUT) */ bdisp_try_fmt()
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | ibmphp_core.c | 1184 * OUTPUT: SUCCESS 0 ; FAILURE: UNCONFIGURE , VALIDATE *
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | bfin_gpio.c | 1117 get_gpio_dir(c) ? "OUTPUT" : "INPUT"); gpio_proc_show()
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | wm8985.c | 96 { 60, 0x0004 }, /* R60 - OUTPUT ctrl */
|
H A D | wm8985.h | 1003 * R60 (0x3C) - OUTPUT ctrl
|
H A D | rt5651.c | 319 /* OUTPUT Control */
|
H A D | rt5640.c | 394 /* OUTPUT Control */
|
H A D | rt5645.c | 606 /* OUTPUT Control */
|
H A D | rt5670.c | 623 /* OUTPUT Control */
|
H A D | rt5677.c | 828 /* OUTPUT Control */
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | ip_tables.c | 192 [NF_INET_LOCAL_OUT] = "OUTPUT",
|
/linux-4.4.14/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 221 [NF_INET_LOCAL_OUT] = "OUTPUT",
|
/linux-4.4.14/drivers/media/platform/ti-vpe/ |
H A D | vpe.c | 231 u8 types; /* CAPTURE and/or OUTPUT */
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | hw.c | 845 /*Disable XTAL OUTPUT for power saving. YJ,add,111206. */ _rtl88ee_init_mac()
|
/linux-4.4.14/drivers/tty/ |
H A D | synclink_gt.c | 25 * DEBUG OUTPUT DEFINITIONS 536 * DEBUG OUTPUT CODE
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 2726 * reference should ALREADY BE SET IN OUTPUT MODE !!!!!!!!!
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 8388 * 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()
|