Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/thermal/
Dthermal_exynos.h26 #define TYPE_NONE 4 macro
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/thermal/
Dthermal_exynos.h26 #define TYPE_NONE 4 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/thermal/
Dthermal_exynos.h26 #define TYPE_NONE 4 macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/thermal/
Dthermal_exynos.h26 #define TYPE_NONE 4 macro
/linux-4.4.14/include/dt-bindings/thermal/
Dthermal_exynos.h26 #define TYPE_NONE 4 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/thermal/
Dthermal_exynos.h26 #define TYPE_NONE 4 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/thermal/
Dthermal_exynos.h26 #define TYPE_NONE 4 macro
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dcommon.h192 #define TYPE_NONE (0 << 14) /* Transfer Type */ macro
/linux-4.4.14/tools/perf/
Dbuiltin-timechart.c132 #define TYPE_NONE 0 macro
425 if (p && p->current && p->current->state == TYPE_NONE) { in sched_wakeup()
447 if (prev_p->current && prev_p->current->state != TYPE_NONE) in sched_switch()
452 if (p->current->state != TYPE_NONE) in sched_switch()
462 prev_p->current->state = TYPE_NONE; in sched_switch()