Home
last modified time | relevance | path

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

12

/Linux-v5.15/scripts/dtc/
Dyamltree.c32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, char *data, unsigned … in yaml_propval_int() argument
36 unsigned 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()
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.c167 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()
Dlivetree.c484 m = p->val.markers; in get_marker_label()
871 m = prop->val.markers; in any_fixup_tree()
917 m = prop->val.markers; in generate_fixups_tree_internal()
936 m = prop->val.markers; in any_local_fixup_tree()
998 m = prop->val.markers; in generate_local_fixups_tree_internal()
Dchecks.c451 struct marker *m = prop->val.markers; in check_duplicate_label_node()
480 m = prop->val.markers; in check_phandle_prop()
586 struct marker *m = prop->val.markers; in fixup_phandle_references()
621 struct marker *m = prop->val.markers; in fixup_path_references()
1399 if (prop->val.markers) { in check_property_phandle_args()
1400 struct marker *m = prop->val.markers; in check_property_phandle_args()
Ddtc.h116 struct marker *markers; member
Dflattree.c153 struct marker *m = d.markers; in asm_emit_data()
/Linux-v5.15/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-v5.15/scripts/
Dkallsyms.c391 unsigned int *markers; in write_src() local
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()
/Linux-v5.15/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-v5.15/arch/arm/include/asm/
Dptdump.h18 const struct addr_marker *markers; member
/Linux-v5.15/arch/arm64/include/asm/
Dptdump.h20 const struct addr_marker *markers; member
/Linux-v5.15/drivers/staging/media/hantro/
DTODO13 This might need to use extra JPEG markers for padding reasons.
/Linux-v5.15/arch/arm64/mm/
Dptdump.c320 .marker = info->markers, in ptdump_walk()
346 .markers = address_markers,
/Linux-v5.15/drivers/firmware/efi/
Darm-runtime.c33 .markers = (struct addr_marker[]){
/Linux-v5.15/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions217 # V4L2 JPEG markers
218 replace define V4L2_JPEG_MARKER_DHT jpeg-markers
219 replace define V4L2_JPEG_MARKER_DQT jpeg-markers
220 replace define V4L2_JPEG_MARKER_DRI jpeg-markers
221 replace define V4L2_JPEG_MARKER_COM jpeg-markers
222 replace define V4L2_JPEG_MARKER_APP jpeg-markers
/Linux-v5.15/arch/arm/mm/
Ddump.c415 .marker = info->markers, in ptdump_walk_pgd()
445 .markers = address_markers,
/Linux-v5.15/
D.gitignore65 /Module.markers
/Linux-v5.15/Documentation/
Ddontdiff75 Module.markers
/Linux-v5.15/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-v5.15/Documentation/power/
Ds2ram.rst24 time-consuming - having to insert TRACE_RESUME() markers into the device
/Linux-v5.15/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-v5.15/kernel/rcu/
DKconfig101 explicit rcu_read_lock_trace() read-side markers, and allows
/Linux-v5.15/Documentation/process/
Dcoding-style.rst1043 indicated with special markers. For example, emacs interprets lines marked
1060 Vim interprets markers that look like this:
1068 includes markers for indentation and mode configuration. People may use their

12