• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/

Lines Matching defs:hotkey

163 	TP_HKEY_EV_HOTKEY_BASE		= 0x1001, /* first hotkey (FN+F1) */
302 u32 hotkey:1;
1106 * The kernel, a masked-off hotkey, and WLSW can change the radio state
1877 * built around the hotkey subdriver. This will need to be refactored
1884 * Unlike other classes, hotkey-class events have mask/unmask control on
1932 enum { /* Positions of some of the keys in hotkey masks */
1975 /* kthread for the hotkey poller */
1994 * hotkey poller control variables
2159 "asked for hotkey mask 0x%08x, but "
2186 "setting the hotkey mask to 0x%08x is likely "
2205 * Sets the driver hotkey mask.
2207 * Can be called even if the hotkey subdriver is inactive
2214 if (!tp_features.hotkey) {
2411 * - Pressing MUTE issues mute hotkey message, even when already mute
2412 * - Pressing Volume up/down issues volume up/down hotkey messages,
2418 * and certainly not enough if more than one volume hotkey was pressed
2581 "for hotkey polling\n");
2643 /* disable hotkey polling when possible */
2649 /* sysfs hotkey enable ------------------------------------------------- */
2688 /* sysfs hotkey mask --------------------------------------------------- */
2726 /* sysfs hotkey bios_enabled ------------------------------------------- */
2737 /* sysfs hotkey bios_mask ---------------------------------------------- */
2750 /* sysfs hotkey all_mask ----------------------------------------------- */
2762 /* sysfs hotkey recommended_mask --------------------------------------- */
2778 /* sysfs hotkey hotkey_source_mask ------------------------------------- */
2833 /* sysfs hotkey hotkey_poll_freq --------------------------------------- */
2869 /* sysfs hotkey radio_sw (pollable) ------------------------------------ */
2896 /* sysfs hotkey tablet mode (pollable) --------------------------------- */
2919 /* sysfs hotkey report_mode -------------------------------------------- */
3246 "initializing hotkey subdriver\n");
3260 /* hotkey not supported on 570 */
3261 tp_features.hotkey = hkey_handle != NULL;
3265 str_supported(tp_features.hotkey));
3267 if (!tp_features.hotkey)
3322 "hotkey masks are %s\n",
3455 "hotkey source mask 0x%08x, polling freq %u\n",
3480 "legacy ibm/hotkey event reporting over procfs %s\n",
3798 if (!tp_features.hotkey) {
3826 tpacpi_log_usertask("procfs hotkey enable/disable");
3829 "hotkey enable/disable functionality has been "
3833 "Please remove the hotkey=enable module "
3844 if (!tp_features.hotkey)
3873 tpacpi_disclose_usertask("procfs hotkey",
3896 .name = "hotkey",
8921 TPACPI_PARAM(hotkey);