Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/common/
DbL_switcher.c383 static unsigned int bL_switcher_active; variable
522 if (!bL_switcher_active) in bL_switcher_get_logical_index()
563 if (bL_switcher_active) { in bL_switcher_enable()
590 bL_switcher_active = 1; in bL_switcher_enable()
616 if (!bL_switcher_active) in bL_switcher_disable()
624 bL_switcher_active = 0; in bL_switcher_disable()
677 return sprintf(buf, "%u\n", bL_switcher_active); in bL_switcher_active_show()
745 return bL_switcher_active; in bL_switcher_get_enabled()
763 if (bL_switcher_active) { in bL_switcher_hotplug_callback()