Home
last modified time | relevance | path

Searched refs:output (Results 676 – 700 of 6206) sorted by relevance

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

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py405 if 'mirror' in output:
419 toplevel = output.rstrip()
454 if "origin" in output:
724 if len(output.split()) > 1:
726 return output.split()[0] != "0"
743 if not output:
748 for line in output.split("\n"):
779 if int(output) > 0:
834 if not output:
838 return output
[all …]
/openbmc/linux/drivers/net/wireguard/
H A Dnoise.c348 u8 output[BLAKE2S_HASH_SIZE + 1]; in kdf() local
366 output[0] = 1; in kdf()
367 hmac(output, output, secret, 1, BLAKE2S_HASH_SIZE); in kdf()
368 memcpy(first_dst, output, first_len); in kdf()
374 output[BLAKE2S_HASH_SIZE] = 2; in kdf()
375 hmac(output, output, secret, BLAKE2S_HASH_SIZE + 1, BLAKE2S_HASH_SIZE); in kdf()
376 memcpy(second_dst, output, second_len); in kdf()
382 output[BLAKE2S_HASH_SIZE] = 3; in kdf()
383 hmac(output, output, secret, BLAKE2S_HASH_SIZE + 1, BLAKE2S_HASH_SIZE); in kdf()
384 memcpy(third_dst, output, third_len); in kdf()
[all …]
/openbmc/u-boot/lib/
H A Dsha1.c291 PUT_UINT32_BE (ctx->state[0], output, 0); in sha1_finish()
292 PUT_UINT32_BE (ctx->state[1], output, 4); in sha1_finish()
293 PUT_UINT32_BE (ctx->state[2], output, 8); in sha1_finish()
294 PUT_UINT32_BE (ctx->state[3], output, 12); in sha1_finish()
295 PUT_UINT32_BE (ctx->state[4], output, 16); in sha1_finish()
302 unsigned char *output) in sha1_csum() argument
308 sha1_finish (&ctx, output); in sha1_csum()
316 unsigned char *output, unsigned int chunk_sz) in sha1_csum_wd() argument
341 sha1_finish (&ctx, output); in sha1_csum_wd()
349 unsigned char *output) in sha1_hmac() argument
[all …]
/openbmc/qemu/ui/
H A Dvnc-auth-sasl.c78 vs->output.buffer, vs->output.capacity, vs->output.offset, in vnc_client_write_sasl()
84 (char *)vs->output.buffer, in vnc_client_write_sasl()
85 vs->output.offset, in vnc_client_write_sasl()
91 vs->sasl.encodedRawLength = vs->output.offset; in vnc_client_write_sasl()
113 offset = vs->output.offset; in vnc_client_write_sasl()
114 buffer_advance(&vs->output, vs->sasl.encodedRawLength); in vnc_client_write_sasl()
116 vs->output.offset < vs->throttle_output_offset) { in vnc_client_write_sasl()
118 vs->output.offset); in vnc_client_write_sasl()
129 if (vs->output.offset == 0) { in vnc_client_write_sasl()
323 vs->sasl.waitWriteSSF = vs->output.offset; in protocol_client_auth_sasl_step()
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_ipipeif.c252 (ipipeif->output & IPIPEIF_OUTPUT_MEMORY)) in omap4iss_ipipeif_isr()
266 if (!(ipipeif->output & IPIPEIF_OUTPUT_MEMORY)) in ipipeif_video_queue()
278 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY) in ipipeif_video_queue()
328 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY && in ipipeif_set_stream()
333 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY) in ipipeif_set_stream()
346 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY) in ipipeif_set_stream()
697 ipipeif->output |= IPIPEIF_OUTPUT_MEMORY; in ipipeif_link_setup()
699 ipipeif->output &= ~IPIPEIF_OUTPUT_MEMORY; in ipipeif_link_setup()
706 if (ipipeif->output & ~IPIPEIF_OUTPUT_VP) in ipipeif_link_setup()
708 ipipeif->output |= IPIPEIF_OUTPUT_VP; in ipipeif_link_setup()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dbrcm,iproc-clocks.yaml66 clock-output-names:
87 - clock-output-names
101 clock-output-names:
153 clock-output-names:
172 clock-output-names:
207 clock-output-names:
265 clock-output-names:
335 clock-output-names:
351 clock-output-names:
364 clock-output-names:
[all …]
H A Darmada3700-xtal-clock.txt16 - clock-output-names : from common clock binding; allows overwrite default clock
17 output names ("xtal")
26 clock-output-names = "xtal";
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp297 std::ostringstream output; in status() local
302 output << SDBusPlus::getProperty<double>( in status()
307 output << "/"; in status()
309 cout << output.str() << setw(10); in status()
587 nlohmann::json output; in queryDumpFile() local
615 output[dq.section].push_back(entry); in queryDumpFile()
618 std::cout << std::setw(4) << output << "\n"; in queryDumpFile()
629 output[key1] = values1; in queryDumpFile()
641 output[key1][prop] = values2; in queryDumpFile()
659 if (!output.empty()) in queryDumpFile()
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dvivid.rst7 output, vbi capture and output, metadata capture and output, radio receivers and
14 capture device. Each output can be an S-Video output device or an HDMI output
38 - Capture and output overlay support
39 - Metadata capture and output support
124 gives the type and bit 0 maps to output 0, bit 1 maps to output 1, bit
127 - 0: this is an S-Video output
128 - 1: this is an HDMI output
439 HDMI input, one output for each output type. Those are described in more detail
1136 The vivid driver supports looping of video output to video input, VBI output
1157 until the video output has started. At that time the video output will be
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D128.out1 QA output created by 128
4 read failed: Input/output error
/openbmc/qemu/target/loongarch/
H A Ddisas.c155 output(&ctx, "illegal", ""); in print_insn_loongarch()
162 output(ctx, mnemonic, "r%d, %d", a->rd, a->imm); in output_r_i()
183 output(ctx, mnemonic, "r%d, r%d", a->rd, a->rj); in output_rr()
206 output(ctx, mnemonic, "%d", a->imm); in output_i()
212 output(ctx, mnemonic, "r%d, r%d", a->rj, a->rk); in output_rr_jk()
217 output(ctx, mnemonic, "f%d, f%d", a->fd, a->fj); in output_ff()
237 output(ctx, mnemonic, "f%d, r%d", a->fd, a->rj); in output_fr()
242 output(ctx, mnemonic, "r%d, f%d", a->rd, a->fj); in output_rf()
323 output(ctx, mnemonic, "r%d, r%d, %d # %s", in output_rr_csr()
330 output(ctx, mnemonic, ""); in output_empty()
[all …]
/openbmc/phosphor-dbus-monitor/src/test/
H A Dmeson.build39 output: 'pathgentest.hpp',
74 output: 'propertygentest.hpp',
109 output: 'propertywatchgentest.hpp',
144 output: 'callbackgentest.hpp',
178 output: 'callbackgroupgentest.hpp',
212 output: 'conditiongentest.hpp',
275 output: 'interfaceaddtest.hpp',
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dsdi.c34 struct omap_dss_device output; member
106 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_config_lcd_manager()
121 struct omap_dss_device *out = &sdi.output; in sdi_display_enable()
208 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_display_disable()
234 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_check_timings()
328 struct omap_dss_device *out = &sdi.output; in sdi_init_output()
345 struct omap_dss_device *out = &sdi.output; in sdi_uninit_output()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other55 output=$(
69 if echo "$output" | grep -q "$allow_other_not_supported"; then
80 echo "$output"
/openbmc/linux/arch/sh/boot/compressed/
H A Dmisc.c36 static unsigned char *output; variable
137 output = (unsigned char *)output_addr; in decompress_kernel()
143 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,usb-vbus-regulator.yaml7 title: The Qualcomm PMIC VBUS output regulator driver
13 This regulator driver controls the VBUS output by the Qualcomm PMIC. This
27 description: VBUS output base address
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8-ss-lsio.dtsi21 clock-output-names = "lsio_mem_clk";
28 clock-output-names = "lsio_bus_clk";
247 clock-output-names = "pwm0_lpcg_ipg_clk",
267 clock-output-names = "pwm1_lpcg_ipg_clk",
287 clock-output-names = "pwm2_lpcg_ipg_clk",
307 clock-output-names = "pwm3_lpcg_ipg_clk",
327 clock-output-names = "pwm4_lpcg_ipg_clk",
347 clock-output-names = "pwm5_lpcg_ipg_clk",
367 clock-output-names = "pwm6_lpcg_ipg_clk",
387 clock-output-names = "pwm7_lpcg_ipg_clk",
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dmanualexecution.py34 output = input('{} = '.format(config))
35 if re.match('^[a-z0-9-.]+$', output):
38 return output
48 output = input('{} = '.format('Option index number'))
49 if output in options:
52 return options[output]
/openbmc/linux/arch/nios2/boot/dts/
H A D10m50_devboard.dts127 clock-output-names = "enet_pll-c0";
134 clock-output-names = "enet_pll-c1";
141 clock-output-names = "enet_pll-c2";
153 clock-output-names = "sys_pll-c0";
160 clock-output-names = "sys_pll-c1";
167 clock-output-names = "sys_pll-c2";
/openbmc/linux/arch/arm/boot/dts/arm/
H A Dvexpress-v2p-ca5s.dts154 clock-output-names = "oscclk0";
163 clock-output-names = "oscclk1";
172 clock-output-names = "oscclk2";
181 clock-output-names = "oscclk3";
190 clock-output-names = "oscclk4";
199 clock-output-names = "oscclk5";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-kakadu.dtsi323 output-low;
330 output-low;
337 output-low;
353 * this reset line. By specifying output-high here
359 * "output-high" here.
361 output-high;
/openbmc/phosphor-ipmi-blobs/test/
H A Dprocess_unittest.cpp218 std::vector<uint8_t> output(payloadLen, 0); in TEST_F() local
219 output[2] = 0x56; in TEST_F()
220 return ipmi::responseSuccess(output); in TEST_F()
244 std::vector<uint8_t> output(payloadLen, 0); in TEST_F() local
245 output[2] = 0x56; in TEST_F()
246 return ipmi::responseSuccess(output); in TEST_F()
/openbmc/u-boot/test/py/tests/
H A Dtest_ofplatdata.py41 output = cons.get_spawn_output().replace('\r', '')
42 assert OF_PLATDATA_OUTPUT in output
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-regulator16 'enabled' means the regulator output is ON and is supplying
19 'disabled' means the regulator output is OFF and is not
27 or microamps to determine configured regulator output levels.
34 regulators which can report that output value.
84 'current' means the regulator output current limit can be
97 microvolts. This holds the regulator output voltage setting
112 microamps. This holds the regulator output current limit
183 output current limit setting for this domain measured in
198 output current limit setting for this domain measured in
254 suspend_mem_microvolts. This holds the regulator output
[all …]
/openbmc/linux/Documentation/w1/slaves/
H A Dw1_ds2413.rst21 Support is provided through the sysfs files "output" and "state".
38 Writing output
40 You can set the PIO pins using the "output" file.
56 When writing output, the master must repeat the PIO Output Data byte in

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