Searched refs:FREEZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | cs4349.h | 133 #define FREEZE (1 << 5) macro
|
/linux-4.4.14/drivers/video/fbdev/ |
D | gbefb.c | 213 if (GET_GBE_FIELD(VT_XY, FREEZE, val) == 1) in gbe_turn_off() 280 SET_GBE_FIELD(VT_XY, FREEZE, val, 1); in gbe_turn_off() 285 if (GET_GBE_FIELD(VT_XY, FREEZE, val) != 1) in gbe_turn_off() 326 if (GET_GBE_FIELD(VT_XY, FREEZE, val) == 0) in gbe_turn_on() 347 SET_GBE_FIELD(VT_XY, FREEZE, val, 0); in gbe_turn_on() 352 if (GET_GBE_FIELD(VT_XY, FREEZE, val)) in gbe_turn_on()
|
/linux-4.4.14/Documentation/power/ |
D | swsusp.txt | 199 * FREEZE swap device and parents 205 Which means that you still need that FREEZE state, and you get more 210 distinctions between SUSPEND and FREEZE. 212 A: Doing SUSPEND when you are asked to do FREEZE is always correct, 217 FREEZE.
|