Home
last modified time | relevance | path

Searched refs:markers (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/scripts/dtc/
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
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()
A Ddata.c12 m = d.markers; in data_free()
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()
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()
A Dlivetree.c484 m = p->val.markers; in get_marker_label()
898 m = prop->val.markers; in any_fixup_tree()
950 m = prop->val.markers; in generate_fixups_tree_internal()
969 m = prop->val.markers; in any_local_fixup_tree()
1031 m = prop->val.markers; in generate_local_fixups_tree_internal()
A Dchecks.c474 struct marker *m = prop->val.markers; in check_duplicate_label_node()
503 m = prop->val.markers; in check_phandle_prop()
609 struct marker *m = prop->val.markers; in fixup_phandle_references()
644 struct marker *m = prop->val.markers; in fixup_path_references()
1421 if (prop->val.markers) { in check_property_phandle_args()
1422 struct marker *m = prop->val.markers; in check_property_phandle_args()
A Ddtc.h137 struct marker *markers; member
A Dflattree.c154 struct marker *m = d.markers; in asm_emit_data()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
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
A Dvidioc-g-jpegcomp.rst40 markers control.
89 - See :ref:`jpeg-markers`. Deprecated. If
96 .. _jpeg-markers:
/linux-6.3-rc2/arch/riscv/mm/
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()
/linux-6.3-rc2/scripts/
A Dkallsyms.c479 unsigned int *markers; in write_src() local
548 markers = malloc(sizeof(unsigned int) * ((table_cnt + 255) / 256)); in write_src()
549 if (!markers) { in write_src()
559 markers[i >> 8] = off; in write_src()
596 printf("\t.long\t%u\n", markers[i]); in write_src()
599 free(markers); in write_src()
/linux-6.3-rc2/arch/arm/include/asm/
A Dptdump.h18 const struct addr_marker *markers; member
/linux-6.3-rc2/arch/arm64/include/asm/
A Dptdump.h20 const struct addr_marker *markers; member
/linux-6.3-rc2/arch/arm64/mm/
A Dptdump.c318 .marker = info->markers, in ptdump_walk()
344 .markers = address_markers,
/linux-6.3-rc2/drivers/firmware/efi/
A Darm-runtime.c33 .markers = (struct addr_marker[]){
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions229 # V4L2 JPEG markers
230 replace define V4L2_JPEG_MARKER_DHT jpeg-markers
231 replace define V4L2_JPEG_MARKER_DQT jpeg-markers
232 replace define V4L2_JPEG_MARKER_DRI jpeg-markers
233 replace define V4L2_JPEG_MARKER_COM jpeg-markers
234 replace define V4L2_JPEG_MARKER_APP jpeg-markers
/linux-6.3-rc2/arch/arm/mm/
A Ddump.c419 .marker = info->markers, in ptdump_walk_pgd()
449 .markers = address_markers,
/linux-6.3-rc2/
A D.gitignore72 /Module.markers
/linux-6.3-rc2/Documentation/
A Ddontdiff75 Module.markers
/linux-6.3-rc2/Documentation/trace/
A Dmmiotrace.rst70 During tracing you can place comments (markers) into the trace by
73 which action. It is recommended to place descriptive markers about what you
/linux-6.3-rc2/Documentation/power/
A Ds2ram.rst24 time-consuming - having to insert TRACE_RESUME() markers into the device
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/
A Dnand-controller.yaml84 find Bad Block Markers (BBM). These markers will help to
/linux-6.3-rc2/tools/memory-model/Documentation/
A Dordering.txt374 This category includes read-side markers such as rcu_read_lock()
378 Compared to locking primitives and RMW atomic operations, markers
381 For example, the rcu_read_lock() and rcu_read_unlock() markers interact
/linux-6.3-rc2/kernel/rcu/
A DKconfig120 explicit rcu_read_lock_trace() read-side markers, and allows
/linux-6.3-rc2/Documentation/process/
A Dcoding-style.rst1078 indicated with special markers. For example, emacs interprets lines marked
1095 Vim interprets markers that look like this:
1103 includes markers for indentation and mode configuration. People may use their

Completed in 38 milliseconds

12