Home
last modified time | relevance | path

Searched refs:output (Results 3101 – 3125 of 6165) sorted by relevance

1...<<121122123124125126127128129130>>...247

/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.3.rst57 - classes/fs-uuid: Fix command output decoding issue
121 - make-mod-scripts: Ensure kernel build output is deterministic
135 - oeqa ssh.py: move output prints to new line
137 - oeqa/rpm.py: Increase timeout and add debug output
167 - sstatesig: Improve output hash calculation
/openbmc/linux/drivers/clk/at91/
H A Dclk-master.c105 if (rate < characteristics->output.min) in clk_master_div_recalc_rate()
107 else if (rate > characteristics->output.max) in clk_master_div_recalc_rate()
198 if (rate < characteristics->output.min) in clk_master_div_set()
200 else if (rate > characteristics->output.max) in clk_master_div_set()
313 tmp_diff = characteristics->output.max - new_rate; in clk_master_div_notifier_fn()
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Ddcn-overview.rst29 * **Output Pipe Timing Combiner (OPTC)**: It generates time output to combine
32 * **Display Output (DIO)**: Codify the output to the display connected to our
35 * **Display Writeback (DWB)**: It provides the ability to write the output of
78 we have dc_stream, and the output (DIO) is handled by dc_link. Keep in mind
125 Eventually, we output data in integer format at DIO.
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dgpio-properties.rst11 the _CRS output ordering, for example).
65 state of the output pin which driver should use during its initialization.
128 - output-high
129 - output-low
148 Package () { "output-high", 1 },
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7778.dtsi496 clock-output-names = "plla", "pllb", "b",
594 clock-output-names =
613 clock-output-names =
636 clock-output-names =
660 clock-output-names =
H A Dr8a73a4.dtsi487 clock-output-names = "main", "pll0", "pll1", "pll2",
500 clock-output-names = "zb";
662 clock-output-names =
684 clock-output-names =
702 clock-output-names =
713 clock-output-names =
/openbmc/linux/Documentation/sound/soc/
H A Ddapm.rst77 A codec output pin
256 e.g., from the WM8731 output mixer (wm8731.c)
258 The WM8731 output mixer has 3 inputs (sources)
265 above) and is connected to the output mixer via its kcontrol name. We can now
269 /* output mixer */
/openbmc/linux/arch/powerpc/
H A DKconfig.debug283 This console provides input and output buffers stored within the
285 can then be used to read kernel output or send input to the console.
295 int "In memory console output buffer size"
299 Selects the size of the output buffer (in bytes) of the in memory
359 used for early debug output. Because it is needed before
/openbmc/linux/include/linux/
H A Dzstd_lib.h705 ZSTD_outBuffer* output,
749 ZSTDLIB_API size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZSTD_inBuffer* in…
751 ZSTDLIB_API size_t ZSTD_flushStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output);
753 ZSTDLIB_API size_t ZSTD_endStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output);
798 ZSTDLIB_API size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inBuffer* …
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8450-sony-xperia-nagara.dtsi579 cirrus,gpio2-output-enable;
594 cirrus,gpio2-output-enable;
653 output-high;
749 output-high;
764 output-low;
H A Dsm8150-sony-xperia-kumano.dtsi545 output-low;
600 output-low;
815 output-low;
823 output-low;
831 output-low;
/openbmc/linux/drivers/acpi/
H A Dbus.c194 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_run_osc() local
217 status = acpi_evaluate_object(handle, "_OSC", &input, &output); in acpi_run_osc()
221 if (!output.length) in acpi_run_osc()
224 out_obj = output.pointer; in acpi_run_osc()
265 kfree(output.pointer); in acpi_run_osc()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui.dtsi44 clock-output-names = "clk32k";
484 output-low;
670 output-low;
678 output-high;
806 output-low;
/openbmc/linux/scripts/
H A Dcheckpatch.pl1235 $output =~ s/^\s*//gm;
2341 my $output = '';
2344 $output .= RED;
2346 $output .= YELLOW;
2348 $output .= GREEN;
2353 $output .= BLUE if ($color);
2354 $output .= "$type:";
2356 $output .= RESET if ($color);
2357 $output .= ' ' . $msg . "\n";
2366 $output = (split('\n', $output))[0] . "\n";
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c806 struct rvu_npc_mcam_rule *output, u8 intf) in npc_update_ipv6_flow() argument
810 struct flow_msg *opkt = &output->packet; in npc_update_ipv6_flow()
811 struct flow_msg *omask = &output->mask; in npc_update_ipv6_flow()
875 struct rvu_npc_mcam_rule *output, u8 intf, in npc_update_flow() argument
882 struct flow_msg *opkt = &output->packet; in npc_update_flow()
883 struct flow_msg *omask = &output->mask; in npc_update_flow()
915 output->lxmb = is_broadcast_ether_addr(pkt->dmac) ? 2 : 1; in npc_update_flow()
916 npc_update_entry(rvu, NPC_LXMB, entry, output->lxmb, 0, in npc_update_flow()
917 output->lxmb, 0, intf); in npc_update_flow()
964 npc_update_ipv6_flow(rvu, entry, features, pkt, mask, output, intf); in npc_update_flow()
/openbmc/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst295 For example, from the output of "perf-profile info" above, for level 0 and level
577 Based on the output of the "intel-speed-select perf-profile info -l 0" base
598 While running the above test, if we take turbostat output, it will show us that
600 frequency as the turbo is disabled). The turbostat output::
619 From the above turbostat output, both CPU 3 and 4 are very busy and reaching
699 improved (latency reduced) by 7.79%. From the turbostat output, it can be
701 The turbostat output::
818 The turbostat output::
837 Based on turbostat output, the performance is limited by frequency cap of 3100
932 turbostat output will show that the CPU 12 and CPU 13 are getting 100 MHz boost.
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-a83t.dtsi159 clock-output-names = "osc24M";
171 clock-output-names = "osc16M";
180 clock-output-names = "osc16M-d512";
427 clock-output-names = "tcon-pixel-clock";
498 "output",
518 "output",
539 "output",
/openbmc/openbmc/poky/meta/classes/
H A Dcve-check.bbclass61 # Provide text output
64 # Provide JSON output
539 def cve_check_write_json_output(d, output, direct_file, deploy_file, manifest_file):
548 write_string = json.dumps(output, indent=2)
576 output = {"version":"1", "package": []}
645 output["package"].append(package_data)
651 cve_check_write_json_output(d, output, direct_file, deploy_file, manifest_file)
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst310 mkid -i C --output .id-utils.index
390 This SmPL excerpt generates entries on the standard output, as
422 This SmPL excerpt generates patch hunks on the standard output, as
444 **NOTE**: The diff-like output generated is NOT an applicable patch. The
447 lines around. This output can be used with the diff mode of
467 This SmPL excerpt generates diff hunks on the standard output, as
514 This SmPL excerpt generates Org entries on the standard output, as
/openbmc/linux/drivers/crypto/vmx/
H A Daesp8-ppc.pl2102 vcipherlast $output,$inout,$rndkey0
2104 le?vperm $tmp,$output,$output,$leperm
2107 be?stvx_u $output,0,$out
2134 vxor $output,$output,$rndkey0 # just in case $len<16
2143 vxor $output,$output,$tweak
2148 vsel $inout,$inout,$output,$inptail
2313 vncipherlast $output,$inout,$rndkey0
2315 le?vperm $tmp,$output,$output,$leperm
2318 be?stvx_u $output,0,$out
2380 le?vperm $tmp,$output,$output,$leperm
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,video.txt26 - direction: should be either "input" or "output" depending on the direction
/openbmc/linux/Documentation/hwmon/
H A Dpowr1220.rst23 for output voltages and GPIOs. This driver implements the voltage
/openbmc/linux/arch/mips/boot/dts/ni/
H A D169445.dts57 no-output;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Makefile.am-remove-regression-dir.patch30 @rm -rf output
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-valgrind-filter_xml_frames-do-not-filter-usr.patch11 the comparision between exepected and actual output.

1...<<121122123124125126127128129130>>...247