Home
last modified time | relevance | path

Searched full:decoders (Results 1 – 25 of 136) sorted by relevance

123456

/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst21 * cxl_acpi - initializes root decoders and interacts with ACPI data.
84 * `Root Decoders` defined by CFMWS the :doc:`CEDT<../platform/acpi/cedt>`
110 contains one or more decoders used to route memory requests downstream ports,
144 similar - the both contain switch decoders which route accesses between
153 An `endpoint` contains `endpoint decoders` and the device's Coherent Device
202 Decoders section in Driver Devices
208 The CXL 3.1 specification heavily implies that only endpoint decoders should
220 These notes imply that there are two logical groups of decoders.
229 endpoint decoders are Translating Decoders, all others are Routing Decoders.
233 Linux makes a strong assumption that endpoint decoders are the only decoder
[all …]
H A Doverview.rst58 * root, switch, and endpoint decoders created
66 * If auto-decoder (BIOS-programmed decoders), driver validates
/linux/Documentation/driver-api/cxl/linux/example-configurations/
H A Dmulti-interleave.rst99 "decoders:endpoint5":[
125 "decoders:endpoint6":[
149 Next we have the decoders belonging to the host bridge:
153 "decoders:port1":[
219 "decoders:endpoint7":[
245 "decoders:endpoint8":[
260 "decoders:port3":[
325 Next we have the `Root Decoders` belonging to :code:`root0`. This root decoder
333 "decoders:root0":[
361 targets across 4 endpoint decoders.
H A Dintra-hb-interleave.rst98 "decoders:endpoint5":[
124 "decoders:endpoint6":[
146 Next we have the decoders belonging to the host bridge:
150 "decoders:port1":[
233 Next we have the `Root Decoders` belonging to :code:`root0`. This root decoder
241 "decoders:root0":[
H A Dhb-interleave.rst98 "decoders:endpoint5":[
123 "decoders:port1":[
176 "decoders:endpoint6":[
191 "decoders:port3":[
249 Next we have the `Root Decoders` belonging to :code:`root0`. This root decoder
257 "decoders:root0":[
H A Dsingle-device.rst98 "decoders:endpoint5":[
118 Next we have the decoders belonging to the host bridge:
122 "decoders:port1":[
195 Next we have the `Root Decoders` belonging to :code:`root0`. This root decoder
202 "decoders:root0":[
/linux/drivers/media/i2c/cx25840/
H A DKconfig3 tristate "Conexant CX2584x audio/video decoders"
6 Support for the Conexant CX2584x audio/video decoders.
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-decoder-cmd.rst51 started yet. Applies to both queues of mem2mem decoders.
56 queues of mem2mem decoders.
59 introduced in Linux 3.3. They are, however, mandatory for stateful mem2mem decoders
193 - Flush any held capture buffers. Only valid for stateless decoders.
H A Ddev-stateless-decoder.rst20 with stateless decoders in order to successfully decode an encoded stream.
25 Stateless decoders make use of the :ref:`media-request-api`. A stateless
32 with multiple slices per frame). Decoders that support such formats must also
337 Contrary to stateful decoders, a stateless decoder does not perform any kind of
/linux/lib/xz/
H A Dxz_private.h98 * If any of the BCJ filter decoders are wanted, define XZ_DEC_BCJ.
99 * XZ_DEC_BCJ is used to enable generic support for BCJ decoders.
132 * Allocate memory for BCJ decoders. xz_dec_bcj_reset() must be used before
/linux/drivers/cxl/
H A Dcxl.h22 * The CXL core objects like ports, decoders, and regions are shared
46 /* HDM decoders CXL 2.0 8.2.5.12 CXL HDM Decoder Capability Structure */
335 * come in two flavors, root-level decoders, statically defined by platform
336 * firmware, and mid-level decoders, where interleave-granularity,
422 * userspace assembly. Prevent endpoint decoders outside of automatic
429 * any of its associated decoders have been torn down. This maintains
430 * the commit state for the region since there are committed decoders,
436 * Indicate whether this region is locked due to 1 or more decoders that have
535 * @dports: cxl_dport instances referenced by decoders
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-read.rst53 in this mode scancodes which are either decoded by software decoders, or
54 by hardware decoders. The :c:type:`rc_proto` member is set to the
H A Dlirc-dev-intro.rst40 BPF IR decoders and test IR decoding. Some BPF IR decoders are also
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst51 decoders embedded in firmware, or may support more choices through
105 codecs on a capture stream will return encoders, decoders will be
128 cases decoders will ignore other fields, while encoders will strictly
148 - Addition of set_params for decoders (missing in OpenMAX AL)
208 When playing thru an album, the decoders have the ability to skip the encoder
/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c123 static const decoder_t Decoders[] = { variable
566 if ((err = (Decoders[son->type]) (bs, son, base, in decode_seq()
573 } else if ((err = (Decoders[son->type]) (bs, son, base, in decode_seq()
632 if ((err = (Decoders[son->type]) (bs, son, base, in decode_seq()
713 if ((err = (Decoders[son->type]) (bs, son, in decode_seqof()
724 if ((err = (Decoders[son->type]) (bs, son, in decode_seqof()
807 if ((err = (Decoders[son->type]) (bs, son, base, level + 1)) < in decode_choice()
813 } else if ((err = (Decoders[son->type]) (bs, son, base, level + 1)) < in decode_choice()
/linux/Documentation/driver-api/cxl/
H A Dtheory-of-operation.rst12 Address space is handled via HDM (Host Managed Device Memory) decoders
207 "decoders:root3":[
300 "root decoders":[
312 ...where the naming scheme for decoders is "decoder<port_id>.<instance_id>".
/linux/tools/net/sunrpc/xdrgen/generators/
H A Dprogram.py62 """Emit server argument decoders for each RPC version's procedures"""
76 """Emit client result decoders for each RPC version's procedures"""
/linux/drivers/staging/media/meson/vdec/
H A DTODO2 decoders is finalized, as well as the corresponding compliance tests.
/linux/drivers/cxl/core/
H A Dhdm.c58 * Capability checks are moot for passthrough decoders, support in devm_cxl_add_passthrough_decoder()
108 * If HDM decoders are present and the driver is in control of in should_emulate_decoders()
115 * If HDM decoders are globally enabled, do not fall back to DVSEC in should_emulate_decoders()
819 * For endpoint decoders hosted on CXL memory devices that in cxl_decoder_commit()
879 * decoders that were pinned allocated by out-of-order release. in cxl_port_commit_reap()
1016 /* decoders are enabled if committed */ in init_hdm_decoder()
1214 * devm_cxl_switch_port_decoders_setup - allocate and setup switch decoders
1246 * devm_cxl_endpoint_decoders_setup - allocate and setup endpoint decoders
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h480 * @decoders: list of registered decoders
481 * @nb_of_decoders: nb of registered decoders
501 const struct delta_dec *decoders[DELTA_MAX_DECODERS]; member
H A DKconfig13 Use this option to see the decoders available for such
/linux/Documentation/admin-guide/media/
H A Dintro.rst17 - Media encoders and decoders.
/linux/Documentation/devicetree/bindings/soc/amlogic/
H A Damlogic,canvas.yaml21 the video decoders and the display.
/linux/drivers/media/rc/img-ir/
H A Dimg-ir-raw.h18 * @timer: Timer to echo samples to keep soft decoders happy.
/linux/Documentation/ABI/testing/
H A Dconfigfs-stp-policy-p_sys-t11 higher level decoders that may be needed for each source.

123456