/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d2.dtsi | 99 #atmel,pll-clk-output-range-cells = <4>; 245 atmel,clk-output-range = <0 83000000>; 251 atmel,clk-output-range = <0 83000000>; 267 atmel,clk-output-range = <0 83000000>; 274 atmel,clk-output-range = <0 83000000>; 280 atmel,clk-output-range = <0 83000000>; 286 atmel,clk-output-range = <0 83000000>; 292 atmel,clk-output-range = <0 83000000>; 298 atmel,clk-output-range = <0 83000000>; 304 atmel,clk-output-range = <0 83000000>; [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/ |
H A D | meson.build | 6 output: [ 'Button.md' ], 10 '--output', meson.current_build_dir(), 21 output: [ 'HostSelector.md' ], 25 '--output', meson.current_build_dir(), 36 output: [ 'ID.md' ], 40 '--output', meson.current_build_dir(), 51 output: [ 'NMI.md' ], 55 '--output', meson.current_build_dir(), 66 output: [ 'Power.md' ], 70 '--output', meson.current_build_dir(), [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | m52790.c | 28 u16 output; member 43 u8 sw1 = (state->input | state->output) & 0xff; in m52790_write() 44 u8 sw2 = (state->input | state->output) >> 8; in m52790_write() 58 u32 input, u32 output, u32 config) in m52790_s_routing() argument 63 state->output = output; in m52790_s_routing() 76 reg->val = state->input | state->output; in m52790_g_register() 87 state->output = reg->val & ~0x0303; in m52790_s_register() 98 (state->input | state->output) & 0xff); in m52790_log_status() 100 (state->input | state->output) >> 8); in m52790_log_status() 151 state->output = M52790_OUT_STEREO; in m52790_probe()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | devtool.py | 219 for line in output.splitlines(): 303 self.assertIn(pn, result.output) 871 … self.assertNotIn('ERROR: ', result.output, 'ERROR in devtool build output: %s' % result.output) 873 … self.assertNotIn('ERROR: ', result.output, 'ERROR in devtool reset output: %s' % result.output) 1460 if result.output.strip(): 1697 if result.output.strip(): 2115 srcfile = fromname.output 2151 if result.output.strip(): 2244 if result.output.strip(): 2296 if result.output.strip(): [all …]
|
H A D | wic.py | 136 output = runCmd('wic list images').output 947 self.assertEqual(output, '4') 967 self.assertEqual(output, '3') 1162 self.assertEqual(output, '2') 1223 self.assertEqual(output, '2') 1228 self.assertEqual(output, '2') 1233 self.assertEqual(output, '1') 1239 self.assertEqual(output, '*') 1306 self.assertEqual(output, '1') 1311 self.assertEqual(output, '1') [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_hubbub.c | 277 struct dc_surface_dcc_cap *output) in hubbub3_get_dcc_compression_cap() argument 286 memset(output, 0, sizeof(*output)); in hubbub3_get_dcc_compression_cap() 344 output->grph.rgb.max_compressed_blk_size = 256; in hubbub3_get_dcc_compression_cap() 345 output->grph.rgb.independent_64b_blks = false; in hubbub3_get_dcc_compression_cap() 351 output->grph.rgb.max_compressed_blk_size = 128; in hubbub3_get_dcc_compression_cap() 352 output->grph.rgb.independent_64b_blks = false; in hubbub3_get_dcc_compression_cap() 358 output->grph.rgb.max_compressed_blk_size = 64; in hubbub3_get_dcc_compression_cap() 359 output->grph.rgb.independent_64b_blks = true; in hubbub3_get_dcc_compression_cap() 365 output->grph.rgb.independent_64b_blks = false; in hubbub3_get_dcc_compression_cap() 369 output->capable = true; in hubbub3_get_dcc_compression_cap() [all …]
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | checksec.py | 15 status, output = self.target.run('checksec --help ') 17 'Status and output:%s and %s' % (status, output)) 22 status, output = self.target.run('checksec --format=xml --proc=1') 23 msg = ('checksec xml failed. Output: %s' % output) 29 status, output = self.target.run('checksec --fortify-proc 1') 30 match = re.search('FORTIFY_SOURCE support:', output) 33 'Status and output:%s and %s' % (status, output))
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 251.out | 1 QA output created by 251 9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error 11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error 12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error 13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error 14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error 15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error 16 qemu-img: warning: error while reading offset read_fail_offset_6: Input/output error 17 qemu-img: warning: error while reading offset read_fail_offset_7: Input/output error 18 qemu-img: warning: error while reading offset read_fail_offset_8: Input/output error [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | stap.py | 21 status, output = self.target.run(cmd, 900) 22 self.assertEqual(status, 0, msg='\n'.join([cmd, output])) 25 status, output = self.target.run(cmd, 900) 26 self.assertEqual(status, 0, msg='\n'.join([cmd, output])) 29 self.assertEqual(status, 0, msg='\n'.join([cmd, output])) 30 self.assertIn('Hello, SystemTap!', output, msg='\n'.join([cmd, output]))
|
H A D | suspend.py | 15 (status, output) = self.target.run('date') 16 self.assertEqual(status, 0, msg = 'Failed to run date command, output : %s' % output) 23 status, output = self.target.run('pidof ping') 24 self.target.run('kill -9 %s' % output) 25 …self.assertEqual(status, 0, msg = 'Not able to find process that runs ping, output : %s' % output)… 28 (status, output) = self.target.run('sudo rtcwake -m mem -s 10') 29 … self.assertEqual(status, 0, msg = 'Failed to suspends your system to RAM, output : %s' % output)
|
/openbmc/linux/Documentation/hwmon/ |
H A D | acbel-fsg032.rst | 31 curr1_input Measured output current. 38 curr2_input Measured output current. 40 curr2_max Maximum output current. 42 curr2_rated_max Maximum rated output current. 55 in2_crit Critical maximum output voltage. 57 in2_input Measured output voltage. 61 in2_rated_max Maximum rated output voltage. 62 in2_rated_min Minimum rated output voltage. 69 power2_crit Critical output power limit. 71 power2_input Measured output power. [all …]
|
H A D | stpddc60.rst | 40 when the commanded output voltage changes. Also, care should be taken when 67 in2_input Measured output voltage. 68 in2_lcrit Critical minimum output voltage. 69 in2_crit Critical maximum output voltage. 70 in2_lcrit_alarm Critical output voltage critical low alarm. 71 in2_crit_alarm Critical output voltage critical high alarm. 74 curr1_input Measured output current. 75 curr1_max Maximum output current. 77 curr1_crit Critical maximum output current. 81 power1_input Measured output power. [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/ |
H A D | meson.build | 9 '--output', meson.current_build_dir(), 20 output: [ 'Critical.md' ], 24 '--output', meson.current_build_dir(), 35 output: [ 'HardShutdown.md' ], 39 '--output', meson.current_build_dir(), 50 output: [ 'PerformanceLoss.md' ], 54 '--output', meson.current_build_dir(), 65 output: [ 'SoftShutdown.md' ], 69 '--output', meson.current_build_dir(), 80 output: [ 'Warning.md' ], [all …]
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_plane.c | 175 struct virtio_gpu_output *output = NULL; in virtio_gpu_primary_plane_update() local 183 if (WARN_ON(!output)) in virtio_gpu_primary_plane_update() 208 output->needs_modeset) { in virtio_gpu_primary_plane_update() 209 output->needs_modeset = false; in virtio_gpu_primary_plane_update() 221 (vgdev, output->index, bo, in virtio_gpu_primary_plane_update() 301 if (WARN_ON(!output)) in virtio_gpu_cursor_plane_update() 338 output->cursor.hdr.type = in virtio_gpu_cursor_plane_update() 342 output->cursor.hot_x = in virtio_gpu_cursor_plane_update() 344 output->cursor.hot_y = in virtio_gpu_cursor_plane_update() 354 output->cursor.hdr.type = in virtio_gpu_cursor_plane_update() [all …]
|
/openbmc/bmcweb/http/ |
H A D | utility.hpp | 96 output += key[keyIndex]; in encodeTriple() 100 output += key[keyIndex]; in encodeTriple() 104 output += key[keyIndex]; in encodeTriple() 107 output += key[keyIndex]; in encodeTriple() 166 output += key[keyIndex]; in finalize() 179 output += '='; in finalize() 181 output += '='; in finalize() 236 output.clear(); in base64Decode() 274 output += in base64Decode() 309 output += in base64Decode() [all …]
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | ipmi.cpp | 86 std::memcpy(output.data(), &resp, sizeof(resp)); in getBlobCount() 88 return ipmi::responseSuccess(output); in getBlobCount() 105 output.insert(output.end(), blobId.c_str(), in enumerateBlob() 107 return ipmi::responseSuccess(output); in enumerateBlob() 132 std::memcpy(output.data(), &reply, sizeof(reply)); in openBlob() 133 return ipmi::responseSuccess(output); in openBlob() 180 std::memcpy(output.data(), &reply, sizeof(reply)); in returnStatBlob() 185 output.insert(output.end(), meta->metadata.begin(), in returnStatBlob() 188 return ipmi::responseSuccess(output); in returnStatBlob() 270 output.insert(output.end(), result.begin(), result.end()); in readBlob() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | silabs,si5351.txt | 40 - reg: number of clock output. 45 1 = multisynth 0 for output clocks 0-3, else multisynth4 54 0 = clock output is driven LOW when disabled 55 1 = clock output is driven HIGH when disabled 56 2 = clock output is FLOATING (HIGH-Z) when disabled 57 3 = clock output is NEVER disabled 87 * - 8mA output drive strength 89 * - multisynth0 as clock source of output divider 104 * - 4mA output drive strength 106 * - multisynth1 as clock source of output divider [all …]
|
H A D | allwinner,sun4i-a10-usb-clk.yaml | 20 the index of the output. 39 clock-output-names: 49 - clock-output-names 62 clock-output-names: 73 clock-output-names: 84 clock-output-names: 95 clock-output-names: 106 clock-output-names: 127 clock-output-names = "usb_ohci0", "usb_phy"; 137 clock-output-names = "usb_phy0", "usb_phy1", "usb_phy2", [all …]
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/ |
H A D | version_handlers_builder.cpp | 45 HandlerConfig<VersionBlobHandler::ActionPack> output; in buildHandlerFromJson() local 48 item.at("blob").get_to(output.blobId); in buildHandlerFromJson() 53 if (!std::regex_search(output.blobId, matches, regexpr)) in buildHandlerFromJson() 56 "Invalid blob name: '" + output.blobId + in buildHandlerFromJson() 59 output.blobId = "/version/" + matches[1].str(); in buildHandlerFromJson() 74 output.handler = std::make_unique<FileHandler>(path); in buildHandlerFromJson() 103 output.actions = std::move(pack); in buildHandlerFromJson() 104 handlers.push_back(std::move(output)); in buildHandlerFromJson()
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-lenovo-hr855xg2.dts | 431 output-high; 438 output-high; 445 output-high; 452 output-low; 466 output-high; 473 output-high; 480 output-high; 508 output-low; 613 output-low; 641 output-low; [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/ |
H A D | meson.build | 6 output: [ 'Legacy.md' ], 10 '--output', meson.current_build_dir(), 21 output: [ 'MountPoint.md' ], 25 '--output', meson.current_build_dir(), 36 output: [ 'Process.md' ], 40 '--output', meson.current_build_dir(), 51 output: [ 'Proxy.md' ], 55 '--output', meson.current_build_dir(), 66 output: [ 'Stats.md' ], 70 '--output', meson.current_build_dir(),
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/ |
H A D | meson.build | 6 output: [ 'Mode.md' ], 10 '--output', meson.current_build_dir(), 21 output: [ 'RebootAttempts.md' ], 25 '--output', meson.current_build_dir(), 36 output: [ 'RebootPolicy.md' ], 40 '--output', meson.current_build_dir(), 51 output: [ 'Source.md' ], 55 '--output', meson.current_build_dir(), 66 output: [ 'Type.md' ], 70 '--output', meson.current_build_dir(),
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ |
H A D | meson.build | 6 output: [ 'Accuracy.md' ], 10 '--output', meson.current_build_dir(), 21 output: [ 'Device.md' ], 25 '--output', meson.current_build_dir(), 36 output: [ 'Threshold.md' ], 40 '--output', meson.current_build_dir(), 51 output: [ 'Value.md' ], 55 '--output', meson.current_build_dir(), 66 output: [ 'ValueMutability.md' ], 70 '--output', meson.current_build_dir(),
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | aes_glue.c | 60 u32 *output); 62 u32 *output); 64 u32 *output); 67 u32 *output); 69 u32 *output); 71 u32 *output); 96 u64 *output, unsigned int len, 100 u64 *output, unsigned int len, 104 u64 *output, unsigned int len, 108 u64 *output, unsigned int len, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-move-fprintf-into-same-block-where-modname-and-symna.patch | 15 output.c | 7 +++---- 18 diff --git a/output.c b/output.c 20 --- a/output.c 21 +++ b/output.c 26 + /* This mimics the output produced by libunwind below. */ 27 + fprintf(options.output, " > %s(%s+0x%" PRIx64 ") [%" PRIx64 "]\n", 31 - /* This mimics the output produced by libunwind below. */ 32 - fprintf(options.output, " > %s(%s+0x%" PRIx64 ") [%" PRIx64 "]\n",
|