Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dtoshiba_acpi.c2520 u32 events_type; in toshiba_acpi_setup_keyboard() local
2528 if (toshiba_hotkey_event_type_get(dev, &events_type)) in toshiba_acpi_setup_keyboard()
2531 dev->hotkey_event_type = events_type; in toshiba_acpi_setup_keyboard()
2541 if (events_type == HCI_SYSTEM_TYPE1 || in toshiba_acpi_setup_keyboard()
2544 else if (events_type == HCI_SYSTEM_TYPE2 || in toshiba_acpi_setup_keyboard()
2548 pr_info("Unknown event type received %x\n", events_type); in toshiba_acpi_setup_keyboard()