Home
last modified time | relevance | path

Searched full:markers (Results 1 – 25 of 195) sorted by relevance

12345678

/openbmc/linux/scripts/dtc/
H A Dyamltree.c32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int() argument
67 m = markers; in yaml_propval_int()
117 struct marker *m = prop->val.markers; in yaml_propval()
118 struct marker *markers = prop->val.markers; in yaml_propval() local
137 die("No markers present in property '%s' value\n", prop->name); in yaml_propval()
156 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 2); in yaml_propval()
159 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 4); in yaml_propval()
162 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 8); in yaml_propval()
168 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 1); in yaml_propval()
H A Ddata.c12 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()
H A Dtreesource.c146 struct marker *m = prop->val.markers; in guess_value_type()
178 struct marker *m = prop->val.markers; in write_propval()
201 dummy_marker.next = prop->val.markers; in write_propval()
227 m_phandle = prop->val.markers; in write_propval()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-jpeg.rst56 markers (m = 0..7). The purpose of these markers is to additionally
62 markers will not be inserted.
82 Specify which JPEG markers are included in compressed stream. This
H A Dvidioc-g-jpegcomp.rst40 markers control.
89 - See :ref:`jpeg-markers`. Deprecated. If
96 .. _jpeg-markers:
98 .. flat-table:: JPEG Markers Flags
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/
H A D0001-pyproject.toml-remove-benchmark-disable-option.patch36 -addopts = "-r s --capture=no --strict-markers --benchmark-disable"
37 +addopts = "-r s --capture=no --strict-markers"
39 markers = [
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py195 __slots__ = ('markers', 'curmark')
197 def __init__(self, markers='|/-\\'): argument
198 self.markers = markers
205 if pbar.finished: return self.markers[0]
207 self.curmark = (self.curmark + 1) % len(self.markers)
208 return self.markers[self.curmark]
/openbmc/u-boot/scripts/dtc/
H A Ddata.c27 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()
H A Dtreesource.c68 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()
/openbmc/linux/include/linux/
H A Duserfaultfd_k.h171 * If user requested uffd-wp but not enabled pte markers for in vma_can_userfault()
304 /* Only wr-protect mode uses pte markers */ in userfaultfd_wp_use_markers()
308 /* File-based uffd-wp always need markers */ in userfaultfd_wp_use_markers()
313 * Anonymous uffd-wp only needs the markers if WP_UNPOPULATED in userfaultfd_wp_use_markers()
314 * enabled (to apply markers on zero pages). in userfaultfd_wp_use_markers()
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.h164 * struct s5p_jpeg_marker - collection of markers from jpeg header
165 * @marker: markers' positions relative to the buffer beginning
166 * @len: markers' payload lengths (without length field)
167 * @n: number of markers in collection
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions233 # V4L2 JPEG markers
234 replace define V4L2_JPEG_MARKER_DHT jpeg-markers
235 replace define V4L2_JPEG_MARKER_DQT jpeg-markers
236 replace define V4L2_JPEG_MARKER_DRI jpeg-markers
237 replace define V4L2_JPEG_MARKER_COM jpeg-markers
238 replace define V4L2_JPEG_MARKER_APP jpeg-markers
/openbmc/linux/arch/riscv/mm/
H A Dptdump.c56 const struct addr_marker *markers; member
109 .markers = address_markers,
123 .markers = efi_addr_markers,
310 .marker = pinfo->markers, in ptdump_walk()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dlogparser.py30 # Cache markers so we don't take the re.search() hit all the time.
31markers = ("PASS:", "FAIL:", "SKIP:", "BEGIN:", "END:", "DURATION:", "ERROR: Exit", "TIMEOUT:")
40 if not line.startswith(markers):
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Draw-nand-chip.yaml66 find Bad Block Markers (BBM). These markers will help to
/openbmc/linux/scripts/
H A Dkallsyms.c390 unsigned int *markers; in write_src() local
408 /* table of offset markers, that give the offset in the compressed stream in write_src()
410 markers = malloc(sizeof(unsigned int) * ((table_cnt + 255) / 256)); in write_src()
411 if (!markers) { in write_src()
421 markers[i >> 8] = off; in write_src()
467 printf("\t.long\t%u\n", markers[i]); in write_src()
470 free(markers); in write_src()
/openbmc/u-boot/test/py/
H A Dpytest.ini8 markers = key
/openbmc/linux/include/media/
H A Djpeg.h6 /* JPEG markers */
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/
H A DMakefile13 rm -f Module.markers Module.symvers modules.order
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/
H A DMakefile13 rm -f Module.markers Module.symvers modules.order
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/
H A DMakefile13 rm -f Module.markers Module.symvers modules.order
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-vbi.c34 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()
/openbmc/linux/arch/arm64/include/asm/
H A Dptdump.h20 const struct addr_marker *markers; member
/openbmc/linux/arch/arm/include/asm/
H A Dptdump.h18 const struct addr_marker *markers; member
/openbmc/qemu/scripts/ci/
H A Dcoverage-summary.sh17 # strip the full-path and line markers

12345678