Searched refs:HCI_HOTKEY_EVENT (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c63 "Call HCI_HOTKEY_EVENT with value 0x5 for quickstart button support (-1 = auto, 0 = no, 1 = yes");
120 #define HCI_HOTKEY_EVENT 0x001e macro
2746 result = hci_write(dev, HCI_HOTKEY_EVENT,
2749 result = hci_write(dev, HCI_HOTKEY_EVENT,
2752 result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_ENABLE);
3274 * Some Toshibas use "quickstart" keys. On these, HCI_HOTKEY_EVENT must use
3582 result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_DISABLE);

Completed in 167 milliseconds