Searched refs:output (Results 101 - 125 of 949) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/
H A Dbuiltin-c2c.c2042 char *output = output_ ? strdup(output_) : NULL; local
2046 PARSE_LIST(output, c2c_hists__init_output);
2049 /* copy sort keys to output fields */
2055 * the processing a lot with big number of output
2060 /* and then copy output fields to sort keys */
2064 free(output);
2077 * later anyway, and that's where we add output fields
2089 const char *output,
2093 return hpp_list__parse(&c2c_hists->list, output, sort);
3000 pr_debug("coalesce output field
2088 c2c_hists__reinit(struct c2c_hists *c2c_hists, const char *output, const char *sort) argument
[all...]
/linux-master/tools/lib/perf/
H A Devlist.c440 int output, struct perf_cpu cpu)
442 return perf_mmap__mmap(map, mp, output, cpu);
467 int *output, fd, cpu; local
482 output = _output_overwrite;
485 output = _output;
490 if (*output == -1) {
491 *output = fd;
512 pr_debug("idx %d: mmapping fd %d\n", idx, *output);
513 if (ops->mmap(map, mp, *output, evlist_cpu) < 0)
522 pr_debug("idx %d: set output f
439 perf_evlist__mmap_cb_mmap(struct perf_mmap *map, struct perf_mmap_param *mp, int output, struct perf_cpu cpu) argument
562 int output = -1; local
572 int output = -1; local
602 int output = -1; local
[all...]
/linux-master/tools/build/feature/
H A DMakefile90 BUILD = $(__BUILD) > $(@:.bin=.make.output) 2>&1
95 BUILDXX = $(__BUILDXX) > $(@:.bin=.make.output) 2>&1
356 > $(@:.bin=.make.output) 2>&1
361 > $(@:.bin=.make.output) 2>&1
370 > $(@:.bin=.make.output) 2>&1
393 rm -f $(FILES) $(OUTPUT)*.d $(FILES:.bin=.make.output)
/linux-master/sound/pci/
H A Dfm801.c132 #define FM801_GPIO_GD0 (1<<8) /* directions: 1 = input, 0 = output*/
795 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
806 if (output) {
H A Des1968.c37 * /dev/dsp? device. 2 channels for output, and 4 channels for
1044 Channels are swapped. I don't know, about the output
2126 First frob the "master output enable" bit,
2193 w &= ~SPDIF_CONFB; /* disable S/PDIF output */
2546 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output) argument
2553 if (output) {
/linux-master/sound/core/
H A Dump.c99 * @output: 1 for enabling output
104 * instance with one input and/or one output rawmidi stream (either uni-
110 * depending on the given @output and @input.
119 int output, int input,
128 if (output)
130 if (input && output)
144 output, input, info_flags);
158 if (output)
452 return "output";
118 snd_ump_endpoint_new(struct snd_card *card, char *id, int device, int output, int input, struct snd_ump_endpoint **ump_ret) argument
1157 bool input, output; local
[all...]
H A Drawmidi.c375 rfile->input = rfile->output = NULL;
407 rfile->output = soutput;
516 if (rawmidi_file->output && rawmidi_file->output->runtime)
517 rawmidi_file->output->runtime->oss = (maj == SOUND_MAJOR);
579 if (rfile->output) {
580 close_substream(rmidi, rfile->output, 1);
581 rfile->output = NULL;
824 if (rfile->output == NULL)
826 err = snd_rawmidi_output_status(rfile->output,
[all...]
/linux-master/sound/core/seq/
H A Dseq_ump_client.c48 struct snd_rawmidi_file out_rfile; /* rawmidi for output */
100 substream = client->out_rfile.output;
H A Dseq_midi.c108 pr_err("ALSA: seq_midi: MIDI output buffer overrun\n");
132 substream = msynth->output_rfile.output;
213 /* open associated midi device for output */
225 pr_debug("ALSA: seq_midi: midi output open failed!!!\n");
232 err = snd_rawmidi_output_params(msynth->output_rfile.output, &params);
241 /* close associated midi device for output */
246 if (snd_BUG_ON(!msynth->output_rfile.output))
248 snd_rawmidi_drain_output(msynth->output_rfile.output);
/linux-master/include/linux/spi/
H A Dspi_bitbang.h34 int (*set_line_direction)(struct spi_device *spi, bool output);
/linux-master/drivers/spi/
H A Dspi-gpio.c262 static int spi_gpio_set_direction(struct spi_device *spi, bool output) argument
267 if (output)
285 * from output to input. Theoretically there should be
/linux-master/drivers/pwm/
H A Dpwm-lp3943.c41 pwm_map->output = pdata->pwms[hwpwm]->output;
45 offset = pwm_map->output[i];
74 offset = pwm_map->output[i];
140 index = pwm_map->output[i];
164 * To enable/disable the PWM, these output pins should be configured.
220 enum lp3943_pwm_output *output; local
232 * Read the output map configuration from the device tree.
244 output = devm_kcalloc(dev, num_outputs, sizeof(*output),
[all...]
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c167 TP_HKEY_EV_VOL_MUTE = 0x1017, /* Mixer output mute */
4824 TP_ACPI_VIDEO_S_LCD = 0x01, /* LCD output enabled */
4825 TP_ACPI_VIDEO_S_CRT = 0x02, /* CRT output enabled */
4826 TP_ACPI_VIDEO_S_DVI = 0x08, /* DVI output enabled */
9296 int output; local
9303 if (!acpi_evalf(hkey_handle, &output, t->name, "dd",
10004 int output; local
10009 if (!acpi_evalf(lcdshadow_set_handle, &output, NULL, "dd", (int)state))
10018 int output; local
10020 if (!acpi_evalf(lcdshadow_get_handle, &output, NUL
10034 int output; local
10137 dytc_command(int command, int *output) argument
10152 int output, err; local
10167 int output; local
10457 dytc_cql_command(int command, int *output) argument
10498 int output; local
10546 int output = 0, err = 0; local
10582 int err, output; local
10705 int output; local
10718 get_keyboard_lang(int *output) argument
10748 int output, err, i, len = 0; local
10824 int err, output; local
10845 dprc_command(int command, int *output) argument
10870 int output, err; local
[all...]
H A Dthink-lmi.c214 static int tlmi_extract_error(const struct acpi_buffer *output) argument
218 obj = output->pointer;
231 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
240 /* (re)initialize output buffer to default state */
241 output.length = ACPI_ALLOCATE_BUFFER;
242 output.pointer = NULL;
244 status = wmi_evaluate_method(guid, 0, 0, &input, &output);
246 kfree(output.pointer);
249 err = tlmi_extract_error(&output);
250 kfree(output
258 tlmi_extract_output_string(const struct acpi_buffer *output, char **string) argument
282 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
346 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
364 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
643 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
[all...]
H A Dideapad-laptop.c762 unsigned long *output)
767 err = eval_dytc(priv->adev->handle, DYTC_CMD_GET, output);
771 cur_funcmode = (*output >> DYTC_GET_FUNCTION_BIT) & 0xF;
782 cmd_err = eval_dytc(priv->adev->handle, cmd, output);
803 unsigned long output; local
824 &output);
841 unsigned long output; local
845 err = dytc_cql_command(priv, DYTC_CMD_GET, &output);
850 perfmode = (output >> DYTC_GET_MODE_BIT) & 0xF;
882 unsigned long output; local
761 dytc_cql_command(struct ideapad_private *priv, unsigned long cmd, unsigned long *output) argument
[all...]
H A Dasus-wmi.c320 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
326 &input, &output);
331 obj = (union acpi_object *)output.pointer;
363 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
369 &input, &output);
374 obj = (union acpi_object *)output.pointer;
390 * Returns as an error if the method output is not a buffer. Typically this
402 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
408 &input, &output);
413 obj = (union acpi_object *)output
4328 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
[all...]
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c295 /* map output size to the corresponding WMI method id */
316 * buffer: Buffer used as input and/or output
318 * outsize: Size of output buffer
323 * -EINVAL if the output buffer size exceeds buffersize
325 * Note: The buffersize must at least be the maximum of the input and output
327 * and 128 byte output. The caller would do:
334 struct acpi_buffer input, output = { ACPI_ALLOCATE_BUFFER, NULL }; local
361 ret = wmi_evaluate_method(HPWMI_BIOS_GUID, 0, mid, &input, &output);
365 obj = output.pointer;
387 /* Ignore output dat
[all...]
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c376 return dell_smbios_error(buffer->output[0]);
513 status = buffer.output[1];
519 hwswitch = buffer.output[1];
565 status = buffer.output[1];
573 hwswitch = buffer.output[1];
600 status = buffer.output[1];
606 hwswitch_state = buffer.output[1];
682 status = buffer.output[1];
691 hwswitch = buffer.output[1];
767 status = buffer.output[
[all...]
/linux-master/drivers/platform/x86/amd/pmf/
H A Dsps.c126 struct amd_pmf_apts_granular_output output; local
135 apts_get_static_slider_granular_v2(pdev, &output, i);
136 ps[i].table_version = output.val.table_version;
137 ps[i].fan_table_idx = output.val.fan_table_idx;
138 ps[i].pmf_ppt = output.val.pmf_ppt;
139 ps[i].ppt_pmf_apu_only = output.val.ppt_pmf_apu_only;
140 ps[i].stt_min_limit = output.val.stt_min_limit;
141 ps[i].stt_skin_temp_limit_apu = output.val.stt_skin_temp_limit_apu;
142 ps[i].stt_skin_temp_limit_hs2 = output.val.stt_skin_temp_limit_hs2;
150 struct apmf_static_slider_granular_output_v2 output; local
168 struct apmf_static_slider_granular_output output; local
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c214 * @iolh_groupb_oi: IOLH group B output impedance specific values
217 * @oen_max_pin: the maximum pin number supporting output enable
218 * @oen_max_port: the maximum port number supporting output enable
1420 bool output)
1434 reg16 |= (output ? PM_OUTPUT : PM_INPUT) << (bit * 2);
1536 * drive the GPIO pin as an output.
1419 rzg2l_gpio_set_direction(struct rzg2l_pinctrl *pctrl, u32 offset, bool output) argument
H A Dsh_pfc.h264 struct pinmux_range output; member in struct:sh_pfc_soc_info
H A Dcore.c329 range = &pfc->info->output;
369 /* Input/output types can only modify fields
376 * input-only or output-only pins without
/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c31 /* PIO output */
486 const struct st_pctl_data *data, unsigned long output)
491 if (output) {
607 int output = ST_PINCONF_UNPACK_OE(*config); local
628 delay = st_pinconf_bit_to_delay(delay_bits, data, output);
639 int output = ST_PINCONF_UNPACK_OE(*config); local
648 delay = st_pinconf_bit_to_delay(delay_bits, info->data, output);
685 * PIO port pins. Each pin can be configured as an input, output,
485 st_pinconf_bit_to_delay(unsigned int index, const struct st_pctl_data *data, unsigned long output) argument
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c53 * bit 15 - Value (if output)
56 * bit 21..22 - SLPM Value (if output)
677 NMK_CONFIG_PIN_ARRAY("ste,output", nmk_pin_output_modes),
680 NMK_CONFIG_PIN_ARRAY("ste,sleep-output", nmk_pin_sleep_output_modes),
1062 int pull, slpm, output, val, i; local
1081 output = PIN_DIR(cfg);
1102 output = slpm_output - 1;
1110 slpm_output ? (output ? "output" : "input")
1118 output
[all...]
/linux-master/drivers/perf/
H A Dxgene_pmu.c405 XGENE_PMU_EVENT_ATTR(output-req-async-fifo-stall, 0x13),
406 XGENE_PMU_EVENT_ATTR(output-data-async-fifo-stall, 0x14),

Completed in 308 milliseconds

1234567891011>>