Searched refs:FREEZE (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/clk/ |
D | clk-cs2000-cp.c | 56 #define FREEZE (1 << 7) macro 346 ret = regmap_update_bits(priv->regmap, GLOBAL_CFG, FREEZE, FREEZE); in __cs2000_set_rate() 362 ret = regmap_update_bits(priv->regmap, GLOBAL_CFG, FREEZE, 0); in __cs2000_set_rate()
|
/linux-5.19.10/sound/soc/codecs/ |
D | cs4349.h | 124 #define FREEZE (1 << 5) macro
|
/linux-5.19.10/drivers/video/fbdev/ |
D | gbefb.c | 207 if (GET_GBE_FIELD(VT_XY, FREEZE, val) == 1) in gbe_turn_off() 272 SET_GBE_FIELD(VT_XY, FREEZE, val, 1); in gbe_turn_off() 277 if (GET_GBE_FIELD(VT_XY, FREEZE, val) != 1) in gbe_turn_off() 318 if (GET_GBE_FIELD(VT_XY, FREEZE, val) == 0) in gbe_turn_on() 339 SET_GBE_FIELD(VT_XY, FREEZE, val, 0); in gbe_turn_on() 344 if (GET_GBE_FIELD(VT_XY, FREEZE, val)) in gbe_turn_on()
|
/linux-5.19.10/Documentation/power/ |
D | swsusp.rst | 234 * FREEZE swap device and parents 240 Which means that you still need that FREEZE state, and you get more 246 distinctions between SUSPEND and FREEZE. 249 Doing SUSPEND when you are asked to do FREEZE is always correct, 254 FREEZE.
|
/linux-5.19.10/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 194 - PAUSE / FREEZE
|