Searched refs:output (Results 226 - 250 of 949) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/kvm/vmx/
H A Dvmx_ops.h97 asm_goto_output("1: vmread %[field], %[output]\n\t"
102 : [output] "=r" (value)
/linux-master/arch/x86/include/asm/
H A Duaccess.h299 "1: mov"itype" %[umem],%[output]\n" \
301 : [output] ltype(x) \
322 [output] "=&A"(x) \
360 "1: mov"itype" %[umem],%[output]\n" \
366 [output] "=a" (x) \
438 * Unlike the normal CMPXCHG, use output GPR for both success/fail and error.
442 * is an input+output as there will be no register available for input.
/linux-master/tools/perf/util/
H A Devlist.c870 int output, struct perf_cpu cpu)
875 return mmap__mmap(map, mp, output, cpu);
869 perf_evlist__mmap_cb_mmap(struct perf_mmap *_map, struct perf_mmap_param *_mp, int output, struct perf_cpu cpu) argument
H A Dzstd.c37 ZSTD_outBuffer output; local
61 output = (ZSTD_outBuffer){ dst, (dst_size > max_record_size) ?
63 ret = ZSTD_compressStream(data->cstream, &output, &input);
64 ZSTD_flushStream(data->cstream, &output);
71 size = output.pos;
86 ZSTD_outBuffer output = { dst, dst_size, 0 }; local
103 ret = ZSTD_decompressStream(data->dstream, &output, &input);
106 src_size, output.size, dst_size, ZSTD_getErrorName(ret));
109 output.dst = dst + output
[all...]
H A Dstat.c411 * otherwise too many 0 output.
438 * When any result is bad, make them all to give consistent output
498 * so we can use ps->aggr[0] as the actual output.
504 fprintf(config->output, "%s: %" PRIu64 " %" PRIu64 " %" PRIu64 "\n",
H A Dgenelf.c58 char *output; member in struct:options
240 * fd: file descriptor open for writing for the output file
H A Ddso.c261 int (*decompress)(const char *input, int output);
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh10 local output=$4
35 if [ "${output}" != "${line_output}" ]; then
36 echo "FAILED: wrong output"
57 local output=$5
92 if [ "${output}" != "${line_output}" ]; then
93 echo "FAILED: wrong output"
183 # pid:daemon:base:base/output:base/lock
186 check_line_first ${line} daemon ${base} ${base}/output ${base}/lock "0"
189 # pid:size:-e cpu-clock:base/size:base/size/output:base/size/control:base/size/ack:0
193 ${base}/session-size/output
[all...]
H A Dtest_perf_data_converter_json.sh14 result=$(mktemp /tmp/__perf_test.output.json.XXXXX)
/linux-master/sound/usb/
H A Dmidi2.c54 /* A USB MIDI input/output endpoint */
104 /* submit URBs as much as possible; used for both input and output */
136 /* prepare for output submission: copy from rawmidi buffer to urb packet */
158 /* URB completion for output; re-filling and re-submit */
710 int input, output; local
725 output = ep_out ? 1 : 0;
727 output, input, &ump);
770 /* look for the matching output endpoint and create UMP object if found */
961 /* only input in this loop; output is matched in find_midi_ump() */
/linux-master/net/ipv6/
H A Daddrconf_core.c195 int (*output)(struct net *, struct sock *, struct sk_buff *))
/linux-master/include/net/
H A Dip.h171 int (*output)(struct net *, struct sock *, struct sk_buff *));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c682 struct mlx5dr_cmd_query_flow_table_details output; local
690 &output);
698 dest_tbl->fw_tbl.tx_icm_addr = output.sw_owner_icm_root_1;
699 dest_tbl->fw_tbl.rx_icm_addr = output.sw_owner_icm_root_0;
/linux-master/tools/perf/
H A Dbuiltin-inject.c120 struct perf_data output; member in struct:perf_inject
144 size = perf_data__write(&inject->output, buf, sz);
247 if (!inject->output.is_pipe) {
250 offset = lseek(inject->output.file.fd, 0, SEEK_CUR);
401 ret = jit_process(inject->session, &inject->output, machine,
516 ret = jit_process(inject->session, &inject->output, machine,
1242 * session where they will be output to the Build ID feature section
1285 * perf does not support processing 2 sessions simultaneously, so output
1791 inject->output.is_dir = true;
1943 inject->input_name, inject->output
[all...]
/linux-master/sound/pci/hda/
H A Dhda_generic.c624 if (type == AC_WID_PIN && !idx) /* only for output pins */
1179 /* if there is really a single DAC used in the whole output paths,
1237 /* for a single channel output, we don't have to name the channel */
1251 * Parse output paths
1256 /* No primary DAC is found for the main output */
1258 /* No DAC is found for the extra output */
1262 /* No individual DAC for extra output */
1347 /* get the DAC of the primary output corresponding to the given array index */
1450 /* print_nid_path(codec, "output", path); */
1634 /* print_nid_path(codec, "output", pat
2374 set_multi_io(struct hda_codec *codec, int idx, bool output) argument
[all...]
/linux-master/fs/netfs/
H A DMakefile14 output.o
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c936 // dscc - output cdc fifo
942 // dscc - output serializer
957 // dscc - output cdc fifo
961 // dscc - output serializer
976 // dscc - output cdc fifo
978 // dscc - output serializer
1093 dml_print("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf);
1264 dml_print("DML::%s: Tdmbf: %fus - time for dmd transfer from dchub to dio output buffer\n", __func__, s->Tdmbf);
2694 display_cfg->output.PixelClockBackEnd[k] = display_cfg->timing.PixelClock[k];
5446 } else { // output i
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl72 # git output parsing needs US English output, so first set backtick child process LANGUAGE
110 --show-types show the specific message type in the output
139 --color[=WHEN] Use colors 'always', 'never', or only when output
1222 my $output = `${git_command} ls-files -- $filename 2>/dev/null`;
1223 my $count = $output =~ tr/\n//;
1224 return $count eq 1 && $output =~ m{^${filename}$};
1232 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`;
1233 $output =~ s/^\s*//gm;
1234 my @lines = split("\n", $output);
[all...]
/linux-master/drivers/video/fbdev/
H A Dtridentfb.c787 output("%dx%d flat panel found\n", x, y);
985 output("framebuffer size = %d Kb\n", k / Kb);
1701 output("fb%d: %s frame buffer device %dx%d-%dbpp\n",
/linux-master/drivers/tty/
H A Dn_gsm.c774 * @output: output buffer
782 static int gsm_stuff_frame(const u8 *input, u8 *output, int len) argument
789 *output++ = GSM1_ESCAPE;
790 *output++ = *input++ ^ GSM1_ESCAPE_BITS;
793 *output++ = *input++;
1127 /* Add to the actual output queue */
1527 /* Need to throttle our output on this device */
3446 * @data: bytes to output
3482 * avoid dead-locking. This returns if no space or data is left for output
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzv2m.c147 /* Mask input/output */
155 /* Unmask input/output */
767 u8 bit, bool output)
769 rzv2m_writel_we(pctrl->base + OE(port), bit, output);
770 rzv2m_writel_we(pctrl->base + IE(port), bit, !output);
839 * drive the GPIO pin as an output.
766 rzv2m_gpio_set_direction(struct rzv2m_pinctrl *pctrl, u32 port, u8 bit, bool output) argument
/linux-master/drivers/input/touchscreen/
H A Dusbtouchscreen.c453 struct device_attribute *attr, char *output)
459 return sysfs_emit(output, "%1x.%1x\n",
711 /* set coordinate output rate */
966 /* find first input and output endpoint */
452 mtouch_firmware_rev_show(struct device *dev, struct device_attribute *attr, char *output) argument
/linux-master/drivers/iio/resolver/
H A Dad2s1210.c336 * Software reset reinitializes the excitation frequency output.
344 * Soft reset always triggers some faults due the change in the output
356 /* Have to toggle sample line to get fault output pins to reset. */
973 /* excitation frequency output */
977 .output = 1,
1144 if (chan->output)
1177 if (chan->output)
1216 if (chan->output)
/linux-master/drivers/iio/frequency/
H A Dadf4377.c664 /* Set output Amplitude */
864 .output = 1,
H A Dadmv1014.c523 .output = 0, \
535 .output = 0, \
545 .output = 0, \
555 .output = 0, \

Completed in 327 milliseconds

1234567891011>>