Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/dell/
Dalienware-wmi.c233 static u8 lighting_control_state; variable
291 wmax_basic_args.state = lighting_control_state; in alienware_update_led()
301 if (lighting_control_state == LEGACY_BOOTING || in alienware_update_led()
302 lighting_control_state == LEGACY_SUSPEND) { in alienware_update_led()
304 legacy_args.state = lighting_control_state; in alienware_update_led()
400 if (lighting_control_state == LEGACY_BOOTING) in show_control_state()
402 else if (lighting_control_state == LEGACY_SUSPEND) in show_control_state()
420 lighting_control_state = val; in store_control_state()
422 lighting_control_state); in store_control_state()
426 static DEVICE_ATTR(lighting_control_state, 0644, show_control_state,
[all …]