Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dalienware-wmi.c243 static u8 lighting_control_state; variable
301 wmax_basic_args.state = lighting_control_state; in alienware_update_led()
311 if (lighting_control_state == LEGACY_BOOTING || in alienware_update_led()
312 lighting_control_state == LEGACY_SUSPEND) { in alienware_update_led()
314 legacy_args.state = lighting_control_state; in alienware_update_led()
410 if (lighting_control_state == LEGACY_BOOTING) in show_control_state()
412 else if (lighting_control_state == LEGACY_SUSPEND) in show_control_state()
430 lighting_control_state = val; in store_control_state()
432 lighting_control_state); in store_control_state()
436 static DEVICE_ATTR(lighting_control_state, 0644, show_control_state,
[all …]