TYPE_NONE          83 scripts/dtc/data.c 	d = data_add_marker(d, TYPE_NONE, NULL);
TYPE_NONE         201 scripts/dtc/treesource.c 	enum markertype emit_type = TYPE_NONE;
TYPE_NONE         241 scripts/dtc/treesource.c 		if (emit_type == TYPE_NONE) {
TYPE_NONE         267 scripts/dtc/treesource.c 			emit_type = TYPE_NONE;
TYPE_NONE         427 tools/perf/builtin-timechart.c 	if (p && p->current && p->current->state == TYPE_NONE) {
TYPE_NONE         449 tools/perf/builtin-timechart.c 	if (prev_p->current && prev_p->current->state != TYPE_NONE)
TYPE_NONE         454 tools/perf/builtin-timechart.c 		if (p->current->state != TYPE_NONE)
TYPE_NONE         464 tools/perf/builtin-timechart.c 		prev_p->current->state = TYPE_NONE;