FUNC_LEDS
ret = call_fext_func(device, FUNC_LEDS, 0x1, LOGOLAMP_POWERON, poweron);
return call_fext_func(device, FUNC_LEDS, 0x1, LOGOLAMP_ALWAYS, always);
ret = call_fext_func(device, FUNC_LEDS, 0x2, LOGOLAMP_ALWAYS, 0x0);
ret = call_fext_func(device, FUNC_LEDS, 0x2, LOGOLAMP_POWERON, 0x0);
return call_fext_func(device, FUNC_LEDS, 0x1, KEYBOARD_LAMPS,
return call_fext_func(device, FUNC_LEDS, 0x1, KEYBOARD_LAMPS,
FUNC_LEDS, 0x2, KEYBOARD_LAMPS, 0x0) == FUNC_LED_ON)
curr = call_fext_func(device, FUNC_LEDS, 0x2, ECO_LED, 0x0);
return call_fext_func(device, FUNC_LEDS, 0x1, ECO_LED,
return call_fext_func(device, FUNC_LEDS, 0x1, ECO_LED,
if (call_fext_func(device, FUNC_LEDS, 0x2, ECO_LED, 0x0) & ECO_LED_ON)
FUNC_LEDS, 0x0, 0x0, 0x0) & LOGOLAMP_POWERON) {
FUNC_LEDS, 0x0, 0x0, 0x0) & KEYBOARD_LAMPS) &&
if ((call_fext_func(device, FUNC_LEDS, 0x0, 0x0, 0x0) & BIT(14)) &&
FUNC_LEDS, 0x2, ECO_LED, 0x0) != UNSUPPORTED_CMD)) {