Home
last modified time | relevance | path

Searched refs:output (Results 4876 – 4900 of 6207) sorted by relevance

1...<<191192193194195196197198199200>>...249

/openbmc/linux/Documentation/trace/
H A Dftrace.rst50 well as the files to display output.
127 This file holds the output of the trace in a human
138 The output is the same as the "trace" file but this
153 that is displayed in one of the above output
438 "<...>" is displayed in the output.
1022 output includes a timestamp relative to the start of the
1023 trace. This differs from the output when latency-format
1201 This option changes the trace output. When it is enabled,
1397 Shows a more minimalistic output.
1473 function-trace, we get a much larger output::
[all …]
/openbmc/qemu/
H A Dmeson.build529 configure_file(output: 'instrumentation-filter',
3214 output: config_devices_mak,
3244 output: 'config-poison.h',
3329 output: 'qemu-version.h',
3350 output: d[1],
3552 output: 'decode-@BASENAME@.c.inc',
3774 block_syms = custom_target('block.syms', output: 'block.syms',
3778 qemu_syms = custom_target('qemu.syms', output: 'qemu.syms',
3945 output: target + '-gdbstub-xml.c',
4042 output: exe['name'],
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dimx6sx.dtsi108 clock-output-names = "ckil";
116 clock-output-names = "osc";
124 clock-output-names = "ipp_di0";
132 clock-output-names = "ipp_di1";
H A Dtegra30-apalis.dts307 clock-output-names = "clk16m";
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch133 * bytes of value in output format (3 in this example).
139 * bytes of value in output format (2 in this example).
145 * bytes of value in output format (2 in this example).
151 * bytes of value in output format (2 in this example).
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp48 "comments": [ "Sets output voltage for a PMBus regulator rail" ],
63 "comments": [ "Read output voltage from READ_VOUT." ],
194 int runToolForOutput(const std::string& configFileName, std::string& output, in runToolForOutput() argument
198 return runToolForOutputWithCommand(command, output, error); in runToolForOutput()
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-r40.dtsi68 clock-output-names = "osc24M";
76 clock-output-names = "ext-osc32k";
535 clock-output-names = "osc32k", "osc32k-out";
1065 clock-output-names = "tcon-top-tv0",
H A Dsunxi-h3-h5.dtsi91 clock-output-names = "osc24M";
99 clock-output-names = "ext_osc32k";
870 clock-output-names = "osc32k", "osc32k-out", "iosc";
/openbmc/linux/tools/power/cpupower/po/
H A Dka.po508 " -m, --human human-readable output for the -f, -w, -s and -y "
522 "If no argument or only the -c, --cpu parameter is given, debug output about\n"
552 "more than one output-specific argument\n"
982 msgid "You can't specify more than one output-specific argument\n"
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64.dtsi127 clock-output-names = "osc24M";
134 clock-output-names = "ext-osc32k";
411 clock-output-names = "tcon-data-clock";
1277 clock-output-names = "osc32k", "osc32k-out", "iosc";
/openbmc/openbmc/poky/bitbake/
H A DChangeLog43 - Fix/improve bitbake -s output
50 - Sort digraph output to make builds more reproducible
134 - Flush stdout/stderr before forking to fix duplicate console output
/openbmc/u-boot/test/py/
H A DREADME.md305 address to use for the test. This data is parsed from the output of the
349 U-Boot console, and returns all output from that command. This allows
350 validation or interpretation of the command output. This function validates
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie.yaml464 - const: phy_pipe # PIPE output clock
615 - const: phy_pipe # PIPE output clock
646 - const: phy_pipe # PIPE output clock
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c2298 const char *input, *output, **objs; in do_min_core_btf() local
2307 output = GET_ARG(); in do_min_core_btf()
2319 err = minimize_btf(input, output, objs); in do_min_core_btf()
/openbmc/linux/Documentation/bpf/
H A Dbpf_iterators.rst13 sockets in the system. However, their output format tends to be fixed, and if
164 ``bpf_seq_write()`` function based on whether you need formatted output or just
398 The following lines are the output of the program.
H A Dprog_flow_dissector.rst23 and output arguments.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-hwmon88 These drivers will output the actual voltage. Rule of
329 Select which temperature channels affect this PWM output in
344 which associate trip points to PWM output channels.
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5.dtsi31 clock-output-names = "pmic_osc";
838 clock-output-names = "pmic_clk";
1410 fsl,ext-reset-output;
/openbmc/entity-manager/src/
H A Dfru_device.cpp104 std::stringstream output; in getEepromPath() local
105 output << "/sys/bus/i2c/devices/" << bus << "-" << std::right in getEepromPath()
108 return output.str(); in getEepromPath()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c1046 struct amd_pp_simple_clock_info *output) in pp_get_display_power_level() argument
1050 if (!hwmgr || !hwmgr->pm_en || !output) in pp_get_display_power_level()
1053 return phm_get_dal_power_level(hwmgr, output); in pp_get_display_power_level()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp844 std::vector<std::string> output; in userLockedForFailedAttempt() local
847 output = getFailedAttempt(userName.c_str()); in userLockedForFailedAttempt()
855 return parseFaillockForLockout(output); in userLockedForFailedAttempt()
/openbmc/linux/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh477 -v verbose mode (show commands and output)
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dconf.h1067 u8 output; member
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/
H A Dqman.txt162 clock-output-names = "platform-pll", "platform-pll-div2";
/openbmc/u-boot/drivers/sound/
H A DKconfig69 Enable sound output on supported Intel Ivybridge-based boards. This

1...<<191192193194195196197198199200>>...249