/openbmc/libbej/src/ |
H A D | bej_decoder_json.cpp | 12 std::string* output; member 33 params->output->append("\":"); in addPropertyNameToOutput() 48 params->output->push_back('{'); in callbackSetStart() 63 params->output->push_back('}'); in callbackSetEnd() 79 params->output->push_back('['); in callbackArrayStart() 94 params->output->push_back(']'); in callbackArrayEnd() 164 params->output->append(value); in callbackEnum() 208 params->output->insert(params->output->cend(), value->zeroCount, '0'); in callbackReal() 331 output.clear(); in decode() 367 .output = &output, in decode() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | systemd.py | 21 status, output = self.target.run(command) 22 message = '\n'.join([command, output]) 27 return output 54 if len(output) == 1 and "-- No entries --" in output: 57 return output 73 if "running" in output or "degraded" in output: 76 return (False, output) 93 settled, output = self.settle() 160 …assertEqual('sleep_for_duration (busybox.nosuid' in output or 'xnanosleep (sleep.coreutils' in out… 186 if not len(output): [all …]
|
H A D | rpm.py | 22 status, output = self.target.run('rpm --help') 23 msg = 'status and output: %s and %s' % (status, output) 28 status, output = self.target.run('ls /var/lib/rpm/') 31 status, output = self.target.run('rpm -q rpm') 32 msg = 'status and output: %s and %s' % (status, output) 39 status, output = self.target.run('id -u %s' % u) 42 msg = 'Failed to create new user: %s' % output 46 status, output = self.target.run('su -c id %s' % u) 58 if u + ' ' not in output: 69 msg = 'Failed to erase user: %s' % output [all …]
|
H A D | ethernet_ip_connman.py | 22 (status, output) = self.target.run("ifconfig eth0 | grep 'inet ' | awk '{print $2}'") 23 … to get ip address. Make sure you have an ethernet connection on your device, output: %s' % output) 24 original_ip = output 28 self.assertEqual(status, 0, msg='Failed to create virtual ip address, output: %s' % output) 33 …(status, output) = self.target.run("connmanctl services | grep -E '*AO Wired|*AR Wired' | awk '{pr… 34 self.assertEqual(status, 0, msg='No wired interfaces are detected, output: %s' % output) 35 wired_interfaces = output 37 (status, output) = self.target.run("ip route | grep default | awk '{print $3}'") 38 … self.assertEqual(status, 0, msg='Failed to retrieve the default gateway, output: %s' % output) 39 default_gateway = output [all …]
|
H A D | dnf.py | 22 message = os.linesep.join([command, output]) 24 return output 72 return output 92 self.assertIn("dnf-test-main.", output) 93 self.assertIn("dnf-test-dep.", output) 100 self.assertEqual(status, 0, output) 107 rpm_path = output.split("/")[-2] + "/" + output.split("/")[-1] 139 self.assertEqual(0, status, output) 141 self.assertEqual(0, status, output) 163 self.assertEqual(0, status, output) [all …]
|
H A D | rust.py | 30 status, output = self.target.run('rustc /tmp/test.rs -o /tmp/test') 31 msg = 'rust compile failed, output: %s' % output 34 status, output = self.target.run('/tmp/test') 35 msg = 'running compiled file failed, output: %s' % output 42 status, output = self.target.run('cargo new /tmp/hello') 43 msg = 'cargo new failed, output: %s' % output 47 msg = 'cargo build failed, output: %s' % output 51 msg = 'running compiled file failed, output: %s' % output 59 status, output = self.target.run(cmd) 60 msg = 'Exit status was not 0. Output: %s' % output [all …]
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | rgb.c | 18 struct tegra_output output; member 29 return container_of(output, struct tegra_rgb, output); in to_rgb() 251 dc->rgb = &rgb->output; in tegra_dc_rgb_probe() 294 if (output->panel) { in tegra_dc_rgb_init() 295 output->bridge = devm_drm_panel_bridge_add(output->dev, in tegra_dc_rgb_init() 298 dev_err(output->dev, in tegra_dc_rgb_init() 300 output->bridge); in tegra_dc_rgb_init() 304 output->panel = NULL; in tegra_dc_rgb_init() 323 if (output->bridge) { in tegra_dc_rgb_init() 324 err = drm_bridge_attach(&output->encoder, output->bridge, in tegra_dc_rgb_init() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | sysroot.py | 49 self.assertTrue(expected in res.output, msg=res.output) 61 self.assertTrue(expected in res.output, msg=res.output) 62 self.assertTrue('[la]' in res.output, msg=res.output) 66 self.assertTrue(expected in res.output, msg=res.output) 67 self.assertTrue('[la]' in res.output, msg=res.output) 79 self.assertTrue('[pkgconfig]' in res.output, msg=res.output) 80 self.assertTrue(expected in res.output, msg=res.output) 84 self.assertTrue(expected in res.output, msg=res.output) 85 self.assertTrue('[pkgconfig]' in res.output, msg=res.output)
|
H A D | bbtests.py | 18 for l in res.output.split('\n'): 81 for l in result.output.split('\n'): 175 self.assertIn('localconf', result.output) 199 self.assertIn('prefile', result.output) 202 self.assertIn('localconf', result.output) 214 self.assertIn('postfile', result.output) 255 tasks = re.findall(r'task\s+(do_\S+):', ret.output) 268 tasks = re.findall(r'task\s+(do_\S+):', ret.output) 276 tasks = re.findall(r'task\s+(do_\S+):', ret.output) 285 tasks = re.findall(r'task\s+(do_\S+):', ret.output) [all …]
|
H A D | bblayers.py | 30 self.assertIn('aspell', result.output) 34 self.assertIn('meta-selftest', result.output) 40 self.assertIn(bb_file, result.output) 44 self.assertIn('aspell', result.output) 79 self.assertIn('aspell:', result.output) 80 self.assertIn('mtd-utils:', result.output) 89 self.assertIn('libproxy:', result.output) 96 self.assertIn('ERROR:', result.output) 131 for line in result.output.splitlines(): 182 if 'poky-default' in result.output: [all …]
|
/openbmc/phosphor-net-ipmid/ |
H A D | auth_algo.cpp | 27 output.resize(0); in generateHMAC() 30 return output; in generateHMAC() 44 output.resize(0); in generateICV() 46 output.resize(integrityCheckValueLength); in generateICV() 48 return output; in generateICV() 62 output.resize(0); in generateHMAC() 65 return output; in generateHMAC() 76 output.data(), &mdLen) == NULL) in generateICV() 81 output.resize(0); in generateICV() 83 output.resize(integrityCheckValueLength); in generateICV() [all …]
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-480.c | 259 output = &line->output; in vfe_get_output() 290 struct vfe_output *output = &line->output; in vfe_enable_output() local 300 output->state); in vfe_enable_output() 316 output->buf[i] = vfe_buf_get_pending(output); in vfe_enable_output() 333 struct vfe_output *output = &line->output; in vfe_disable_output() local 429 output = &vfe->line[line_id].output; in vfe_isr_reg_update() 460 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_isr_wm_done() 473 output->buf[0] = output->buf[1]; in vfe_isr_wm_done() 477 output->buf[index] = vfe_buf_get_pending(output); in vfe_isr_wm_done() 548 output = &line->output; in vfe_queue_buffer() [all …]
|
H A D | camss-vfe-170.c | 410 output = &line->output; in vfe_get_output() 443 struct vfe_output *output = &line->output; in vfe_enable_output() local 466 output->state); in vfe_enable_output() 482 output->buf[i] = vfe_buf_get_pending(output); in vfe_enable_output() 499 struct vfe_output *output = &line->output; in vfe_disable_output() local 603 output = &vfe->line[line_id].output; in vfe_isr_reg_update() 634 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_isr_wm_done() 647 output->buf[0] = output->buf[1]; in vfe_isr_wm_done() 651 output->buf[index] = vfe_buf_get_pending(output); in vfe_isr_wm_done() 722 output = &line->output; in vfe_queue_buffer() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp.c | 140 callback_in_ms(0, output); in transition() 143 callback_in_ms(0, output); in transition() 146 callback_in_ms(0, output); in transition() 152 callback_in_ms(0, output); in transition() 155 callback_in_ms(0, output); in transition() 158 callback_in_ms(0, output); in transition() 163 callback_in_ms(0, output); in transition() 230 output->callback_stop = 1; in reset_authentication() 295 memset(&output, 0, sizeof(output)); in mod_hdcp_setup() 310 memset(&output, 0, sizeof(output)); in mod_hdcp_teardown() [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap44xx-clocks.dtsi | 11 clock-output-names = "extalt_clkin_ck"; 18 clock-output-names = "pad_clks_src_ck"; 25 clock-output-names = "pad_clks_ck"; 55 clock-output-names = "slimbus_clk"; 64 clock-output-names = "sys_32k_ck"; 192 clock-output-names = "abe_clk"; 263 clock-output-names = "ddrphy_ck"; 592 clock-output-names = "usim_ck"; 1186 clock-output-names = "abe_cm"; 1301 clock-output-names = "d2d_cm"; [all …]
|
H A D | omap54xx-clocks.dtsi | 11 clock-output-names = "pad_clks_src_ck"; 18 clock-output-names = "pad_clks_ck"; 41 clock-output-names = "slimbus_clk"; 50 clock-output-names = "sys_32k_ck"; 154 clock-output-names = "abe_clk"; 164 clock-output-names = "abe_iclk"; 227 clock-output-names = "c2c_fclk"; 236 clock-output-names = "c2c_iclk"; 1102 clock-output-names = "mpu_cm"; 1118 clock-output-names = "dsp_cm"; [all …]
|
H A D | am43xx-clocks.dtsi | 11 clock-output-names = "sys_clkin_ck"; 38 clock-output-names = "adc_tsc_fck"; 47 clock-output-names = "dcan0_fck"; 56 clock-output-names = "dcan1_fck"; 65 clock-output-names = "mcasp0_fck"; 74 clock-output-names = "mcasp1_fck"; 101 clock-output-names = "sha0_fck"; 110 clock-output-names = "aes0_fck"; 119 clock-output-names = "rng_fck"; 899 clock-output-names = "mpu_cm"; [all …]
|
H A D | am33xx-clocks.dtsi | 11 clock-output-names = "sys_clkin_ck"; 20 clock-output-names = "adc_tsc_fck"; 29 clock-output-names = "dcan0_fck"; 38 clock-output-names = "dcan1_fck"; 47 clock-output-names = "mcasp0_fck"; 56 clock-output-names = "mcasp1_fck"; 83 clock-output-names = "sha0_fck"; 92 clock-output-names = "aes0_fck"; 101 clock-output-names = "rng_fck"; 354 clock-output-names = "l3_gclk"; [all …]
|
H A D | dra7xx-clocks.dtsi | 11 clock-output-names = "atl_clkin0_ck"; 18 clock-output-names = "atl_clkin1_ck"; 25 clock-output-names = "atl_clkin2_ck"; 32 clock-output-names = "atl_clkin3_ck"; 39 clock-output-names = "hdmi_clkin_ck"; 46 clock-output-names = "mlb_clkin_ck"; 95 clock-output-names = "rmii_clk_ck"; 257 clock-output-names = "abe_clk"; 449 clock-output-names = "iva_dclk"; 1701 clock-output-names = "mpu_cm"; [all …]
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_encoder.c | 49 enum rcar_du_output output, in rcar_du_encoder_init() argument 62 if ((output == RCAR_DU_OUTPUT_DPAD0 || in rcar_du_encoder_init() 63 output == RCAR_DU_OUTPUT_DPAD1) && in rcar_du_encoder_init() 79 if (output == RCAR_DU_OUTPUT_LVDS0 || in rcar_du_encoder_init() 80 output == RCAR_DU_OUTPUT_LVDS1) in rcar_du_encoder_init() 83 if (output == RCAR_DU_OUTPUT_DSI0 || in rcar_du_encoder_init() 84 output == RCAR_DU_OUTPUT_DSI1) in rcar_du_encoder_init() 96 if (output == RCAR_DU_OUTPUT_LVDS1 && in rcar_du_encoder_init() 100 if ((output == RCAR_DU_OUTPUT_LVDS0 || in rcar_du_encoder_init() 101 output == RCAR_DU_OUTPUT_LVDS1) && in rcar_du_encoder_init() [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/ |
H A D | meson.build | 6 output: [ 'CP00.md' ], 21 output: [ 'CRP0.md' ], 36 output: [ 'DINF.md' ], 51 output: [ 'LRP0.md' ], 66 output: [ 'LRP1.md' ], 81 output: [ 'LRP2.md' ], 96 output: [ 'LRP3.md' ], 111 output: [ 'LRP4.md' ], 126 output: [ 'LRP5.md' ], 141 output: [ 'LRP6.md' ], [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | powerpc-hcalls.py | 27 output = {} variable 164 for opcode in output: 166 time = output[opcode]['time'] 167 cnt = output[opcode]['cnt'] 168 min_t = output[opcode]['min'] 169 max_t = output[opcode]['max'] 178 if (opcode in output): 180 output[opcode]['cnt'] += 1 182 output[opcode]['min'] = diff 184 output[opcode]['max'] = diff [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
H A D | meson.build | 35 output: [ 'Battery.md' ], 50 output: [ 'Bmc.md' ], 65 output: [ 'Board.md' ], 80 output: [ 'Cable.md' ], 95 output: [ 'Chassis.md' ], 125 output: [ 'Cpu.md' ], 155 output: [ 'Dimm.md' ], 185 output: [ 'Drive.md' ], 230 output: [ 'Fan.md' ], 425 output: [ 'Tpm.md' ], [all …]
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | ddk750_display.c | 118 if (output & PNL_2_USAGE) { in ddk750_set_logical_disp_out() 122 reg |= (((output & PNL_2_MASK) >> PNL_2_OFFSET) << in ddk750_set_logical_disp_out() 127 if (output & CRT_2_USAGE) { in ddk750_set_logical_disp_out() 131 reg |= (((output & CRT_2_MASK) >> CRT_2_OFFSET) << in ddk750_set_logical_disp_out() 138 if (output & PRI_TP_USAGE) { in ddk750_set_logical_disp_out() 143 if (output & SEC_TP_USAGE) { in ddk750_set_logical_disp_out() 148 if (output & PNL_SEQ_USAGE) { in ddk750_set_logical_disp_out() 150 sw_panel_power_sequence((output & PNL_SEQ_MASK) >> in ddk750_set_logical_disp_out() 154 if (output & DAC_USAGE) in ddk750_set_logical_disp_out() 155 set_DAC((output & DAC_MASK) >> DAC_OFFSET); in ddk750_set_logical_disp_out() [all …]
|
/openbmc/phosphor-pid-control/pid/ |
H A D | pidcontroller.cpp | 36 double output; in calPIDOutput() local 45 output = ec::pid(info, input, setpt, &name); in calPIDOutput() 57 output = 0; in calPIDOutput() 63 output = info->lastOutput; in calPIDOutput() 66 info->lastOutput = output; in calPIDOutput() 74 output = ec::pid(info, input, setpt, &name); in calPIDOutput() 105 return output; in calPIDOutput() 112 double output; in process() local 123 output = calPIDOutput(setpt, input, info); in process() 125 info->lastOutput = output; in process() [all …]
|