Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dfujitsu-laptop.c177 static struct fujitsu_hotkey_t *fujitsu_hotkey; variable
224 status = acpi_get_handle(fujitsu_hotkey->acpi_handle, "FUNC", &handle); in call_fext_func()
506 if (!(fujitsu_hotkey->rfkill_supported & 0x100)) in show_lid_state()
508 if (fujitsu_hotkey->rfkill_state & 0x100) in show_lid_state()
518 if (!(fujitsu_hotkey->rfkill_supported & 0x200)) in show_dock_state()
520 if (fujitsu_hotkey->rfkill_state & 0x200) in show_dock_state()
530 if (!(fujitsu_hotkey->rfkill_supported & 0x20)) in show_radios_state()
532 if (fujitsu_hotkey->rfkill_state & 0x20) in show_radios_state()
790 fujitsu_hotkey->acpi_handle = device->handle; in acpi_fujitsu_hotkey_add()
794 device->driver_data = fujitsu_hotkey; in acpi_fujitsu_hotkey_add()
[all …]