Home
last modified time | relevance | path

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

/Linux-v4.19/include/dt-bindings/thermal/
Dthermal_exynos.h26 #define TYPE_NONE 4 macro
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dcommon.h186 #define TYPE_NONE (0 << 14) /* Transfer Type */ macro
/Linux-v4.19/tools/perf/
Dbuiltin-timechart.c136 #define TYPE_NONE 0 macro
429 if (p && p->current && p->current->state == TYPE_NONE) { in sched_wakeup()
451 if (prev_p->current && prev_p->current->state != TYPE_NONE) in sched_switch()
456 if (p->current->state != TYPE_NONE) in sched_switch()
466 prev_p->current->state = TYPE_NONE; in sched_switch()