Home
last modified time | relevance | path

Searched refs:enable_global_lpm (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/mfd/
Dmax77620.c379 if (!chip->sleep_enable && !chip->enable_global_lpm) { in max77620_config_fps()
387 chip->enable_global_lpm = true; in max77620_config_fps()
428 config = chip->enable_global_lpm ? MAX77620_ONOFFCNFG2_SLP_LPM_MSK : 0; in max77620_initialise_fps()
/linux-6.1.9/include/linux/mfd/
Dmax77620.h337 bool enable_global_lpm; member