| /linux/sound/drivers/ |
| H A D | pcmtest.c | 17 * - 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 mod [all...] |
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | fsl,qmc-audio.yaml | 15 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 D | pixfmt-y12i.rst | 10 Interleaved grey-scale image, e.g. from a stereo-pair 17 pixels from 2 sources interleaved and bit-packed. Each pixel is stored 29 interleaved pixel.
|
| H A D | field-order.rst | 15 fields a cathode ray TV displays the lines interleaved, yielding the 29 interleaved, it is also important applications understand how the fields 102 - Images contain both fields, interleaved line by line. The temporal 136 - Images contain both fields, interleaved line by line, top field 140 - Images contain both fields, interleaved line by line, top field
|
| H A D | pixfmt-m420.rst | 11 YUV 4:2:0. Hybrid plane line-interleaved layout. 18 (YUV 4:2:0). Pixels are organized as interleaved luma and chroma planes. 22 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
|
| H A D | pixfmt-y16i.rst | 10 Interleaved grey-scale image, e.g. from a stereo-pair 17 from 2 sources interleaved and unpacked. Each pixel is stored in a 16-bit word 21 Left/Right pixels 16-bit unpacked - 16-bit for each interleaved pixel.
|
| H A D | pixfmt-uv8.rst | 11 UV plane interleaved 17 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
|
| H A D | pixfmt-y8i.rst | 11 Interleaved grey-scale image, e.g. from a stereo-pair 18 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
|
| /linux/drivers/edac/ |
| H A D | i3000_edac.c | 289 * 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 D | raw-nand-chip.yaml | 38 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 D | Kconfig | 131 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 D | fwh_lock.h | 25 * 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 D | ctsrc.h | 46 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 D | i2c-topology.rst | 84 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/arch/arm64/crypto/ |
| H A D | aes-ce.S | 71 /* 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/Documentation/admin-guide/perf/ |
| H A D | thunderx2-pmu.rst | 9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles.
|
| /linux/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_channel.h | 16 * 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 D | ocmem.c | 41 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 D | twofish-i586-asm_32.S | 65 * 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/Documentation/sound/cards/ |
| H A D | pcmtest.rst | 20 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 D | cxl-driver.rst | 28 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 D | xlnx_formatter_pcm.c | 93 * @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 D | api.rst | 81 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 D | interface.h | 161 /* number of interleaved input channels */ 168 /* number of interleaved output channels */
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | run_bench_local_storage.sh | 21 summarize_local_storage "local_storage cache interleaved get: "\
|