Searched refs:call_fext_func (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/platform/x86/ |
D | fujitsu-laptop.c | 154 static int call_fext_func(struct acpi_device *device, in call_fext_func() function 270 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 273 call_fext_func(fext, FUNC_BACKLIGHT, 0x1, in bl_update_status() 606 ret = call_fext_func(device, FUNC_LEDS, 0x1, LOGOLAMP_POWERON, poweron); in logolamp_set() 610 return call_fext_func(device, FUNC_LEDS, 0x1, LOGOLAMP_ALWAYS, always); in logolamp_set() 618 ret = call_fext_func(device, FUNC_LEDS, 0x2, LOGOLAMP_ALWAYS, 0x0); in logolamp_get() 622 ret = call_fext_func(device, FUNC_LEDS, 0x2, LOGOLAMP_POWERON, 0x0); in logolamp_get() 635 return call_fext_func(device, FUNC_LEDS, 0x1, KEYBOARD_LAMPS, in kblamps_set() 638 return call_fext_func(device, FUNC_LEDS, 0x1, KEYBOARD_LAMPS, in kblamps_set() 647 if (call_fext_func(device, in kblamps_get() [all …]
|