Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 5942) sorted by relevance

12345678910>>...238

/openbmc/linux/arch/um/os-Linux/drivers/
H A Dethertap_user.c40 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 Dallwinner,sun6i-a31-prcm.yaml64 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 Dste-nomadik-pinctrl.dtsi21 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 Dmultiplexed_log.py104 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/phosphor-objmgr/src/
H A Dhandler.cpp84 output.begin()) in getAncestors()
116 std::vector<std::string> output( in getObject() local
123 output.begin()) in getObject()
193 output.begin()) != output.begin() || in getSubTree()
262 output.begin()) in getSubTreePaths()
299 std::vector<InterfaceMapType::value_type> output; in getAssociatedSubTree() local
304 output.emplace_back(interfacePair); in getAssociatedSubTree()
307 return output; in getAssociatedSubTree()
329 std::vector<std::string> output; in getAssociatedSubTreePaths() local
334 output.emplace_back(path); in getAssociatedSubTreePaths()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py67 …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 Dincompatible_lic.py18 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 Dvkms_crtc.c16 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/linux/Documentation/devicetree/bindings/clock/
H A Dallwinner,sun4i-a10-pll6-clk.yaml19 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 D083.out1 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 Domap_encoder.c29 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 Dmeson.build6 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 Dmeson.build6 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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/
H A Dmeson.build5 output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp', ],
9 '--output', meson.current_build_dir(),
20 output: [ 'BMC.md' ],
24 '--output', meson.current_build_dir(),
35 output: [ 'FaultLog.md' ],
39 '--output', meson.current_build_dir(),
50 output: [ 'System.md' ],
54 '--output', meson.current_build_dir(),
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/
H A Dfvp_devices.py13 (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 Dddbridge-core.c376 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 Dmeson.build5 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/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-20.04-s390x.yml22 - make --output-sync -j`nproc`
23 - make --output-sync check-tcg
24 - make --output-sync -j`nproc` check
42 - make --output-sync -j`nproc`
43 - make --output-sync -j`nproc` check
65 - make --output-sync -j`nproc`
66 - make --output-sync -j`nproc` check
87 - make --output-sync -j`nproc`
88 - make --output-sync -j`nproc` check
108 - make --output-sync -j`nproc`
[all …]
/openbmc/linux/arch/parisc/boot/compressed/
H A Dmisc.c233 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 Dnpcm7xx_adc-test.c151 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 Dcdns-dsi-core.c472 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 Dssh.py65 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/iio/dac/
H A Dadi,ad3552r.yaml77 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/Documentation/devicetree/bindings/pinctrl/
H A Dpincfg-node.yaml83 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/drivers/gpu/drm/tegra/
H A Ddsi.c57 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 …]

12345678910>>...238