Home
last modified time | relevance | path

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

12

/linux-6.6.21/scripts/dtc/
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()
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()
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()
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()
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()
Ddtc.h137 struct marker *markers; member
Dflattree.c154 struct marker *m = d.markers; in asm_emit_data()
/linux-6.6.21/Documentation/userspace-api/media/v4l/
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
Dvidioc-g-jpegcomp.rst40 markers control.
89 - See :ref:`jpeg-markers`. Deprecated. If
96 .. _jpeg-markers:
/linux-6.6.21/arch/riscv/mm/
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.6.21/scripts/
Dkallsyms.c390 unsigned int *markers; in write_src() local
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()
/linux-6.6.21/arch/arm/include/asm/
Dptdump.h18 const struct addr_marker *markers; member
/linux-6.6.21/arch/arm64/include/asm/
Dptdump.h20 const struct addr_marker *markers; member
/linux-6.6.21/arch/arm64/mm/
Dptdump.c318 .marker = info->markers, in ptdump_walk()
344 .markers = address_markers,
/linux-6.6.21/drivers/firmware/efi/
Darm-runtime.c33 .markers = (struct addr_marker[]){
/linux-6.6.21/Documentation/userspace-api/media/
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
/linux-6.6.21/arch/arm/mm/
Ddump.c419 .marker = info->markers, in ptdump_walk_pgd()
449 .markers = address_markers,
/linux-6.6.21/
D.gitignore69 /Module.markers
/linux-6.6.21/Documentation/
Ddontdiff75 Module.markers
/linux-6.6.21/Documentation/trace/
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.6.21/Documentation/power/
Ds2ram.rst24 time-consuming - having to insert TRACE_RESUME() markers into the device
/linux-6.6.21/Documentation/devicetree/bindings/mtd/
Draw-nand-chip.yaml66 find Bad Block Markers (BBM). These markers will help to
/linux-6.6.21/tools/memory-model/Documentation/
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.6.21/Documentation/arch/x86/
Dshstk.rst50 The kernel does not process these applications markers directly. Applications
/linux-6.6.21/kernel/rcu/
DKconfig117 explicit rcu_read_lock_trace() read-side markers, and allows

12