/openbmc/linux/Documentation/hwmon/ |
H A D | ir36021.rst | 40 curr2_input Measured output current 48 in2_input Measured output voltage 56 power2_input Measured output power
|
/openbmc/qemu/scripts/performance/ |
H A D | topN_callgrind.py | 73 with open("/tmp/callgrind_annotate.out", "w") as output: 76 stdout=output, 80 output.close()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dump_utils.py | 56 output, stderr, rc = bsu.bmc_execute_command(cmd_buf, quiet=quiet) 58 BuiltIn().log_to_console(output) 59 return output.split("\n")
|
/openbmc/linux/Documentation/fb/ |
H A D | viafb.rst | 176 This option is used to specify LCD output port, 237 output devices that could be available on your platform. It is likely 249 forwarded to one or more output devices. Reading those files is a way 250 to query which output devices are currently used by an iga. 256 If there are no output devices printed the output of this iga is lost. 258 Writing to these files allows adjusting the output devices during 261 names (or a single one) in the same format as the output to those 272 Add CRT as output device to iga1:: 276 Remove (turn off) DVP1 and LVDS1 as output devices of iga2:: 280 Replace all iga1 output devices by CRT::
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit.py | 113 output = linux.run_kernel(args=args, 119 lines = kunit_parser.extract_tap_lines(output) 124 return [l for l in output if re.match(r'^[^\s.]+\.[^\s.]+$', l)] 132 output = linux.run_kernel(args=args, 138 lines = kunit_parser.extract_tap_lines(output) 160 output = _list_tests(linux, request) 161 for line in output: 228 output: Iterable[str] = input_data 232 output = kunit_parser.extract_tap_lines(output) 233 for line in output:
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dpaux.c | 48 struct tegra_output *output; member 276 if (dpaux->output) in tegra_dpaux_hotplug() 277 drm_helper_hpd_irq_event(dpaux->output->connector.dev); in tegra_dpaux_hotplug() 720 int drm_dp_aux_attach(struct drm_dp_aux *aux, struct tegra_output *output) in drm_dp_aux_attach() argument 726 aux->drm_dev = output->connector.dev; in drm_dp_aux_attach() 731 output->connector.polled = DRM_CONNECTOR_POLL_HPD; in drm_dp_aux_attach() 732 dpaux->output = output; in drm_dp_aux_attach() 734 if (output->panel) { in drm_dp_aux_attach() 771 if (dpaux->output->panel) { in drm_dp_aux_detach() 794 dpaux->output = NULL; in drm_dp_aux_detach()
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | perl.py | 17 … status, output = self.target.run("perl -e '$_=\"Uryyb, jbeyq\"; tr/a-zA-Z/n-za-mN-ZA-M/;print'") 19 self.assertEqual(output, "Hello, world")
|
H A D | gstreamer.py | 14 status, output = self.target.run('gst-inspect-1.0') 19 …status, output = self.target.run('gst-launch-1.0 -v fakesrc silent=false num-buffers=3 ! fakesink …
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | perl.py | 21 output = self._run(cmd) 22 self.assertEqual(output, "Hello, world")
|
H A D | python.py | 21 output = self._run(cmd) 22 self.assertEqual(output, "Hello, world\n")
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_pipe.c | 277 pipe->output = NULL; in vsp1_pipeline_reset() 307 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_pipeline_run() 310 vsp1_write(vsp1, VI6_CMD(pipe->output->entity.index), in vsp1_pipeline_run() 332 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_pipeline_stop() 342 ret = vsp1_reset_wpf(vsp1, pipe->output->entity.index); in vsp1_pipeline_stop() 376 vsp1_wpf_stop(pipe->output); in vsp1_pipeline_stop() 404 flags = vsp1_dlm_irq_frame_end(pipe->output->dlm); in vsp1_pipeline_frame_end()
|
/openbmc/qemu/ui/ |
H A D | meson.build | 82 output: 'dbus-display1.xml', 86 output: ['dbus-display1.h', 'dbus-display1.c'], 90 '--output-directory', meson.current_build_dir(), 177 output = 'input-keymap-@0@-to-@1@.c.inc'.format(e[0], e[1]) variable 178 genh += custom_target(output, 179 output: output,
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | meson.build | 40 output: 'pathgentest.hpp', 76 output: 'propertygentest.hpp', 112 output: 'propertywatchgentest.hpp', 148 output: 'callbackgentest.hpp', 183 output: 'callbackgroupgentest.hpp', 218 output: 'conditiongentest.hpp', 283 output: 'interfaceaddtest.hpp',
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 148 FILE *output; member 1905 trace->output); in trace__validate_ev_qualifier() 2593 fputc('\n', trace->output); 2853 fputc(')', trace->output); 2874 trace->output); 2882 fprintf(trace->output, ")\n"); 2965 fprintf(trace->output, "] => "); 4096 fprintf(trace->output, 4695 .output = stderr, 5049 fprintf(trace.output, "%s", bf); [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,omap4-dss.txt | 22 - Video port for DPI output 55 - Video port for RFBI output 71 - Video port for VENC output 92 - Video port for DSI output 115 - Video port for HDMI output
|
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
H A D | controllerimage.py | 111 status, output = conn.run("sync; { sleep 1; reboot; } > /dev/null &") 113 … target and no power control command defined. You need to manually reset the device.\n%s" % output) 124 status, output = self.controller.run("cat /etc/controllerimage") 132 status, output = self.controller.run("cat /etc/controllerimage") 134 bb.fatal("No ssh connectivity or target isn't running a controller image.\n%s" % output)
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | custom-target-cfg.patch | 35 + // If current target is not included in the `--print=all-target-specs-json` output, 88 let output = match command.output() { 89 Ok(output) => output,
|
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ltc2688.yaml | 55 description: The channel number representing the DAC output channel. 61 fast switching of a DAC output between two different DAC codes without 65 adi,output-range-microvolt: 66 description: Specify the channel output full scale range. 139 adi,output-range-microvolt = <0 10000000>;
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | ti,tlv320aic3x.yaml | 20 CODEC output pins: 80 description: MICBIAS output is powered to 2.0V. 82 description: MICBIAS output is powered to 2.5V. 84 description: MICBIAS output is connected to AVDD. 106 description: ADC analog and output driver voltage.
|
/openbmc/linux/drivers/clk/st/ |
H A D | clkgen-pll.c | 315 static int clk_pll3200c32_get_params(unsigned long input, unsigned long output, in clk_pll3200c32_get_params() argument 329 if (output < 800000000 || output > 1600000000) in clk_pll3200c32_get_params() 333 output /= 1000; in clk_pll3200c32_get_params() 336 n = i * output / (2 * input); in clk_pll3200c32_get_params() 346 new_deviation = abs(new_freq - output); in clk_pll3200c32_get_params() 476 static int clk_pll4600c28_get_params(unsigned long input, unsigned long output, in clk_pll4600c28_get_params() argument 485 if (output < 19000000 || output > 3000000000u) in clk_pll4600c28_get_params() 495 n = output / (infin * 2); in clk_pll4600c28_get_params() 503 if (new_freq < output) in clk_pll4600c28_get_params() 506 new_deviation = new_freq - output; in clk_pll4600c28_get_params()
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | __init__.py | 141 output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) 143 output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) 341 "returned %d:\n%s" % (cmd, e.returncode, e.output.decode("utf-8"))) 369 output = subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT).decode("utf-8") 370 bb.note(output) 372 for line in output.split('\n'): 381 (cmd, e.returncode, e.output.decode("utf-8"))) 396 output = subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT).decode("utf-8") 397 bb.note(output) 400 "returned %d:\n%s" % (e.cmd, e.returncode, e.output.decode("utf-8"))) [all …]
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_lvds.c | 56 int output; /* rgb lvds or dual lvds output */ member 82 if (lvds->output == DISPLAY_OUTPUT_LVDS) in rk3288_writel() 164 if (lvds->output == DISPLAY_OUTPUT_RGB) { in rk3288_lvds_poweron() 251 if (lvds->output == DISPLAY_OUTPUT_RGB) in rk3288_lvds_grf_config() 256 if (lvds->output == DISPLAY_OUTPUT_RGB) in rk3288_lvds_grf_config() 258 else if (lvds->output == DISPLAY_OUTPUT_DUAL_LVDS) in rk3288_lvds_grf_config() 369 if (lvds->output != DISPLAY_OUTPUT_LVDS) { in px30_lvds_grf_config() 371 lvds->output); in px30_lvds_grf_config() 589 lvds->output = DISPLAY_OUTPUT_RGB; in rockchip_lvds_bind() 593 if (lvds->output < 0) { in rockchip_lvds_bind() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | cdns,csi2tx.txt | 5 4 CSI lanes in output, and up to 4 different pixel streams in input. 15 * pixel_if[0-3]_clk: pixel stream output clock, one for each stream 23 - ports: A ports node with one port child node per device input and output 30 0 CSI-2 output
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-adp5520.c | 20 unsigned long output; member 35 if (test_bit(off, &dev->output)) in adp5520_gpio_get_value() 60 clear_bit(off, &dev->output); in adp5520_gpio_direction_input() 73 set_bit(off, &dev->output); in adp5520_gpio_direction_output()
|
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | biosattr-interface.c | 19 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in call_biosattributes_interface() local 27 status = wmidev_evaluate_method(wdev, 0, method_id, &input, &output); in call_biosattributes_interface() 30 obj = (union acpi_object *)output.pointer; in call_biosattributes_interface() 39 kfree(output.pointer); in call_biosattributes_interface()
|