Home
last modified time | relevance | path

Searched refs:TYPE_NONE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/dt-bindings/thermal/
Dthermal_exynos.h16 #define TYPE_NONE 4 macro
/Linux-v5.4/scripts/dtc/
Dtreesource.c201 enum markertype emit_type = TYPE_NONE; in write_propval()
241 if (emit_type == TYPE_NONE) { in write_propval()
267 emit_type = TYPE_NONE; in write_propval()
Ddata.c83 d = data_add_marker(d, TYPE_NONE, NULL); in data_copy_file()
Ddtc.h63 TYPE_NONE, enumerator
/Linux-v5.4/drivers/usb/renesas_usbhs/
Dcommon.h190 #define TYPE_NONE (0 << 14) /* Transfer Type */ macro
/Linux-v5.4/tools/perf/
Dbuiltin-timechart.c134 #define TYPE_NONE 0 macro
427 if (p && p->current && p->current->state == TYPE_NONE) { in sched_wakeup()
449 if (prev_p->current && prev_p->current->state != TYPE_NONE) in sched_switch()
454 if (p->current->state != TYPE_NONE) in sched_switch()
464 prev_p->current->state = TYPE_NONE; in sched_switch()