Searched refs:lighting_control_state (Results 1 – 1 of 1) sorted by relevance
243 static u8 lighting_control_state; variable301 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 …]