Home
last modified time | relevance | path

Searched refs:output (Results 451 – 475 of 6206) sorted by relevance

1...<<11121314151617181920>>...249

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py55 self.output = None
65 def readThread(output, stream, logfunc): argument
68 output.append(line)
71 output.append(stream.read())
142 self.output = finalize_output(self._output_chunks)
160 lout = "\n".join(self.output.splitlines()[-20:])
200 result.output = cmd.output
205 exc_output = result.output
207 split = result.output.splitlines()
244 return bitbake("-e", postconfig=postconfig).output
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dsprd,sc9860-pinctrl.txt23 - input-disable: Enable pin output.
24 - output-high: Set the pin as an output level high.
25 - output-low: Set the pin as an output level low.
56 output-low;
/openbmc/linux/sound/pci/echoaudio/
H A Dmia_dsp.c35 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe,
170 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain() argument
176 output >= num_busses_out(chip))) in set_vmixer_gain()
182 chip->vmixer_gain[output][pipe] = gain; in set_vmixer_gain()
183 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
187 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain); in set_vmixer_gain()
/openbmc/qemu/scripts/oss-fuzz/
H A Doutput_reproducer.py148 output = ""
150 output += c_header(args.owner) + "\n"
152 output += c_comment(bash_reproducer(qemu_path, bash_args, trace))
153 output += c_reproducer(args.name, qemu_args, trace)
155 output += c_main(args.name, arch)
156 print(output)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/files/
H A Drun-ptest3 ./hello &> $test.output 2>&1
6 if grep -i "$out" $test.output 2>&1 ; then
11 rm -f $test.output
/openbmc/u-boot/tools/
H A Dubsha1.c19 unsigned char output[20]; in main() local
62 sha1_csum ((unsigned char *) data, len, (unsigned char *)output); in main()
66 printf ("%02X ", output[i]); in main()
71 if (write (ifd, output, SHA1_SUM_LEN) != SHA1_SUM_LEN) { in main()
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.py117 output = BuiltIn().run_keyword(*cmd_buf)
120 BuiltIn().set_global_variable("${" + var_name + "}", output)
122 if output is not None:
123 gp.gp_print(output)
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dallwinner,sun4i-a10-axi-clk.yaml30 clock-output-names:
38 - clock-output-names
49 clock-output-names = "axi";
58 clock-output-names = "axi";
H A Drenesas,cpg-clocks.yaml40 clock-output-names: true
56 - clock-output-names
71 clock-output-names:
103 clock-output-names:
136 clock-output-names:
156 clock-output-names:
179 clock-output-names:
197 clock-output-names:
237 clock-output-names = "system", "pllc0", "pllc1", "pllc2", "r",
H A Dallwinner,sun9i-a80-usb-mod-clk.yaml20 the index of the output.
34 clock-output-names:
43 - clock-output-names
55 clock-output-names = "usb0_ahb", "usb_ohci0",
H A Dallwinner,sun9i-a80-usb-phy-clk.yaml20 the index of the output.
34 clock-output-names:
43 - clock-output-names
55 clock-output-names = "usb_phy0", "usb_hsic1_480M",
H A Dallwinner,sun4i-a10-ahb-clk.yaml34 clock-output-names:
42 - clock-output-names
87 clock-output-names = "ahb";
96 clock-output-names = "ahb1";
105 clock-output-names = "ahb2";
/openbmc/u-boot/common/
H A Dhash.c373 uint8_t *output, int *output_size) in hash_block() argument
389 algo->hash_func_ws(data, len, output, algo->chunk_size); in hash_block()
513 printf("%02x", output[i]); in hash_show()
529 u8 *output; local
544 output = memalign(ARCH_DMA_MINALIGN,
548 algo->hash_func_ws(buf, len, output, algo->chunk_size);
564 if (memcmp(output, vsum, algo->digest_size) != 0) {
567 hash_show(algo, addr, len, output);
575 hash_show(algo, addr, len, output);
579 store_result(algo, output, *argv,
[all …]
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c888 if (output->u.ipv4.src && in __ip_tun_to_nlattr()
890 output->u.ipv4.src)) in __ip_tun_to_nlattr()
892 if (output->u.ipv4.dst && in __ip_tun_to_nlattr()
894 output->u.ipv4.dst)) in __ip_tun_to_nlattr()
900 &output->u.ipv6.src)) in __ip_tun_to_nlattr()
904 &output->u.ipv6.dst)) in __ip_tun_to_nlattr()
908 if (output->tos && in __ip_tun_to_nlattr()
919 if (output->tp_src && in __ip_tun_to_nlattr()
922 if (output->tp_dst && in __ip_tun_to_nlattr()
2094 output->eth.type)) in __ovs_nla_put_key()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druntime_test.py99 env_script = result.output.split()[-1]
102 is_sdk_tar = True if tmpdirname in result.output else False
105 tar_sdk = result.output
328 …status, output = qemu.run_serial("test -f %s && echo found" % os.path.join(targettestdir, filename…
329 self.assertIn("found", output, "%s was not present on boot" % filename)
402 …self.assertGreaterEqual(bb_result.output.find("Postinstall scriptlets of ['postinst-rootfs-failing…
403 … "Warning about a failed scriptlet not found in bitbake output: %s" %(bb_result.output))
450 …elf.assertEqual(0, result.status, 'crosstap helloworld returned a non 0 status:%s' % result.output)
462 … self.assertEqual(0, result.status, 'crosstap pstree returned a non 0 status:%s' % result.output)
474 …ertEqual(0, result.status, 'crosstap syscalls_by_proc returned a non 0 status:%s' % result.output)
[all …]
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.c406 struct tegra_output output; member
481 return container_of(output, struct tegra_sor, output); in to_sor()
1169 if (input >= output) in tegra_sor_compute_config()
2658 if (output->panel) in tegra_sor_dp_disable()
2708 if (output->panel) in tegra_sor_dp_disable()
2762 if (output->panel) in tegra_sor_dp_enable()
2794 if (output->panel) in tegra_sor_dp_enable()
2805 if (output->panel) in tegra_sor_dp_enable()
2897 if (output->panel) { in tegra_sor_dp_enable()
2930 if (output->panel) in tegra_sor_dp_enable()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D06677 orig_map=$($QEMU_IMG map --output=json "$TEST_IMG")
97 new_map=$($QEMU_IMG map --output=json "$TEST_IMG")
146 orig_map=$($QEMU_IMG map --output=json "$TEST_IMG")
175 new_map=$($QEMU_IMG map --output=json "$TEST_IMG")
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c311 struct vfe_output *output = &vfe->line[i].output; in vfe_init_outputs() local
314 output->buf[0] = NULL; in vfe_init_outputs()
315 output->buf[1] = NULL; in vfe_init_outputs()
395 struct vfe_output *output = &line->output; in vfe_put_output() local
404 output->state = VFE_OUTPUT_OFF; in vfe_put_output()
679 struct vfe_output *output; in vfe_flush_buffers() local
682 output = &line->output; in vfe_flush_buffers()
688 if (output->buf[0]) in vfe_flush_buffers()
691 if (output->buf[1]) in vfe_flush_buffers()
694 if (output->last_buffer) { in vfe_flush_buffers()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Ddf.py19 (status,output) = self.target.run(cmd)
20 msg = 'Not enough space on image. Current size is %s' % output
21 self.assertTrue(int(output)>5120, msg=msg)
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dextcon-intel-int3496.rst10 USB-otg port, as well as how it optionally can enable Vbus output on the
19 Index 1 The output gpio for enabling Vbus output from the device to the otg
20 port, write 1 to enable the Vbus output (this gpio descriptor may
22 Index 2 The output gpio for muxing of the data pins between the USB host and
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dsnps,creg-gpio.txt8 write 0x2 == set output to "1" (activate)
9 write 0x3 == set output to "0" (deactivate)
21 output to "1" (see picture). Applied to all GPIO ports.
23 output to "0" (see picture). Applied to all GPIO ports.
27 - gpio-default-val: array of default output values (must me 0 or 1)
/openbmc/linux/tools/wmi/
H A Ddell-smbios-example.c38 buffer->std.output[0], buffer->std.output[1], in show_buffer()
39 buffer->std.output[2], buffer->std.output[3]); in show_buffer()
103 if (ret != 0 || buffer->std.output[0] != 0) in token_is_active()
105 ret = (buffer->std.output[1] == *cmpvalue); in token_is_active()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-cpp-honor-sysroot.patch13 The fix below adds %I to the cpp-output spec macro so the default substitutions for -iprefix,
33 {".ii", "@c++-cpp-output", 0, 0, 0},
34 {"@c++-cpp-output",
46 %W{o*:--output-pch %*}}%V}}}}}}}", 0, 0, 0},
47 {".i", "@cpp-output", 0, 0, 0},
48 {"@cpp-output",
/openbmc/phosphor-net-ipmid/
H A Dmessage.hpp195 std::shared_ptr<Message> createResponse(std::vector<uint8_t>& output) in createResponse()
209 sizeof(LAN::header::Response) + output.size() + in createResponse()
228 std::copy(output.begin(), output.end(), in createResponse()
230 assembledSize += output.size(); in createResponse()
239 outMessage->payload = output; in createResponse()
/openbmc/linux/Documentation/hwmon/
H A Dtps53679.rst64 output channels and up to 8 phases per channel.
105 in[N]_input Measured output voltage.
119 in[N]_crit Critical maximum output voltage.
149 power[N]_input Measured output power.
165 The first digit is the output channel, the second
174 curr[N]_input Measured output current.
176 curr[N]_max Maximum output current.
178 curr[N]_crit Critical high output current.

1...<<11121314151617181920>>...249