Searched refs:output (Results 76 - 100 of 949) sorted by last modified time

1234567891011>>

/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.c27 return &ctx->curr_param.output;
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-enc.c662 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME;
663 a->parm.output.timeperframe.numerator = 1;
664 a->parm.output.timeperframe.denominator = inst->frame_rate;
667 __func__, a->parm.output.timeperframe.numerator,
668 a->parm.output.timeperframe.denominator);
682 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME;
683 if (a->parm.output.timeperframe.denominator && a->parm.output.timeperframe.numerator) {
684 inst->frame_rate = a->parm.output.timeperframe.denominator /
685 a->parm.output
[all...]
/linux-master/drivers/media/i2c/
H A Dtvp5150.c87 u32 output; member in struct:tvp5150
251 dprintk0(sd->dev, "tvp5150: FIFO output control = 0x%02x\n",
306 "Selecting video route: route input=%s, output=%s => tvp5150 input=0x%02x, opmode=0x%02x\n",
309 decoder->output == 0 ? "normal" : "black-frame-gen",
316 * Setup the FID/GLCO/VLK/HVLK and INTREQ/GPCL/VBLK output signals. For
317 * S-Video we output the vertical lock (VLK) signal on FID/GLCO/VLK/HVLK
318 * and set INTREQ/GPCL/VBLK to logic 0. For composite we output the
475 }, { /* Activate YCrCb output 0x9 or 0xd ? */
971 /* 8-bit 4:2:2 YUV with discrete sync output */
1146 * Update output imag
1475 tvp5150_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
[all...]
H A Dtvp514x.c93 * @output: Output routing at chip level
116 u32 output; member in struct:tvp514x_decoder
645 * @output: output selector for routing the signal
653 u32 input, u32 output, u32 config)
661 (output >= OUTPUT_INVALID))
666 output_sel = output;
682 decoder->output = output;
918 * Set pad format for the output pa
652 tvp514x_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
[all...]
H A Dmt9v032.c485 static unsigned int mt9v032_calc_ratio(unsigned int input, unsigned int output) argument
488 * output size ratio. Given that the output size is bounded by input/4
491 if (output * 3 > input * 2)
493 if (output * 3 > input)
593 /* Reset the output image size if the crop rectangle size has
H A Dmsp3400-driver.c57 int msp_debug; /* msp_debug output */
463 u32 input, u32 output, u32 config)
469 int sc1_out = output & 0xf;
470 int sc2_out = (output >> 4) & 0xf;
475 if (state->route_in == input && state->route_out == output)
478 state->route_out = output;
591 dev_info(&client->dev, "Routing: 0x%08x (input) 0x%08x (output)\n",
708 /* These are the reset input/output positions */
740 /* Has headphones output: not for stripped down products */
752 /* Has scart2 output
462 msp_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
[all...]
H A Dadv7604.c1814 u32 input, u32 output, u32 config)
1870 * applied by the board at the output of the device.
1813 adv76xx_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
H A Dadv7343.c55 u32 output; member in struct:adv7343_state
213 "Invalid output type or output type not supported:%d\n",
245 /* Enable YUV output */
283 v4l2_err(sd, "Error setting output, write failed\n");
293 v4l2_info(sd, "Output: %s\n", (state->output == 0) ? "Composite" :
294 ((state->output == 1) ? "Component" : "S-Video"));
340 u32 input, u32 output, u32 config)
345 if (state->output == output)
339 adv7343_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
[all...]
H A Dadv7180.c388 u32 output, u32 config)
847 * The ADV7180 sensor supports BT.601/656 output modes.
387 adv7180_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
/linux-master/drivers/clk/microchip/
H A Dclk-mpfs.c64 struct clk_divider output; member in struct:mpfs_msspll_out_hw_clock
174 * MSS PLL output clocks
179 .output.shift = _shift, \
180 .output.width = _width, \
181 .output.table = NULL, \
183 .output.flags = _flags, \
184 .output.hw.init = CLK_HW_INIT(_name, _parent, &clk_divider_ops, 0), \
185 .output.lock = &mpfs_clk_lock, \
209 msspll_out_hw->output.reg = data->msspll_base + msspll_out_hw->reg_offset;
210 ret = devm_clk_hw_register(dev, &msspll_out_hw->output
[all...]
/linux-master/crypto/
H A Dtestmgr.c664 * Verify that a scatterlist crypto operation produced the correct output.
666 * @tsgl: scatterlist containing the actual output
667 * @expected_output: buffer containing the expected output
2190 /* Check for the correct output (ciphertext or plaintext) */
2943 /* Check for the correct output (ciphertext or plaintext) */
2959 pr_err("alg: skcipher: %s %s test failed (wrong output IV) on test vector %s, cfg=\"%s\"\n",
3300 char *output, *decomp_output; local
3304 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
3305 if (!output)
3310 kfree(output);
3407 char *output, *decomp_out; local
[all...]
H A Dtcrypt.c649 * reversed (input <-> output) to calculate it
873 char *output; local
903 output = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL);
904 if (!output)
921 ahash_request_set_crypt(req, sg, output, speed[i].plen);
925 speed[i].plen, output, secs);
929 speed[i].plen, output);
938 kfree(output);
/linux-master/arch/powerpc/crypto/
H A Dghashp8-ppc.pl31 $output =shift;
52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
H A Daesp8-ppc.pl1969 my ($output,$inptail,$inpperm,$leperm,$keyperm) = map("v$_",(3..7));
2103 vcipherlast $output,$inout,$rndkey0
2105 le?vperm $tmp,$output,$output,$leperm
2108 be?stvx_u $output,0,$out
2135 vxor $output,$output,$rndkey0 # just in case $len<16
2144 vxor $output,$output,$tweak
2149 vsel $inout,$inout,$output,
[all...]
/linux-master/arch/parisc/kernel/
H A Ddrivers.c333 static char *print_hwpath(struct hardware_path *path, char *output) argument
339 output += sprintf(output, "%u/", (unsigned char) path->bc[i]);
341 output += sprintf(output, "%u", (unsigned char) path->mod);
342 return output;
348 * @output: Pointer to a previously-allocated array to place the path in.
350 * This function fills in the output array with a human-readable path
354 char *print_pa_hwpath(struct parisc_device *dev, char *output) argument
360 return print_hwpath(&path, output);
389 print_pci_hwpath(struct pci_dev *dev, char *output) argument
404 char *output = name; local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh21 -n: disable TAP output
H A Dcharge_reserved_hugetlb.sh181 output=$(mktemp)
187 "$cgroup" "$path" "$method" "$private" "-l" "$reserve" 2>&1 | tee $output &
192 until grep -q -i "DONE" $output; do
203 echo ================= write_hugetlb_memory.sh output is:
204 cat $output
205 echo ================= end output.
/linux-master/tools/scripts/
H A DMakefile.include14 # check that the output directory actually exists
17 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux-master/tools/perf/util/
H A Dstat.h94 FILE *output; member in struct:perf_stat_config
H A Dstat-display.c74 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena);
83 fprintf(config->output, "%s%" PRIu64 "%s%.2f",
93 fprintf(config->output, "\"event-runtime\" : %" PRIu64 ", \"pcnt-running\" : %.2f, ",
116 fprintf(config->output, " ( +-%6.2f%% )", pct);
122 fprintf(config->output, "%s%.2f%%", config->csv_sep, pct);
128 fprintf(config->output, "\"variance\" : %.2f, ", pct);
162 fprintf(config->output, " %-*s", CGROUP_LEN, cgrp_name);
167 fprintf(config->output, "%s%s", config->csv_sep, cgrp_name);
172 fprintf(config->output, "\"cgroup\" : \"%s\", ", cgrp_name);
192 FILE *output local
245 FILE *output = config->output; local
299 FILE *output = config->output; local
661 FILE *output = config->output; local
685 FILE *output = config->output; local
705 FILE *output = config->output; local
970 FILE *output = config->output; local
1044 FILE *output = config->output; local
1261 FILE *output = config->output; local
1307 FILE *output = config->output; local
1390 print_table(struct perf_stat_config *config, FILE *output, int precision, double avg) argument
1426 FILE *output = config->output; local
1480 FILE *output = config->output; local
[all...]
H A Dsort.c71 * output) with a '.' character, that thus it's the only non valid separator.
994 .se_header = "Trace output",
2922 /* record max width for output */
3355 * we don't want to display it in the output fields.
3677 static bool get_elide(int idx, FILE *output) argument
3681 return __get_elide(symbol_conf.sym_list, "symbol", output);
3683 return __get_elide(symbol_conf.dso_list, "dso", output);
3685 return __get_elide(symbol_conf.comm_list, "comm", output);
3695 return __get_elide(symbol_conf.sym_from_list, "sym_from", output);
3697 return __get_elide(symbol_conf.sym_to_list, "sym_to", output);
3713 sort__setup_elide(FILE *output) argument
[all...]
H A Dsrcline.c478 char *output = NULL; local
481 io__getline(&io, &output, &output_len);
484 pr_warning("\t%c%s", ch, output);
/linux-master/tools/perf/
H A Dbuiltin-trace.c149 FILE *output; member in struct:trace
1614 color_fprintf(trace->output, PERF_COLOR_RED,
1906 trace->output);
1947 fputs("\nError:\t Not enough memory for parsing\n", trace->output);
2147 fprintf(trace->output, "Invalid syscall %d id, skipping (%s, %" PRIu64 ") ...\n",
2182 fprintf(trace->output, "Problems reading syscall %d: %d (%s)", id, -err, str_error_r(-err, sbuf, sizeof(sbuf)));
2184 fprintf(trace->output, "(%s)", trace->syscalls.table[id].name);
2185 fputs(" information\n", trace->output);
2264 printed = trace__fprintf_entry_head(trace, trace->current, 0, false, ttrace->entry_time, trace->output);
2265 printed += len = fprintf(trace->output, "
[all...]
H A Dbuiltin-stat.c8 * Sample output:
351 fprintf(stat_config.output,
1214 OPT_BOOLEAN('j', "json-output", &stat_config.json_output,
1220 OPT_STRING('o', "output", &output_name, "file", "output file name"),
1221 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
1223 "log output to fd, instead of stderr"),
1284 "don't print 'summary' for CSV summary output"),
1286 "don't print any output, messages or warnings (useful with record)"),
2164 fprintf(stat_config.output,
2530 FILE *output = stderr; local
[all...]
H A Dbuiltin-script.c191 {.str = "bpf-output", .field = PERF_OUTPUT_BPF_OUTPUT},
230 } output[OUTPUT_TYPE_MAX] = { variable in typeref:struct:__anon1548
334 /* For metric output */
398 if (output[j].user_set)
418 #define PRINT_FIELD(x) (output[output_type(attr->type)].fields & PERF_OUTPUT_##x)
430 if (output[type].user_set_fields & field) {
441 output[type].fields &= ~field;
572 output[type].print_ip_opts = 0;
574 output[type].print_ip_opts |= EVSEL__PRINT_IP;
577 output[typ
[all...]

Completed in 289 milliseconds

1234567891011>>