Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/uniwill/
H A Duniwill-acpi.c169 #define LIGHTBAR_S3_OFF BIT(3) // Breathing animation when suspended macro
961 value = LIGHTBAR_S3_OFF; in breathing_in_suspend_store()
964 ret = regmap_update_bits(data->regmap, EC_ADDR_LIGHTBAR_AC_CTRL, LIGHTBAR_S3_OFF, value); in breathing_in_suspend_store()
982 return sysfs_emit(buf, "%d\n", !(value & LIGHTBAR_S3_OFF)); in breathing_in_suspend_show()
1542 #define LIGHTBAR_MASK (LIGHTBAR_APP_EXISTS | LIGHTBAR_S0_OFF | LIGHTBAR_S3_OFF | LIGHTBAR_WELCOME)
1583 value |= LIGHTBAR_S3_OFF; in uniwill_led_init()