Home
last modified time | relevance | path

Searched full:interleaved (Results 1 – 25 of 214) sorted by relevance

123456789

/linux/sound/drivers/
H A Dpcmtest.c17 * - Work in interleaved and non-interleaved modes
23 * pattern to each separate channel. For example, if we have 2 channels, format = U8, interleaved
25 * each channel will contain abacabaabacaba... Same for the non-interleaved mode.
108 bool interleaved; // Interleaved/Non-interleaved mode member
110 size_t chan_block; // Bytes in one channel buffer when non-interleaved
152 * Position in the DMA buffer when we are in the non-interleaved mode. We increment buf_pos
163 * Get the count of bytes written for the current channel in the interleaved mode.
225 if (v_iter->interleaved) in check_buf_block()
232 * Fill buffer in the non-interleaved mode. The order of samples is C0, ..., C0, C1, ..., C1, C2...
254 // Fill buffer in the interleaved mode. The order of samples is C0, C1, C2, C0, C1, C2, ...
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,qmc-audio.yaml15 It provides several DAIs. For each DAI, the DAI is working in interleaved mode
16 if only one QMC channel is used by the DAI or it is working in non-interleaved
58 interleaved mode, i.e. audio channels for this DAI are interleaved in
93 /* Non-interleaved mode */
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-y12i.rst9 Interleaved grey-scale image, e.g. from a stereo-pair
16 pixels from 2 sources interleaved and bit-packed. Each pixel is stored
28 interleaved pixel.
H A Dfield-order.rst14 fields a cathode ray TV displays the lines interleaved, yielding the
28 interleaved, it is also important applications understand how the fields
101 - Images contain both fields, interleaved line by line. The temporal
135 - Images contain both fields, interleaved line by line, top field
139 - Images contain both fields, interleaved line by line, top field
H A Dpixfmt-m420.rst10 YUV 4:2:0. Hybrid plane line-interleaved layout.
17 (YUV 4:2:0). Pixels are organized as interleaved luma and chroma planes.
21 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
H A Dpixfmt-uv8.rst10 UV plane interleaved
16 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
H A Dpixfmt-y8i.rst10 Interleaved grey-scale image, e.g. from a stereo-pair
17 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
/linux/drivers/edac/
H A Di3000_edac.c289 * we're not interleaved. in i3000_is_interleaved()
299 * then we're not interleaved. in i3000_is_interleaved()
315 int interleaved, nr_channels; in i3000_probe1() local
353 interleaved = i3000_is_interleaved(c0dra, c1dra, c0drb, c1drb); in i3000_probe1()
354 nr_channels = interleaved ? 2 : 1; in i3000_probe1()
386 * If we're in interleaved mode then we're only walking through in i3000_probe1()
396 if (interleaved) in i3000_probe1()
/linux/Documentation/devicetree/bindings/mtd/
H A Draw-nand-chip.yaml38 known to be stored in the OOB area, or "interleaved" if ECC
39 bytes will be interleaved with regular data in the main area.
41 enum: [ oob, interleaved ]
/linux/drivers/mtd/chips/
H A DKconfig131 If your flash chips are not interleaved - i.e. you only have one
138 If your flash chips are interleaved in pairs - i.e. you have two
145 If your flash chips are interleaved in fours - i.e. you have four
152 If your flash chips are interleaved in eights - i.e. you have eight
H A Dfwh_lock.h25 * hub parts cannot be interleaved as they are on the LPC bus
26 * so this code has not been tested with interleaved chips,
/linux/sound/pci/ctxfi/
H A Dctsrc.h46 struct src *intlv; /* Pointer to next interleaved SRC in a series */
48 /* Number of contiguous srcs for interleaved usage */
76 /* Number of contiguous master srcs for interleaved usage */
/linux/Documentation/i2c/
H A Di2c-topology.rst84 of the entire operation. But accesses to D3 are possibly interleaved
105 address 0x42 behind mux-one may be interleaved with a similar
233 are locked). But accesses to D3 and D4 are possibly interleaved at
237 interleaved.
256 root adapter). But accesses to D4 are possibly interleaved at any
267 mux. In that case, any interleaved accesses to D4 might close M2
290 are locked). Accesses to D3 and D4 are possibly interleaved at
319 accesses to D5 may be interleaved at any time.
/linux/drivers/ras/amd/atl/
H A Dinternal.h223 /* Number of channels interleaved in this map. */
225 /* Number of dies interleaved in this map. */
227 /* Number of sockets interleaved in this map. */
230 * Total number of channels interleaved accounting
/linux/Documentation/admin-guide/perf/
H A Dthunderx2-pmu.rst9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles.
/linux/arch/arm64/crypto/
H A Daes-ce.S71 /* up to 5 interleaved encryption rounds with the same round key */
80 /* up to 5 interleaved final rounds */
106 /* up to 5 interleaved blocks */
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.h16 * These packets may be interleaved by the mux and then delivered to the bridge
40 * These packets may be interleaved by the mux and then delivered to the bridge
/linux/drivers/soc/qcom/
H A Docmem.c41 bool interleaved; member
63 bool interleaved; member
364 ocmem->interleaved = !!(reg & OCMEM_HW_PROFILE_INTERLEAVING); in ocmem_dev_probe()
371 ocmem->num_macros, ocmem->interleaved ? "" : "not "); in ocmem_dev_probe()
/linux/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S65 * operations on a and b are interleaved to increase performance
102 * operations on a and b are interleaved to increase performance
140 * operations on a and b are interleaved to increase performance
177 * operations on a and b are interleaved to increase performance
/linux/sound/isa/sb/
H A Demu8000_pcm.c17 * define the following if you want to use this pcm with non-interleaved mode
21 /* NOTE: for using the non-interleaved mode with alsa-lib, you have to set
34 * besides, for the time being, the non-interleaved mode doesn't work well on
486 * copy the interleaved data can be done easily by using
535 /* at least dma_bytes must be set for non-interleaved mode */ in emu8k_pcm_hw_params()
/linux/Documentation/sound/cards/
H A Dpcmtest.rst20 It supports up to 8 substreams and 4 channels. Also it supports both interleaved and
21 non-interleaved access modes.
/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst28 bridges have a single memory device attached, and the devices are interleaved
539 users to decide at runtime whether to online memory as interleaved or
540 non-interleaved. ::
564 In this example, the CFMWS defines two discrete non-interleaved 4GB regions
565 for each host bridge, and one interleaved 8GB region that targets both. This
/linux/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c93 * @interleaved: audio channels arrangement in buffer
100 bool interleaved; member
370 stream_data->interleaved = true; in xlnx_formatter_pcm_open()
376 substream->stream, stream_data->interleaved, in xlnx_formatter_pcm_open()
/linux/Documentation/fb/
H A Dapi.rst81 Planes are interleaved in memory. The interleave factor, defined as the
82 distance in bytes between the beginning of two consecutive interleaved blocks
163 __u32 type_aux; /* Interleave for interleaved Planes */
/linux/sound/aoa/soundbus/i2sbus/
H A Dinterface.h161 /* number of interleaved input channels */
168 /* number of interleaved output channels */

123456789