Home
last modified time | relevance | path

Searched +full:output +full:- +full:only (Results 1 – 25 of 1075) sorted by relevance

12345678910>>...43

/openbmc/linux/Documentation/hwmon/
H A Dltc2978.rst10 Addresses scanned: -
18 Addresses scanned: -
26 Addresses scanned: -
34 Addresses scanned: -
42 Addresses scanned: -
52 Addresses scanned: -
60 Addresses scanned: -
68 Addresses scanned: -
76 Addresses scanned: -
84 Addresses scanned: -
[all …]
H A Dtps53679.rst10 Addresses scanned: -
18 Addresses scanned: -
26 Addresses scanned: -
34 Addresses scanned: -
42 Addresses scanned: -
50 Addresses scanned: -
57 Guenter Roeck <linux@roeck-us.net>
61 -----------
63 Chips in this series are multi-phase step-down converters with one or two
64 output channels and up to 8 phases per channel.
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dvivid.rst1 .. SPDX-License-Identifier: GPL-2.0
7 output, vbi capture and output, metadata capture and output, radio receivers and
9 simple framebuffer device is available for testing capture and output overlays.
13 Each input can be a webcam, TV capture device, S-Video capture device or an HDMI
14 capture device. Each output can be an S-Video output device or an HDMI output
23 - Support for read()/write(), MMAP, USERPTR and DMABUF streaming I/O.
24 - A large list of test patterns and variations thereof
25 - Working brightness, contrast, saturation and hue controls
26 - Support for the alpha color component
27 - Full colorspace support, including limited/full RGB range
[all …]
/openbmc/linux/Documentation/sound/cards/
H A Dcmipci.rst2 Brief Notes on C-Media 8338/8738/8768/8770 Driver
8 Front/Rear Multi-channel Playback
9 ---------------------------------
13 DACs, both streams are handled independently unlike the 4/6ch multi-
22 - The first DAC supports U8 and S16LE formats, while the second DAC
23 supports only S16LE.
24 - The second DAC supports only two channel stereo.
27 rate but only fixed rates: 5512, 8000, 11025, 16000, 22050, 32000,
30 The rear output can be heard only when "Four Channel Mode" switch is
35 When "Four Channel Mode" switch is off, the output from rear speakers
[all …]
/openbmc/linux/include/linux/
H A Dxz.h5 * Igor Pavlov <https://7-zip.org/>
28 * enum xz_mode - Operation mode
30 * @XZ_SINGLE: Single-call mode. This uses less RAM than
31 * multi-call modes, because the LZMA2
36 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
40 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is
46 * It is possible to enable support only for a subset of the above
59 * enum xz_ret - Return codes
61 * output space is required to continue. This
62 * return code is possible only in multi-call mode
[all …]
H A Dzlib.h1 /* zlib.h -- interface of the 'zlib' general purpose compression library
3 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
5 This software is provided 'as-is', without any express or implied
21 Jean-loup Gailly Mark Adler
53 The 'zlib' compression library provides in-memory compression and
55 data. This version of the library supports only one compression method
62 application must provide more input and/or consume the output
63 (providing more output space) before each call.
65 The compressed data format used by default by the in-memory functions is
73 and on communications channels. The gzip format was designed for single-
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py4 # SPDX-License-Identifier: MIT
21 status, output = self.target.run(command)
22 message = '\n'.join([command, output])
24 cmd = 'SYSTEMD_BUS_TIMEOUT=240s systemctl status --full %s' % target
27 return output
32 Request for the journalctl output to the current target system
35 -args, an optional argument pass through argument
36 -l_match_units, an optional list of units to filter the output
38 -string output of the journalctl command
40 -AssertionError, on remote commands that fail
[all …]
H A Drtc.py4 # SPDX-License-Identifier: MIT
16 if self.tc.td.get('VIRTUAL-RUNTIME_init_manager') == 'systemd':
17 self.logger.debug('Stopping systemd-timesyncd daemon')
18 self.target.run('systemctl disable --now --runtime systemd-timesyncd')
21 if self.tc.td.get('VIRTUAL-RUNTIME_init_manager') == 'systemd':
22 self.logger.debug('Starting systemd-timesyncd daemon')
23 self.target.run('systemctl enable --now --runtime systemd-timesyncd')
25 @skipIfFeature('read-only-rootfs',
26 'Test does not work with read-only-rootfs in IMAGE_FEATURES')
30 (status, output) = self.target.run('hwclock -r')
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Doverlayfs.py4 # SPDX-License-Identifier: MIT
18 return getline_qemu(res.output, line)
25 OVERLAYFS_MOUNT_POINT[mnt-overlay] = "/mnt/overlay"
37 IMAGE_INSTALL:append = " overlayfs-user"
44 self.write_recipeinc('overlayfs-user', overlayfs_recipe_append)
46 res = bitbake('core-image-minimal', ignore_status=True)
47 line = getline(res, "overlayfs-user was skipped: missing required distro features")
48 self.assertTrue("overlayfs" in res.output, msg=res.output)
49 self.assertTrue("systemd" in res.output, msg=res.output)
50 …rue("ERROR: Required build target 'core-image-minimal' has no buildable providers." in res.output,…
[all …]
H A Dincompatible_lic.py4 # SPDX-License-Identifier: MIT
17 result = bitbake('%s --dry-run' % (pn), ignore_status=True)
18 if error_msg not in result.output:
19 raise AssertionError(result.output)
25 …self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, please use…
31 …self.lic_test('incompatible-license', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid license wild…
36 …self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, plea…
42 …self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPL-3.0', "*GPL-3.0 is an invalid li…
48 …self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid licens…
54 …self.lic_test('incompatible-licenses', 'GPL-3.0-only LGPL-3.0-only', '*GPL-3.0-only', "*GPL-3.0-on…
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst1 .. SPDX-License-Identifier: GPL-2.0
6 Memory-to-Memory Stateful Video Decoder Interface
9 A stateful video decoder takes complete chunks of the bytestream (e.g. Annex-B
34 5. Single-planar API (see :ref:`planar-apis`) and applicable structures may be
35 used interchangeably with multi-planar API, unless specified otherwise,
41 7. Given an ``OUTPUT`` buffer A, then A' represents a buffer on the ``CAPTURE``
44 .. _decoder-glossary:
79 Good at sub-partitioning the picture into variable sized structures.
84 ``OUTPUT`` buffers must be queued by the client in decode order; for
91 the order in which frames must be displayed; for encoders, ``OUTPUT``
[all …]
H A Dvidioc-g-fbuf.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_FBUF - VIDIOC_S_FBUF - Get or set frame buffer overlay parameters
40 :ref:`Video Overlay <overlay>` or :ref:`Video Output Overlay <osd>`
42 output device) and can be determined with the
46 The V4L2 API distinguishes destructive and non-destructive overlays. A
48 of a graphics card. A non-destructive overlay blends video images into a
49 VGA signal or graphics into a video signal. *Video Output Overlays* are
50 always non-destructive.
60 To set the parameters for a *Video Output Overlay*, applications must
81 .. flat-table:: struct v4l2_framebuffer
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dst,sta32x.txt3 The driver for this device only supports I2C.
7 - compatible: "st,sta32x"
8 - reg: the I2C address of the device for I2C
9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be
12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
16 - Vdda-supply: regulator spec, providing 3.3V
17 - Vdd3-supply: regulator spec, providing 3.3V
18 - Vcc-supply: regulator spec, providing 5V - 26V
22 - clocks, clock-names: Clock specifier for XTI input clock.
24 and disabled when it is removed. The 'clock-names' must be set to 'xti'.
[all …]
H A Dst,sta350.txt3 The driver for this device only supports I2C.
7 - compatible: "st,sta350"
8 - reg: the I2C address of the device for I2C
9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be
12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
16 - vdd-dig-supply: regulator spec, providing 3.3V
17 - vdd-pll-supply: regulator spec, providing 3.3V
18 - vcc-supply: regulator spec, providing 5V - 26V
22 - st,output-conf: number, Selects the output configuration:
23 0: 2-channel (full-bridge) power, 2-channel data-out
[all …]
/openbmc/linux/include/uapi/sound/
H A Dfirewire.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
30 unsigned int notification; /* DICE-specific bits */
33 #define SND_EFW_TRANSACTION_USER_SEQNUM_MAX ((__u32)((__u16)~0) - 1)
51 __u32 message; /* Digi00x-specific message */
56 __u32 message; /* MOTU-specific bits. */
77 * struct snd_firewire_event_ff400_message - the container for message from Fireface 400 when
139 * Returns -EBUSY if the driver is already streaming.
150 * - 828mk2
151 * - 896hd
152 * - Traveler
[all …]
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py4 # SPDX-License-Identifier: GPL-2.0-only
12 logger = logging.getLogger('bitbake-layers')
20 return "oe-setup-layers"
22 def _write_python(self, input, output): argument
25 with open(output, 'w') as f:
27 st = os.stat(output)
28 os.chmod(output, st.st_mode | stat.S_IEXEC | stat.S_IXGRP | stat.S_IXOTH)
30 def _write_json(self, repos, output): argument
31 with open(output, 'w') as f:
56 err = "Repository {} does not exist in setup-layers config".format(repo)
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dnuvoton,sgpio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jim LIU <JJLIU0@nuvoton.com>
20 to 64 output pins, and up to 64 input pins, the pin is only for GPI or GPO.
22 - Support interrupt option for each input port and various interrupt
23 sensitivity options (level-high, level-low, edge-high, edge-low)
24 - ngpios is number of nuvoton,input-ngpios GPIO lines and nuvoton,output-ngpios GPIO lines.
25 nuvoton,input-ngpios GPIO lines is only for GPI.
26 nuvoton,output-ngpios GPIO lines is only for GPO.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dsilabs,si5351.txt5 https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/data-sheets/Si5351-B.pdf
7 The Si5351a/b/c are programmable i2c clock generators with up to 8 output
8 clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
9 3 output clocks are accessible. The internal structure of the clock
15 - compatible: shall be one of the following:
16 "silabs,si5351a" - Si5351a, QFN20 package
17 "silabs,si5351a-msop" - Si5351a, MSOP10 package
18 "silabs,si5351b" - Si5351b, QFN20 package
19 "silabs,si5351c" - Si5351c, QFN20 package
20 - reg: i2c device address, shall be 0x60 or 0x61.
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-timechart.txt1 perf-timechart(1)
5 ----
6 perf-timechart - Tool to visualize total system behavior during a workload
9 --------
14 -----------
18 of an arbitrary workload. By default timechart records only scheduler
20 but it's possible to record IO (disk, network) activity using -I argument.
34 -----------------
35 -o::
36 --output=::
[all …]
H A Dperf-report.txt1 perf-report(1)
5 ----
6 perf-report - Read perf.data (created by perf record) and display the profile
9 --------
11 'perf report' [-i <file> | --input=file]
14 -----------
19 -------
20 -i::
21 --input=::
24 -v::
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
48 IA_CSS_PIPE_MODE_COPY, /** Copy pipe, only used for embedded/image data copying */
87 /** For IPU3 only: use output_system_in_res to specify what input resolution
88 will OSYS receive, this resolution is equal to the output resolution of GDC
89 if not determined CSS will set output_system_in_res with main osys output pin resolution
92 /** dvs crop, video only, not in use yet. Use dvs_envelope below. */
94 /** output of YUV scaling */
96 /** output of VF YUV scaling */
111 instead of vf_pp. This only applies to viewfinder post
116 /** Enabling of TNR (temporal noise reduction). This is only applicable to video
[all …]
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt3 Publication date 2017-09-25 08:21
5 Extracted via "pdftotext -f 547 -l 572 -layout sun4v_20170925.pdf"
14 …These APIs may only be provided by certain platforms, and may not be available to all virtual mach…
16 live-migration and other system management activities.
20 …high speed processoring of database-centric operations. The coprocessors may support one or more of
28 …e Completion Area and, unless execution order is specifically restricted through the use of serial-
45 …device node in the guest MD (Section 8.24.17, “Database Analytics Accelerators (DAX) virtual-device
51 36.1.1.1. "ORCL,sun4v-dax" Device Compatibility
54 • No-op/Sync
77 …See Section 36.2.1, “Query CCB Command Formats” for the corresponding CCB input and output formats.
[all …]
/openbmc/linux/lib/842/
H A D842.h1 /* SPDX-License-Identifier: GPL-2.0 */
13 * number of data bytes to add to the output buffer, or an index pointing
14 * to a previously-written number of data bytes to copy to the output buffer.
16 * The template code is a 5-bit value. This code indicates what to do with
22 * bytes being written to the output buffer. Each template (i.e. all actions
23 * in the table row) will add up to 8 bytes being written to the output buffer.
29 * buffer should be copied directly to the output buffer.
33 * 4, or 8 byte value already in the output buffer, that should be copied to
34 * the end of the output buffer. Essentially, the index points to a position
35 * in a ring buffer that contains the last N bytes of output buffer data.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iio/cdc/
H A Dadi,ad7746.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AD7746 24-Bit Capacitance-to-Digital Converter with Temperature Sensor
10 - Michael Hennerich <michael.hennerich@analog.com>
13 AD7746 24-Bit Capacitance-to-Digital Converter with Temperature Sensor
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7291.pdf
21 - adi,ad7745
22 - adi,ad7746
23 - adi,ad7747
[all …]
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h1 /* LzmaDec.h -- LZMA Decoder
2 2009-02-07 : Igor Pavlov : Public domain */
20 /* ---------- LZMA Properties ---------- */
30 /* LzmaProps_Decode - decodes properties
33 SZ_ERROR_UNSUPPORTED - Unsupported properties
39 /* ---------- LZMA Decoder state ---------- */
67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
81 /* ELzmaFinishMode has meaning only if the decoding reaches output limit !!!
83 You must use LZMA_FINISH_END, when you know that current output buffer
86 If LZMA decoder sees end marker before reaching output limit, it returns SZ_OK,
[all …]

12345678910>>...43