Lines Matching full:button

3  *  Intel HID event & 5 button array driver
30 "Enable 5 Button Array support. "
84 /* 5 button array notification value. */
334 /* Enable|disable features - power button is always enabled */ in intel_hid_set_enable()
356 dev_warn(device, "failed to get button capability\n"); in intel_button_array_enable()
360 /* Enable|disable features - power button is always enabled */ in intel_button_array_enable()
363 dev_warn(device, "failed to set button capability\n"); in intel_button_array_enable()
438 /* Setup input device for 5 button array */ in intel_button_array_input_setup()
447 priv->array->name = "Intel HID 5 button array"; in intel_button_array_input_setup()
528 * platforms that don't expose the 5-button array, but still in notify_handler()
529 * send notifies with the power button event code to this in notify_handler()
530 * device object on power button actions while suspended. in notify_handler()
547 /* Wake up on 5-button array events only. */ in notify_handler()
568 * the 5-button array, but still send notifies with power button in notify_handler()
569 * event code to this device object on power button actions. in notify_handler()
571 * Report the power button press and release. in notify_handler()
590 /* 0xC0 is for HID events, other values are for 5 button array */ in notify_handler()
616 /* Check presence of 5 button array or v2 power button */ in button_array_present()
679 /* Setup 5 button array */ in intel_hid_probe()
681 dev_info(&device->dev, "platform supports 5 button array\n"); in intel_hid_probe()
684 pr_err("Failed to setup Intel 5 button array hotkeys\n"); in intel_hid_probe()
711 * Call button load method to enable HID power button in intel_hid_probe()
713 * a button array too. in intel_hid_probe()
716 dev_warn(&device->dev, "failed to enable HID power button\n"); in intel_hid_probe()