| /kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
| D | jpeg-core.h | 39 /* a selection of JPEG markers */ 172 * s5p_jpeg_marker - collection of markers from jpeg header 173 * @marker: markers' positions relative to the buffer beginning 174 * @len: markers' payload lengths (without length field) 175 * @n: number of markers in collection 189 * @dht: DHT markers' positions relative to the buffer beginning 190 * @dqt: DQT markers' positions relative to the buffer beginning
|
| /kernel/linux/linux-4.19/drivers/media/platform/s5p-jpeg/ |
| D | jpeg-core.h | 42 /* a selection of JPEG markers */ 177 * s5p_jpeg_marker - collection of markers from jpeg header 178 * @marker: markers' positions relative to the buffer beginning 179 * @len: markers' payload lengths (without length field) 180 * @n: number of markers in collection 194 * @dht: DHT markers' positions relative to the buffer beginning 195 * @dqt: DQT markers' positions relative to the buffer beginning
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-jpeg.rst | 56 markers (m = 0..7). The purpose of these markers is to additionally 62 markers will not be inserted. 83 Specify which JPEG markers are included in compressed stream. This
|
| D | vidioc-g-jpegcomp.rst | 40 markers control. 89 - See :ref:`jpeg-markers`. Deprecated. If 96 .. _jpeg-markers: 98 .. flat-table:: JPEG Markers Flags
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | vidioc-g-jpegcomp.rst | 40 markers control. 90 - See :ref:`jpeg-markers`. Deprecated. If 98 .. _jpeg-markers: 100 .. flat-table:: JPEG Markers Flags
|
| /kernel/linux/linux-5.10/scripts/dtc/ |
| D | data.c | 12 m = d.markers; in data_free() 123 /* Adjust all markers after the one we're inserting at */ in data_insert_at_marker() 132 struct marker **mp = &d.markers; in data_append_markers() 144 struct marker *m2 = d2.markers; in data_merge() 152 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge()
|
| D | yamltree.c | 32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, char *data, int len, … in yaml_propval_int() argument 36 int off, start_offset = markers->offset; in yaml_propval_int() 66 m = markers; in yaml_propval_int() 116 struct marker *m = prop->val.markers; in yaml_propval() 135 die("No markers present in property '%s' value\n", prop->name); in yaml_propval()
|
| D | treesource.c | 167 struct marker *m = prop->val.markers; in guess_value_type() 199 struct marker *m = prop->val.markers; in write_propval() 222 dummy_marker.next = prop->val.markers; in write_propval()
|
| /kernel/linux/linux-4.19/scripts/dtc/ |
| D | data.c | 27 m = d.markers; in data_free() 136 /* Adjust all markers after the one we're inserting at */ in data_insert_at_marker() 145 struct marker **mp = &d.markers; in data_append_markers() 157 struct marker *m2 = d2.markers; in data_merge() 165 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge()
|
| D | treesource.c | 68 struct marker *m = val.markers; in write_propval_string() 141 struct marker *m = val.markers; in write_propval_cells() 171 struct marker *m = val.markers; in write_propval_bytes() 199 struct marker *m = prop->val.markers; in write_propval()
|
| /kernel/linux/linux-4.19/drivers/staging/fwserial/ |
| D | dma_fifo.h | 25 * then the in and out markers are re-aligned to the next cache line. 33 * guard area, but the in and out FIFO markers are wrapped when DMA is pended. 53 struct list_head pending; /* fifo markers for outstanding dma */
|
| /kernel/linux/linux-5.10/drivers/staging/fwserial/ |
| D | dma_fifo.h | 25 * then the in and out markers are re-aligned to the next cache line. 33 * guard area, but the in and out FIFO markers are wrapped when DMA is pended. 53 struct list_head pending; /* fifo markers for outstanding dma */
|
| /kernel/linux/linux-4.19/Documentation/media/ |
| D | videodev2.h.rst.exceptions | 187 # V4L2 JPEG markers 188 replace define V4L2_JPEG_MARKER_DHT jpeg-markers 189 replace define V4L2_JPEG_MARKER_DQT jpeg-markers 190 replace define V4L2_JPEG_MARKER_DRI jpeg-markers 191 replace define V4L2_JPEG_MARKER_COM jpeg-markers 192 replace define V4L2_JPEG_MARKER_APP jpeg-markers
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
| D | videodev2.h.rst.exceptions | 211 # V4L2 JPEG markers 212 replace define V4L2_JPEG_MARKER_DHT jpeg-markers 213 replace define V4L2_JPEG_MARKER_DQT jpeg-markers 214 replace define V4L2_JPEG_MARKER_DRI jpeg-markers 215 replace define V4L2_JPEG_MARKER_COM jpeg-markers 216 replace define V4L2_JPEG_MARKER_APP jpeg-markers
|
| /kernel/linux/linux-5.10/arch/riscv/mm/ |
| D | ptdump.c | 56 const struct addr_marker *markers; member 82 .markers = address_markers, 96 .markers = efi_addr_markers, 283 .marker = pinfo->markers, in ptdump_walk()
|
| /kernel/linux/linux-5.10/scripts/ |
| D | kallsyms.c | 391 unsigned int *markers; in write_src() local 458 /* table of offset markers, that give the offset in the compressed stream in write_src() 460 markers = malloc(sizeof(unsigned int) * ((table_cnt + 255) / 256)); in write_src() 461 if (!markers) { in write_src() 471 markers[i >> 8] = off; in write_src() 484 printf("\t.long\t%u\n", markers[i]); in write_src() 487 free(markers); in write_src()
|
| /kernel/linux/linux-4.19/scripts/ |
| D | kallsyms.c | 336 unsigned int *markers; in write_src() local 414 /* table of offset markers, that give the offset in the compressed stream in write_src() 416 markers = malloc(sizeof(unsigned int) * ((table_cnt + 255) / 256)); in write_src() 417 if (!markers) { in write_src() 427 markers[i >> 8] = off; in write_src() 440 printf("\tPTR\t%d\n", markers[i]); in write_src() 443 free(markers); in write_src()
|
| /kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
| D | TODO | 13 This might need to use extra JPEG markers for padding reasons.
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
| D | cx18-vbi.c | 34 0x44, 0x00, 0x0c, 0x66, 0x24, 0x01, /* SCR, SCR Ext, markers */ in copy_vbi_data() 35 0x01, 0xd1, 0xd3, /* Mux Rate, markers */ in copy_vbi_data() 41 0x21, 0x00, 0x5d, 0x63, 0xa7, /* PTS, markers */ in copy_vbi_data()
|
| /kernel/linux/linux-4.19/drivers/media/pci/cx18/ |
| D | cx18-vbi.c | 43 0x44, 0x00, 0x0c, 0x66, 0x24, 0x01, /* SCR, SCR Ext, markers */ in copy_vbi_data() 44 0x01, 0xd1, 0xd3, /* Mux Rate, markers */ in copy_vbi_data() 50 0x21, 0x00, 0x5d, 0x63, 0xa7, /* PTS, markers */ in copy_vbi_data()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
| D | nand-controller.yaml | 110 find Bad Block Markers (BBM). These markers will help to
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | ptdump.h | 20 const struct addr_marker *markers; member
|
| /kernel/linux/linux-4.19/arch/arm/include/asm/ |
| D | ptdump.h | 18 const struct addr_marker *markers; member
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | ptdump.h | 18 const struct addr_marker *markers; member
|
| /kernel/linux/linux-4.19/arch/arm64/include/asm/ |
| D | ptdump.h | 31 const struct addr_marker *markers; member
|