Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
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()
Ddata.c27 m = d.markers; in data_free()
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()
Dchecks.c351 struct marker *m = prop->val.markers; in check_duplicate_label_prop()
380 m = prop->val.markers; in check_explicit_phandles()
459 struct marker *m = prop->val.markers; in fixup_phandle_references()
483 struct marker *m = prop->val.markers; in fixup_path_references()
Ddtc.h87 struct marker *markers; member
Dlivetree.c417 m = p->val.markers; in get_marker_label()
Dflattree.c176 struct marker *m = d.markers; in asm_emit_data()
/linux-4.1.27/scripts/
Dkallsyms.c335 unsigned int *markers; in write_src() local
377 markers = malloc(sizeof(unsigned int) * ((table_cnt + 255) / 256)); in write_src()
378 if (!markers) { in write_src()
388 markers[i >> 8] = off; in write_src()
401 printf("\tPTR\t%d\n", markers[i]); in write_src()
404 free(markers); in write_src()
/linux-4.1.27/
D.gitignore50 /Module.markers
/linux-4.1.27/Documentation/
Ddontdiff72 Module.markers
DCodingStyle829 indicated with special markers. For example, emacs interprets lines marked
842 Vim interprets markers that look like this:
848 includes markers for indentation and mode configuration. People may use their
Dkmemcheck.txt666 Having used these markers, one can later use
/linux-4.1.27/Documentation/trace/
Dmmiotrace.txt63 During tracing you can place comments (markers) into the trace by
66 which action. It is recommended to place descriptive markers about what you
Dftrace.txt731 markers
883 markers - When set, the trace_marker is writable (only by root).
/linux-4.1.27/Documentation/power/
Ds2ram.txt22 time-consuming - having to insert TRACE_RESUME() markers into the device
/linux-4.1.27/arch/arm/mach-imx/
DKconfig334 entire flash looking for bad block markers.
/linux-4.1.27/Documentation/input/
Devent-codes.txt27 - Used as markers to separate events. Events may be separated in time or in
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc428 * Fix sparse warnings by adding __iomem markers to lpfc_compat.h.