Searched refs:output (Results 26 - 50 of 949) sorted by path

1234567891011>>

/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c56 "test output",
589 .name = "Secondary output",
599 .name = "DVI output",
610 minfo->outputs[1].output = &matroxfb_g450_altout;
614 minfo->outputs[2].output = &matroxfb_g450_dvi;
625 minfo->outputs[1].output = NULL;
629 minfo->outputs[2].output = NULL;
640 MODULE_DESCRIPTION("Matrox G450/G550 output driver");
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A DMakefile6 output.o dss-of.o pll.o video-pll.o
/linux-master/include/linux/decompress/
H A Dbunzip2.h8 unsigned char *output,
H A Dinflate.h8 unsigned char *output,
H A Dunlz4.h8 unsigned char *output,
H A Dunlzma.h8 unsigned char *output,
H A Dunlzo.h8 unsigned char *output,
/linux-master/include/linux/mfd/
H A Dlp3943.h59 * @output: Output pins which are mapped to each PWM channel
63 enum lp3943_pwm_output *output; member in struct:lp3943_pwm_map
93 * @pin_used: Bit mask for output pin used.
/linux-master/include/media/drv-intf/
H A Dtea575x.h33 void (*set_direction)(struct snd_tea575x *tea, bool output);
/linux-master/include/net/
H A Dseg6_hmac.h44 u8 *output);
/linux-master/include/uapi/linux/
H A Dmatroxfb.h11 __u32 output; /* which output */ member in struct:matroxioc_output_mode
H A Duhid.h186 struct uhid_output_req output; member in union:uhid_event::__anon13395
H A Dwmi.h31 volatile __u32 output[4]; member in struct:calling_interface_buffer
/linux-master/include/video/
H A Domapfb_dss.h380 struct omap_dss_device *output; member in struct:omap_overlay_manager
394 struct omap_dss_device *output);
669 /* OMAP DSS output specific fields */
673 /* DISPC channel for this output */
677 /* output instance */
780 int omapdss_register_output(struct omap_dss_device *output);
781 void omapdss_unregister_output(struct omap_dss_device *output);
H A Dtrident.h13 #define output(f, a...) pr_info("tridentfb: " f, ## a) macro
/linux-master/net/dccp/
H A DMakefile4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
/linux-master/scripts/
H A Dbootgraph.pl13 # This script turns a dmesg output into a SVG graphic that shows which
23 # dmesg | perl scripts/bootgraph.pl > output.svg
33 1) dmesg | perl scripts/bootgraph.pl [OPTION] > output.svg
H A Dunifdef.c173 static bool symlist; /* -s: output symbol list */
174 static bool symdepth; /* -S: output symbol depth */
185 static FILE *output; /* output file pointer */ variable
186 static const char *ofilename; /* output file name */
187 static bool overwriting; /* output overwrites input */
207 static bool zerosyms = true; /* to format symdepth output */
294 case 'o': /* output to a file */
297 case 's': /* only output list of symbols that control #ifs */
328 output
[all...]
/linux-master/sound/firewire/oxfw/
H A Doxfw-scs1x.c22 struct snd_rawmidi_substream *output; member in struct:fw_scs1x
185 stream = READ_ONCE(scs->output);
321 WRITE_ONCE(scs->output, stream);
324 WRITE_ONCE(scs->output, NULL);
/linux-master/sound/pci/echoaudio/
H A Dindigo_express_dsp.c76 /* This function routes the sound from a virtual channel to a real output */
77 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, argument
83 output >= num_busses_out(chip)))
89 chip->vmixer_gain[output][pipe] = gain;
90 index = output * num_pipes_out(chip) + pipe;
94 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain);
H A Dindigodjx_dsp.c30 static int set_vmixer_gain(struct echoaudio *chip, u16 output,
H A Dindigoiox_dsp.c30 static int set_vmixer_gain(struct echoaudio *chip, u16 output,
/linux-master/tools/firewire/
H A Dnosy-dump.c98 .longName = "output",
102 .descrip = "Log to output file.",
901 FILE *output = NULL, *input = NULL; local
947 output = fopen(option_output, "w");
948 if (output == NULL) {
984 if (output != NULL)
985 fclose(output);
996 if (output != NULL) {
997 fwrite(&length, sizeof length, 1, output);
998 fwrite(buf, 1, length, output);
[all...]
/linux-master/tools/perf/scripts/python/
H A Dpowerpc-hcalls.py19 # output: {
27 output = {} variable
164 for opcode in output:
166 time = output[opcode]['time']
167 cnt = output[opcode]['cnt']
168 min_t = output[opcode]['min']
169 max_t = output[opcode]['max']
178 if (opcode in output):
179 output[opcode]['time'] += diff
180 output[opcod
[all...]
/linux-master/tools/power/cpupower/bench/
H A Dbenchmark.c17 if (config->output != stdout) { \
116 fprintf(config->output, "%u %li %li ",
138 fprintf(config->output, "%li ",
168 fprintf(config->output, "%li ",
170 fprintf(config->output, "%.3f\n",
172 fflush(config->output);

Completed in 478 milliseconds

1234567891011>>