Searched refs:lighting_control_state (Results 1 – 1 of 1) sorted by relevance
168 static u8 lighting_control_state; variable225 wmax_args.state = lighting_control_state; in alienware_update_led()235 if (lighting_control_state == LEGACY_BOOTING || in alienware_update_led()236 lighting_control_state == LEGACY_SUSPEND) { in alienware_update_led()238 legacy_args.state = lighting_control_state; in alienware_update_led()334 if (lighting_control_state == LEGACY_BOOTING) in show_control_state()336 else if (lighting_control_state == LEGACY_SUSPEND) in show_control_state()354 lighting_control_state = val; in store_control_state()356 lighting_control_state); in store_control_state()360 static DEVICE_ATTR(lighting_control_state, 0644, show_control_state,[all …]