Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dfujitsu-laptop.c178 static struct fujitsu_hotkey_t *fujitsu_hotkey; variable
225 status = acpi_get_handle(fujitsu_hotkey->acpi_handle, "FUNC", &handle); in call_fext_func()
507 if (!(fujitsu_hotkey->rfkill_supported & 0x100)) in show_lid_state()
509 if (fujitsu_hotkey->rfkill_state & 0x100) in show_lid_state()
519 if (!(fujitsu_hotkey->rfkill_supported & 0x200)) in show_dock_state()
521 if (fujitsu_hotkey->rfkill_state & 0x200) in show_dock_state()
531 if (!(fujitsu_hotkey->rfkill_supported & 0x20)) in show_radios_state()
533 if (fujitsu_hotkey->rfkill_state & 0x20) in show_radios_state()
791 fujitsu_hotkey->acpi_handle = device->handle; in acpi_fujitsu_hotkey_add()
795 device->driver_data = fujitsu_hotkey; in acpi_fujitsu_hotkey_add()
[all …]