/openbmc/qemu/qapi/ |
H A D | compat.json | 27 # Policy for handling "funny" output. 49 # Limitation: deprecated-output policy @hide is not implemented for 54 # @deprecated-output: how to handle deprecated output (default 60 # @unstable-output: how to handle unstable output (default 'accept') 67 '*deprecated-output': 'CompatPolicyOutput', 69 '*unstable-output': 'CompatPolicyOutput' } }
|
/openbmc/phosphor-pid-control/pid/ |
H A D | stepwisecontroller.cpp | 44 double output = lastOutput; in process() local 47 if (std::isnan(output)) in process() 49 output = ec::stepwise(info, input); in process() 54 output = ec::stepwise(info, input); in process() 59 output = ec::stepwise(info, input); in process() 63 lastOutput = output; in process() 65 outputProc(output); in process()
|
/openbmc/linux/arch/um/os-Linux/drivers/ |
H A D | ethertap_user.c | 40 char *output; in etap_change() local 54 if (output == NULL) in etap_change() 57 read_output(fd, output, UM_KERN_PAGE_SIZE); in etap_change() 58 if (output != NULL) { in etap_change() 59 printk("%s", output); in etap_change() 60 kfree(output); in etap_change() 140 char *output; in etap_open() local 166 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in etap_open() 169 if (output == NULL) in etap_open() 173 printk("%s", output); in etap_open() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | allwinner,sun6i-a31-prcm.yaml | 64 clock-output-names: 70 - clock-output-names 86 clock-output-names: 92 - clock-output-names 112 clock-output-names: 119 - clock-output-names 138 clock-output-names: 144 - clock-output-names 189 clock-output-names = "ahb0"; 196 clock-output-names = "apb0"; [all …]
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-nomadik-pinctrl.dtsi | 21 ste,output = <OUTPUT_HIGH>; 25 ste,output = <OUTPUT_LOW>; 45 ste,output = <OUTPUT_LOW>; 50 ste,output = <OUTPUT_HIGH>; 107 ste,sleep-output = <SLPM_OUTPUT_LOW>; 113 ste,sleep-output = <SLPM_OUTPUT_HIGH>; 126 ste,sleep-output = <SLPM_OUTPUT_LOW>; 133 ste,sleep-output = <SLPM_OUTPUT_LOW>; 140 ste,sleep-output = <SLPM_DIR_OUTPUT>; 158 ste,sleep-output = <SLPM_OUTPUT_LOW>; [all …]
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.py | 104 self.output = None 139 output = '' 143 output += stdout 147 output += stderr 151 output = cpe.output 155 output = '' 158 if output and not output.endswith('\n'): 159 output += '\n' 164 self.logfile.write(self, output) 170 self.output = output [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | buildoptions.py | 67 …action is "STOPTASKS"!' in res.output, msg = "Tasks should have stopped. Disk monitor is set to ST… 68 … reported exit code %s. It should have been 1. Bitbake output: %s" % (str(res.status), res.output)) 71 …r action is "HALT"!' in res.output, "Tasks should have been halted immediately. Disk monitor is se… 72 … reported exit code %s. It should have been 1. Bitbake output: %s" % (str(res.status), res.output)) 75 …G: The free space' in res.output, msg = "A warning should have been displayed for disk monitor is … 79 for l in res.output.split('\n'): 94 self.assertTrue(line and line.startswith("ERROR:"), msg=res.output) 102 self.assertTrue(line and line.startswith("WARNING:"), msg=res.output) 140 self.assertNotIn(err, ret.output) 191 …rtEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output) [all …]
|
H A D | incompatible_lic.py | 18 if error_msg not in result.output: 19 raise AssertionError(result.output) 70 if error_msg not in result.output: 71 raise AssertionError(result.output) 112 if error_msg not in result.output: 113 raise AssertionError(result.output) 121 if error_msg not in result.output: 122 raise AssertionError(result.output)
|
/openbmc/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_crtc.c | 16 struct drm_crtc *crtc = &output->crtc; in vkms_vblank_simulate() 23 ret_overrun = hrtimer_forward_now(&output->vblank_hrtimer, in vkms_vblank_simulate() 24 output->period_ns); in vkms_vblank_simulate() 28 spin_lock(&output->lock); in vkms_vblank_simulate() 33 state = output->composer_state; in vkms_vblank_simulate() 34 spin_unlock(&output->lock); in vkms_vblank_simulate() 36 if (state && output->composer_enabled) { in vkms_vblank_simulate() 42 spin_lock(&output->composer_lock); in vkms_vblank_simulate() 50 spin_unlock(&output->composer_lock); in vkms_vblank_simulate() 93 struct vkms_output *output = &vkmsdev->output; in vkms_get_vblank_timestamp() local [all …]
|
/openbmc/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-s390x.yml | 20 - make --output-sync -j`nproc` 21 - make --output-sync check-tcg 22 - make --output-sync -j`nproc` check 40 - make --output-sync -j`nproc` 41 - make --output-sync -j`nproc` check 63 - make --output-sync -j`nproc` 64 - make --output-sync -j`nproc` check 85 - make --output-sync -j`nproc` 86 - make --output-sync -j`nproc` check 106 - make --output-sync -j`nproc` [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | allwinner,sun4i-a10-pll6-clk.yaml | 19 The first output is the SATA clock output, the second is the 20 regular PLL output, the third is a PLL output at twice the rate. 31 clock-output-names: 39 - clock-output-names 50 clock-output-names = "pll6_sata", "pll6_other", "pll6";
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 083.out | 1 QA output created by 083 44 read failed: Input/output error 56 read failed: Input/output error 60 read failed: Input/output error 64 read failed: Input/output error 68 read failed: Input/output error 72 read failed: Input/output error 76 read failed: Input/output error 80 read failed: Input/output error 109 read failed: Input/output error [all …]
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_encoder.c | 29 struct omap_dss_device *output; member 77 struct omap_dss_device *output = omap_encoder->output; in omap_encoder_mode_set() local 100 for (bridge = output->bridge; bridge; in omap_encoder_mode_set() 113 dss_mgr_set_timings(output, &vm); in omap_encoder_mode_set() 122 struct omap_dss_device *output) in omap_encoder_init() argument 131 omap_encoder->output = output; in omap_encoder_init()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/ |
H A D | meson.build | 6 output: [ 'Availability.md' ], 10 '--output', meson.current_build_dir(), 21 output: [ 'OperationalStatus.md' ], 25 '--output', meson.current_build_dir(), 36 output: [ 'PowerState.md' ], 40 '--output', meson.current_build_dir(), 51 output: [ 'PowerSystemInputs.md' ], 55 '--output', meson.current_build_dir(),
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/ |
H A D | meson.build | 6 output: [ 'Hardware.md' ], 10 '--output', meson.current_build_dir(), 21 output: [ 'Hostboot.md' ], 25 '--output', meson.current_build_dir(), 36 output: [ 'Resource.md' ], 40 '--output', meson.current_build_dir(), 51 output: [ 'SBE.md' ], 55 '--output', meson.current_build_dir(),
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
H A D | fvp_devices.py | 13 (status, output) = self.target.run(cmd) 16 "status %d:\n%s" % (cmd, status, output)) 18 return (status, output) 23 _, output = self.run_cmd(cmd) 25 devices = output.split() 35 _, output = self.run_cmd(cmd) 36 drivers.update(output.split()) 52 _, output = self.run_cmd( 56 return output == flag
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 376 if (port->output && port->output->dma) in ddb_buffers_free() 601 len = output->dma->size - output->dma->coff; in ddb_output_write() 626 output->dma->pbuf[output->dma->cbuf], in ddb_output_write() 631 if (output->dma->coff == output->dma->size) { in ddb_output_write() 633 output->dma->cbuf = ((output->dma->cbuf + 1) % in ddb_output_write() 798 if (!output) in ts_release() 2208 output_ack_input(output, output->redi); in output_work() 2305 struct ddb_output *output = &dev->output[nr]; in ddb_output_init() local 2308 port->output = output; in ddb_output_init() 2313 (rm->output->base + rm->output->size * nr); in ddb_output_init() [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/ |
H A D | meson.build | 5 output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp', ], 9 '--output', meson.current_build_dir(), 20 output: [ 'Partition.md' ], 24 '--output', meson.current_build_dir(), 35 output: [ 'PowerManagementPolicy.md' ], 39 '--output', meson.current_build_dir(), 50 output: [ 'SecurityCapabilities.md' ], 54 '--output', meson.current_build_dir(),
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 233 static void parse_elf(void *output) in parse_elf() argument 245 memcpy(&ehdr, output, sizeof(ehdr)); in parse_elf() 271 memmove(dest, output + phdr->p_offset, phdr->p_filesz); in parse_elf() 286 char *output; in decompress_kernel() local 313 output = (char *) vmlinux_addr; in decompress_kernel() 354 printf("output = %x\n", output); in decompress_kernel() 361 output, 0, NULL, error); in decompress_kernel() 362 parse_elf(output); in decompress_kernel() 364 output = (char *) kernel_addr; in decompress_kernel() 365 flush_data_cache(output, kernel_len); in decompress_kernel() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_adc-test.c | 151 uint32_t output; in adc_calculate_output() local 154 output = (input * (MAX_RESULT + 1)) / ref; in adc_calculate_output() 155 if (output > MAX_RESULT) { in adc_calculate_output() 156 output = MAX_RESULT; in adc_calculate_output() 159 return output; in adc_calculate_output() 224 output = adc_read_data(qts, adc); in test_convert_internal() 255 output = adc_read_data(qts, adc); in test_convert_external() 284 output = adc_read_data(qts, adc); in test_interrupt() 285 g_assert_cmpuint(output, ==, expected_output); in test_interrupt() 328 uint32_t output; in test_calibrate() local [all …]
|
/openbmc/linux/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-dsi-core.c | 472 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_mode2cfg() local 519 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_adjust_phy_config() local 567 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_check_conf() local 612 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_bridge_attach() local 631 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_bridge_mode_valid() local 688 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_hs_init() local 721 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_init_link() local 759 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_bridge_enable() local 920 struct cdns_dsi_output *output = &dsi->output; in cdns_dsi_attach() local 932 if (output->dev) in cdns_dsi_attach() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | ssh.py | 65 status, output = SSHCall(command, self.logger, timeout) 73 return (status, output) 94 status, output = self._run(sshCmd, processTimeout, ignore_status) 97 return (status, output) 125 return (status, output) 212 nonlocal output 262 output += lastline 268 output = output_raw.decode('utf-8', errors='ignore') 269 logger.debug('Data from SSH call:\n%s' % output.rstrip()) 302 output = '' [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pincfg-node.yaml | 83 description: enable input on pin (no effect on output, such as 116 output-disable: 118 description: disable output on a pin (such as disable an output buffer) 120 output-enable: 123 (such as enabling an output buffer) 125 output-impedance-ohms: 128 output-low: 130 description: set the pin to output mode with low level 132 output-high: 134 description: set the pin to output mode with high level [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ad3552r.yaml | 77 adi,output-range-microvolt: true 79 custom-output-range-config: 83 adi,output-range-microvolt is not present. 118 # If adi,output-range-microvolt is missing, 119 # custom-output-range-config must be used 121 - adi,output-range-microvolt 124 - custom-output-range-config 137 adi,output-range-microvolt: 155 - adi,output-range-microvolt 167 adi,output-range-microvolt: [all …]
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dsi.c | 57 struct tegra_output output; member 99 return container_of(output, struct tegra_dsi, output); in to_dsi() 849 if (output->panel) in tegra_dsi_encoder_disable() 872 if (output->panel) in tegra_dsi_encoder_disable() 940 if (output->panel) in tegra_dsi_encoder_enable() 955 if (output->panel) in tegra_dsi_encoder_enable() 1504 struct tegra_output *output = &dsi->output; in tegra_dsi_host_attach() local 1510 if (output->panel && output->connector.dev) in tegra_dsi_host_attach() 1521 struct tegra_output *output = &dsi->output; in tegra_dsi_host_detach() local 1523 if (output->panel && &device->dev == output->panel->dev) { in tegra_dsi_host_detach() [all …]
|