Home
last modified time | relevance | path

Searched refs:output (Results 501 – 525 of 6206) sorted by relevance

1...<<21222324252627282930>>...249

/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996-sony-xperia-tone.dtsi158 output-low;
163 output-low;
169 output-low;
174 output-low;
179 output-low;
297 output-low;
307 output-low;
397 output-low;
407 output-low;
927 output-low;
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dbaikal,bt1-ccu-div.yaml50 output is primarily connected to a set of CCU PLLs. Some of PLLs CLKOUT are
67 external clock oscillator, SETCLK - a command to update the output clock in
69 the output clock stabilization, EN - enable/disable the divider block,
76 The clock dividers, which output clock is then consumed by the SoC individual
78 Similarly the dividers with output clocks utilized as AXI-bus reference clocks
96 - description: CCU SATA PLL output clock
97 - description: CCU PCIe PLL output clock
98 - description: CCU Ethernet PLL output clock
111 - description: CCU SATA PLL output clock
112 - description: CCU PCIe PLL output clock
[all …]
/openbmc/linux/drivers/media/i2c/
H A Dadv7343.c55 u32 output; member
293 v4l2_info(sd, "Output: %s\n", (state->output == 0) ? "Composite" : in adv7343_log_status()
294 ((state->output == 1) ? "Component" : "S-Video")); in adv7343_log_status()
340 u32 input, u32 output, u32 config) in adv7343_s_routing() argument
345 if (state->output == output) in adv7343_s_routing()
348 err = adv7343_setoutput(sd, output); in adv7343_s_routing()
350 state->output = output; in adv7343_s_routing()
382 err = adv7343_setoutput(sd, state->output); in adv7343_initialize()
457 state->output = ADV7343_COMPOSITE_ID; in adv7343_probe()
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_hw.c183 int hw_sm750_output_setMode(struct lynxfb_output *output, in hw_sm750_output_setMode() argument
193 channel = *output->channel; in hw_sm750_output_setMode()
198 if (output->paths & sm750_panel) in hw_sm750_output_setMode()
200 if (output->paths & sm750_crt) in hw_sm750_output_setMode()
205 if (output->paths & sm750_panel) in hw_sm750_output_setMode()
207 if (output->paths & sm750_crt) in hw_sm750_output_setMode()
385 int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank) in hw_sm750le_setBLANK() argument
414 if (output->paths & sm750_crt) { in hw_sm750le_setBLANK()
426 int hw_sm750_setBLANK(struct lynxfb_output *output, int blank) in hw_sm750_setBLANK() argument
459 if (output->paths & sm750_crt) { in hw_sm750_setBLANK()
[all …]
/openbmc/phosphor-debug-collector/
H A Dmeson.build19 # as output
20 # eg: unit_file += {'input:'<path>, 'output':<service name>}
123 output : 'config.h'
130 'output': 'dump_types.yaml'}
138 output : yaml_file.get('output'),
140 concatenate_command += meson.project_build_root() + '/' + yaml_file.get('output') + ' '
169 output : 'dump_types.hpp'
191 output : 'dump_types.cpp'
307 output: u.get('output')
/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c226 obj = output->pointer; in tlmi_extract_error()
250 output.pointer = NULL; in tlmi_simple_call()
258 kfree(output.pointer); in tlmi_simple_call()
272 obj = output->pointer; in tlmi_extract_output_string()
299 &output); in tlmi_get_pwd_settings()
303 obj = output.pointer; in tlmi_get_pwd_settings()
360 kfree(output.pointer); in tlmi_setting()
365 kfree(output.pointer); in tlmi_setting()
385 kfree(output.pointer); in tlmi_get_bios_selections()
662 obj = output.pointer; in cert_thumbprint()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dnuvoton,sgpio.yaml20 to 64 output pins, and up to 64 input pins, the pin is only for GPI or GPO.
24 - ngpios is number of nuvoton,input-ngpios GPIO lines and nuvoton,output-ngpios GPIO lines.
26 nuvoton,output-ngpios GPIO lines is only for GPO.
55 nuvoton,output-ngpios:
69 - nuvoton,output-ngpios
86 nuvoton,output-ngpios = <64>;
/openbmc/linux/Documentation/hwmon/
H A Dxdp710.rst30 output voltage, output current, input power and temperature.
47 The driver provides the following attributes for output voltage:
55 The driver provides the following attributes for output current:
H A Dpli1209bc.rst43 in2_rated_min Minimum rated output voltage.
44 in2_rated_max Maximum rated output voltage.
56 curr2_crit Critical output current.
58 curr2_max Maximum output current.
67 power2_rated_max Maximum rated output power.
/openbmc/linux/lib/kunit/
H A Dstring-stream-test.c33 char *output; in string_stream_test_get_string() local
38 output = string_stream_get_string(stream); in string_stream_test_get_string()
39 KUNIT_ASSERT_STREQ(test, output, "Foo bar"); in string_stream_test_get_string()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A D0001-Run-native-cd_idt8-cd_create_profile.patch25 output: arg + '.cmf',
38 output: arg + '.sp',
51 output: arg + '.icc',
52 - command: [ cd_create_profile, '--output=@OUTPUT@', '@INPUT@' ],
53 + command: [ 'cd_create_profile', '--output=@OUTPUT@', '@INPUT@' ],
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.h46 void (*set_xbar_cfg)(struct vfe_device *vfe, struct vfe_output *output, u8 enable);
67 static inline u8 vfe_calc_interp_reso(u16 input, u16 output) in vfe_calc_interp_reso() argument
69 if (input / output >= 16) in vfe_calc_interp_reso()
72 if (input / output >= 8) in vfe_calc_interp_reso()
75 if (input / output >= 4) in vfe_calc_interp_reso()
/openbmc/qemu/tests/unit/
H A Dio-channel-helpers.c32 char *output; member
80 data->output = g_new0(gchar, data->len); in qio_channel_test_new()
94 data->outputv[i].iov_base = data->output + offset; in qio_channel_test_new()
152 test->output, in qio_channel_test_validate()
158 g_free(test->output); in qio_channel_test_validate()
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5260-xyref5260.dts33 clock-output-names = "fin_pll";
40 clock-output-names = "ioclk_pcm_extclk";
47 clock-output-names = "ioclk_i2s_cdclk";
54 clock-output-names = "ioclk_spdif_extclk";
61 clock-output-names = "xrtcxti";
/openbmc/qemu/hw/gpio/
H A Dpcf8574.c45 uint8_t output; /* Pull-up (1) or drive low (0) on bit */ member
55 s->output = MAKE_64BIT_MASK(0, PORTS_COUNT); in pcf8574_reset()
61 return s->input & s->output; in pcf8574_line_state()
86 s->output = data; in pcf8574_tx()
111 VMSTATE_UINT8(output, PCF8574State),
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8-ss-dma.dtsi20 clock-output-names = "dma_ipg_clk";
142 clock-output-names = "spi0_lpcg_clk",
154 clock-output-names = "spi1_lpcg_clk",
166 clock-output-names = "spi2_lpcg_clk",
178 clock-output-names = "spi3_lpcg_clk",
375 clock-output-names = "i2c0_lpcg_clk",
387 clock-output-names = "i2c1_lpcg_clk",
399 clock-output-names = "i2c2_lpcg_clk",
411 clock-output-names = "i2c3_lpcg_clk",
423 clock-output-names = "adc0_lpcg_clk",
[all …]
/openbmc/linux/sound/firewire/motu/
H A Dmotu-register-dsp-message-parser.c250 if (param->mixer.output.paired_volume[mixer_ch] != val) { in snd_motu_register_dsp_message_parser_parse()
252 param->mixer.output.paired_volume[mixer_ch] = val; in snd_motu_register_dsp_message_parser_parse()
256 if (param->mixer.output.paired_flag[mixer_ch] != val) { in snd_motu_register_dsp_message_parser_parse()
258 param->mixer.output.paired_flag[mixer_ch] = val; in snd_motu_register_dsp_message_parser_parse()
268 if (parser->param.output.main_paired_volume != val) { in snd_motu_register_dsp_message_parser_parse()
270 parser->param.output.main_paired_volume = val; in snd_motu_register_dsp_message_parser_parse()
274 if (parser->param.output.hp_paired_volume != val) { in snd_motu_register_dsp_message_parser_parse()
276 parser->param.output.hp_paired_volume = val; in snd_motu_register_dsp_message_parser_parse()
280 if (parser->param.output.hp_paired_assignment != val) { in snd_motu_register_dsp_message_parser_parse()
282 parser->param.output.hp_paired_assignment = val; in snd_motu_register_dsp_message_parser_parse()
/openbmc/linux/tools/perf/arch/x86/util/
H A Diostat.c76 static void iio_root_port_show(FILE *output, in iio_root_port_show() argument
79 if (output && rp) in iio_root_port_show()
80 fprintf(output, "S%d-uncore_iio_%d<%04x:%02x>\n", in iio_root_port_show()
381 iio_root_port_show(config->output, rp); in iostat_list()
420 fputs("port,", config->output); in iostat_print_header_prefix()
422 fprintf(config->output, "# time port "); in iostat_print_header_prefix()
424 fprintf(config->output, " port "); in iostat_print_header_prefix()
460 fprintf(config->output, "%s", prefix); in iostat_print_counters()
466 fprintf(config->output, "\n%s", prefix); in iostat_print_counters()
470 fputc('\n', config->output); in iostat_print_counters()
/openbmc/linux/drivers/base/
H A Dsoc.c73 const char *output; in soc_info_show() local
76 output = soc_dev->attr->machine; in soc_info_show()
78 output = soc_dev->attr->family; in soc_info_show()
80 output = soc_dev->attr->revision; in soc_info_show()
82 output = soc_dev->attr->serial_number; in soc_info_show()
84 output = soc_dev->attr->soc_id; in soc_info_show()
88 return sysfs_emit(buf, "%s\n", output); in soc_info_show()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-version.txt15 on the standard output.
18 compiled-in libraries are printed on the standard output.
24 standard output.
/openbmc/linux/arch/s390/boot/
H A Ddecompressor.c81 void *output = (void *)decompress_offset; in decompress_kernel() local
84 NULL, NULL, output, vmlinux.image_size, NULL, error); in decompress_kernel()
85 return output; in decompress_kernel()
/openbmc/openbmc-tools/sensor_yaml_config/
H A DREADME.md13 sensor_yaml_config.py -i <input.yaml> -o <output.yaml>
19 sensor_yaml_config.py -i <input.yaml> -o <output.yaml> -f
26 sensor_yaml_config.py -i <input.yaml> -o <output.yaml> -f -r <machine.rpt>
40 sensor_yaml_config.py -i <input.yaml> -o <output.json> -d
/openbmc/qemu/tests/tcg/i386/
H A DREADME7 generates a text output, for comparison with the output obtained with
21 This program executes most SSE/AVX instructions and generates a text output,
22 for comparison with the output obtained with a real CPU or another emulator.
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A D__init__.py13 def __init__(self, retcode, cmd, output = None): argument
16 self.output = output
18 …mand '%s' returned non-zero exit status %d with output: %s" % (self.cmd, self.retcode, self.output)
/openbmc/qemu/tests/tcg/multiarch/system/
H A DMakefile.softmmu-target24 --output $<.gdb.out \
33 --output $<.gdb.out \
42 --output untimely-packet.gdb.out \
56 --output $<.registers.gdb.out \

1...<<21222324252627282930>>...249