/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,tlmm-common.yaml | 79 output-disable: true 80 output-enable: true 81 output-high: true 82 output-low: true
|
/openbmc/linux/fs/squashfs/ |
H A D | xz_wrapper.c | 121 struct squashfs_page_actor *output) in squashfs_xz_uncompress() argument 133 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress() 162 stream->buf.out = squashfs_next_page(output); in squashfs_xz_uncompress() 182 squashfs_finish_page(output); in squashfs_xz_uncompress()
|
/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/ |
H A D | selftest.py | 17 (status, output) = self.target.run("socat -V") 30 (status, output) = self.target.run("socat -V")
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | firejail.py | 15 status, output = self.target.run('firejail --help') 17 'Status and output:%s and %s' % (status, output))
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 289.out | 1 QA output created by 289 6 write failed: Input/output error
|
H A D | 197 | 92 output=$($QEMU_IO -f qcow2 -C -c "read -P 0 1k $((2*1024*1024*1024 - 512))" \ 94 case $output in 97 *) printf '%s\n' "$output" ;;
|
H A D | iotests.py | 162 output = subp.communicate()[0] 168 output = '' 169 return (output, subp.returncode) 243 output=subp.stdout, 514 return output 641 def filter_virtio_scsi(output: str) -> str: 665 for line in output.split('\n'): 939 if output is None: 940 output = {} 949 return output [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | libata-acpi.c | 289 struct acpi_buffer output = { .length = ACPI_ALLOCATE_BUFFER }; in ata_acpi_gtm() local 298 status = acpi_evaluate_object(handle, "_GTM", NULL, &output); in ata_acpi_gtm() 311 out_obj = output.pointer; in ata_acpi_gtm() 328 kfree(output.pointer); in ata_acpi_gtm() 406 struct acpi_buffer output; in ata_dev_get_GTF() local 417 output.length = ACPI_ALLOCATE_BUFFER; in ata_dev_get_GTF() 422 &output); in ata_dev_get_GTF() 423 out_obj = dev->gtf_cache = output.pointer; in ata_dev_get_GTF() 434 if (!output.length || !output.pointer) { in ata_dev_get_GTF() 436 (unsigned long long)output.length, in ata_dev_get_GTF() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-fmt.rst | 88 :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` returns for the same input or output. 106 capture and output devices. 110 capture and output devices that support the 118 - Raw VBI capture or output parameters. This is discussed in more 119 detail in :ref:`raw-vbi`. Used by raw VBI capture and output 123 - Sliced VBI capture or output parameters. See :ref:`sliced` for 124 details. Used by sliced VBI capture and output devices. 128 capture and output devices.
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8-ss-audio.dtsi | 20 clock-output-names = "audio_ipg_clk"; 32 clock-output-names = "dsp_lpcg_adb_clk", 44 clock-output-names = "dsp_ram_lpcg_ipg_clk";
|
/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/ |
H A D | meson.build | 8 output: 'server.cpp', 15 output: 'server.hpp', 24 output: 'common.hpp',
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | apt.py | 17 status, output = self.target.run(command, 1500) 18 message = os.linesep.join([command, output]) 20 return output
|
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | mbm_test.c | 54 char output[] = RESULT_FILE_NAME; in check_results() local 60 fp = fopen(output, "r"); in check_results() 62 ksft_perror(output); in check_results()
|
/openbmc/linux/drivers/clk/st/ |
H A D | clkgen-fsyn.c | 82 unsigned long output, struct stm_fs *fs); 359 if (output < 384000000 || output > 660000000) in clk_fs660c32_vco_get_params() 368 output /= 1000; in clk_fs660c32_vco_get_params() 370 n = output * pdiv / input; in clk_fs660c32_vco_get_params() 654 val = (uint64_t)output << si; in clk_fs660c32_get_pe() 670 new_deviation = abs(output - new_freq); in clk_fs660c32_get_pe() 683 unsigned long output, struct stm_fs *fs) in clk_fs660c32_dig_get_params() argument 699 input, output, &p1, fs); in clk_fs660c32_dig_get_params() 701 input, output, &p2, fs); in clk_fs660c32_dig_get_params() 710 input, output, &p, fs); in clk_fs660c32_dig_get_params() [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | drivers.c | 333 static char *print_hwpath(struct hardware_path *path, char *output) in print_hwpath() argument 339 output += sprintf(output, "%u/", (unsigned char) path->bc[i]); in print_hwpath() 341 output += sprintf(output, "%u", (unsigned char) path->mod); in print_hwpath() 342 return output; in print_hwpath() 354 char *print_pa_hwpath(struct parisc_device *dev, char *output) in print_pa_hwpath() argument 360 return print_hwpath(&path, output); in print_pa_hwpath() 389 char *print_pci_hwpath(struct pci_dev *dev, char *output) in print_pci_hwpath() argument 394 return print_hwpath(&path, output); in print_pci_hwpath() 404 char *output = name; in setup_bus_id() local 412 output += sprintf(output, "%u:", (unsigned char) path.bc[i]); in setup_bus_id() [all …]
|
/openbmc/sdbusplus/test/gen/server/ |
H A D | meson.build | 6 output: [ 'Test.md' ], 10 '--output', meson.current_build_dir(),
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-timechart.txt | 36 --output=:: 37 Select the output file (default: output.svg) 46 Only output the CPU power section of the diagram 49 Don't output processor state transitions 108 Written 10.2 seconds of trace to output.svg.
|
/openbmc/u-boot/arch/nios2/dts/ |
H A D | 10m50_devboard.dts | 144 clock-output-names = "enet_pll-c0"; 151 clock-output-names = "enet_pll-c1"; 158 clock-output-names = "enet_pll-c2"; 170 clock-output-names = "sys_pll-c0"; 177 clock-output-names = "sys_pll-c1"; 184 clock-output-names = "sys_pll-c2";
|
/openbmc/linux/drivers/platform/x86/amd/pmf/ |
H A D | acpi.c | 220 struct apmf_verify_interface output; in apmf_if_verify_interface() local 223 err = apmf_if_call_store_buffer(pdev, APMF_FUNC_VERIFY_INTERFACE, &output, sizeof(output)); in apmf_if_verify_interface() 227 pdev->supported_func = output.supported_functions; in apmf_if_verify_interface() 229 output.supported_functions, output.notification_mask); in apmf_if_verify_interface()
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | vexpress-v2p-ca15-tc1.dts | 151 clock-output-names = "oscclk0"; 160 clock-output-names = "oscclk4"; 169 clock-output-names = "oscclk5"; 178 clock-output-names = "oscclk6"; 187 clock-output-names = "oscclk7"; 196 clock-output-names = "oscclk8";
|
/openbmc/linux/arch/um/drivers/ |
H A D | chan_kern.c | 22 static int not_configged_open(int input, int output, int primary, void *data, in not_configged_open() argument 93 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary, in open_one_chan() 159 err = line_setup_irq(chan->fd, chan->input, chan->output, line, in enable_chan() 199 if (chan->output && chan->enabled) in free_irqs() 219 if (chan->output && chan->enabled) in close_one_chan() 322 if (chan->primary && chan->output) in free_one_chan() 479 .output = 0, in parse_chan() 522 new->output = 1; in parse_chan_pair() 532 new->output = 1; in parse_chan_pair()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7183.c | 30 u32 output; member 240 u32 input, u32 output, u32 config) in adv7183_s_routing() argument 245 if ((input > ADV7183_COMPONENT1) || (output > ADV7183_16BIT_OUT)) in adv7183_s_routing() 303 if (output != decoder->output) { in adv7183_s_routing() 304 decoder->output = output; in adv7183_s_routing() 306 switch (output) { in adv7183_s_routing() 589 decoder->output = ADV7183_8BIT_OUT; in adv7183_probe()
|
/openbmc/openbmc-test-automation/openpower/ras/ |
H A D | ras_utils.robot | 25 ${output}= Gard Operations On OS list 26 Should Not Contain ${output} No GARD 41 ${rc} ${output}= Run and Return RC and Output 44 Should Not Be Empty ${output} 69 ${output}= Gard Operations On OS list 70 Should Contain ${output} No GARD 137 # Example output: 141 # Example output: 146 ${output}= Get Slice From List ${core_ids} 1
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ScheduledTime/ |
H A D | meson.build | 5 output: [ 'error.cpp', 'error.hpp', ], 9 '--output', meson.current_build_dir(),
|
/openbmc/phosphor-logging/gen/xyz/openbmc_project/ |
H A D | meson.build | 6 output: [ 'Logging.md' ], 10 '--output', meson.current_build_dir(),
|