asus-wmi.h 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __PLATFORM_DATA_X86_ASUS_WMI_H
  3. #define __PLATFORM_DATA_X86_ASUS_WMI_H
  4. #include <linux/errno.h>
  5. #include <linux/types.h>
  6. /* WMI Methods */
  7. #define ASUS_WMI_METHODID_SPEC 0x43455053 /* BIOS SPECification */
  8. #define ASUS_WMI_METHODID_SFBD 0x44424653 /* Set First Boot Device */
  9. #define ASUS_WMI_METHODID_GLCD 0x44434C47 /* Get LCD status */
  10. #define ASUS_WMI_METHODID_GPID 0x44495047 /* Get Panel ID?? (Resol) */
  11. #define ASUS_WMI_METHODID_QMOD 0x444F4D51 /* Quiet MODe */
  12. #define ASUS_WMI_METHODID_SPLV 0x4C425053 /* Set Panel Light Value */
  13. #define ASUS_WMI_METHODID_AGFN 0x4E464741 /* FaN? */
  14. #define ASUS_WMI_METHODID_SFUN 0x4E554653 /* FUNCtionalities */
  15. #define ASUS_WMI_METHODID_SDSP 0x50534453 /* Set DiSPlay output */
  16. #define ASUS_WMI_METHODID_GDSP 0x50534447 /* Get DiSPlay output */
  17. #define ASUS_WMI_METHODID_DEVP 0x50564544 /* DEVice Policy */
  18. #define ASUS_WMI_METHODID_OSVR 0x5256534F /* OS VeRsion */
  19. #define ASUS_WMI_METHODID_DSTS 0x53544344 /* Device STatuS */
  20. #define ASUS_WMI_METHODID_DSTS2 0x53545344 /* Device STatuS #2*/
  21. #define ASUS_WMI_METHODID_BSTS 0x53545342 /* Bios STatuS ? */
  22. #define ASUS_WMI_METHODID_DEVS 0x53564544 /* DEVice Set */
  23. #define ASUS_WMI_METHODID_CFVS 0x53564643 /* CPU Frequency Volt Set */
  24. #define ASUS_WMI_METHODID_KBFT 0x5446424B /* KeyBoard FilTer */
  25. #define ASUS_WMI_METHODID_INIT 0x54494E49 /* INITialize */
  26. #define ASUS_WMI_METHODID_HKEY 0x59454B48 /* Hot KEY ?? */
  27. #define ASUS_WMI_UNSUPPORTED_METHOD 0xFFFFFFFE
  28. /* Wireless */
  29. #define ASUS_WMI_DEVID_HW_SWITCH 0x00010001
  30. #define ASUS_WMI_DEVID_WIRELESS_LED 0x00010002
  31. #define ASUS_WMI_DEVID_CWAP 0x00010003
  32. #define ASUS_WMI_DEVID_WLAN 0x00010011
  33. #define ASUS_WMI_DEVID_WLAN_LED 0x00010012
  34. #define ASUS_WMI_DEVID_BLUETOOTH 0x00010013
  35. #define ASUS_WMI_DEVID_GPS 0x00010015
  36. #define ASUS_WMI_DEVID_WIMAX 0x00010017
  37. #define ASUS_WMI_DEVID_WWAN3G 0x00010019
  38. #define ASUS_WMI_DEVID_UWB 0x00010021
  39. /* Leds */
  40. /* 0x000200XX and 0x000400XX */
  41. #define ASUS_WMI_DEVID_LED1 0x00020011
  42. #define ASUS_WMI_DEVID_LED2 0x00020012
  43. #define ASUS_WMI_DEVID_LED3 0x00020013
  44. #define ASUS_WMI_DEVID_LED4 0x00020014
  45. #define ASUS_WMI_DEVID_LED5 0x00020015
  46. #define ASUS_WMI_DEVID_LED6 0x00020016
  47. /* Backlight and Brightness */
  48. #define ASUS_WMI_DEVID_ALS_ENABLE 0x00050001 /* Ambient Light Sensor */
  49. #define ASUS_WMI_DEVID_BACKLIGHT 0x00050011
  50. #define ASUS_WMI_DEVID_BRIGHTNESS 0x00050012
  51. #define ASUS_WMI_DEVID_KBD_BACKLIGHT 0x00050021
  52. #define ASUS_WMI_DEVID_LIGHT_SENSOR 0x00050022 /* ?? */
  53. #define ASUS_WMI_DEVID_LIGHTBAR 0x00050025
  54. /* Misc */
  55. #define ASUS_WMI_DEVID_CAMERA 0x00060013
  56. /* Storage */
  57. #define ASUS_WMI_DEVID_CARDREADER 0x00080013
  58. /* Input */
  59. #define ASUS_WMI_DEVID_TOUCHPAD 0x00100011
  60. #define ASUS_WMI_DEVID_TOUCHPAD_LED 0x00100012
  61. /* Fan, Thermal */
  62. #define ASUS_WMI_DEVID_THERMAL_CTRL 0x00110011
  63. #define ASUS_WMI_DEVID_FAN_CTRL 0x00110012
  64. /* Power */
  65. #define ASUS_WMI_DEVID_PROCESSOR_STATE 0x00120012
  66. /* Deep S3 / Resume on LID open */
  67. #define ASUS_WMI_DEVID_LID_RESUME 0x00120031
  68. /* DSTS masks */
  69. #define ASUS_WMI_DSTS_STATUS_BIT 0x00000001
  70. #define ASUS_WMI_DSTS_UNKNOWN_BIT 0x00000002
  71. #define ASUS_WMI_DSTS_PRESENCE_BIT 0x00010000
  72. #define ASUS_WMI_DSTS_USER_BIT 0x00020000
  73. #define ASUS_WMI_DSTS_BIOS_BIT 0x00040000
  74. #define ASUS_WMI_DSTS_BRIGHTNESS_MASK 0x000000FF
  75. #define ASUS_WMI_DSTS_MAX_BRIGTH_MASK 0x0000FF00
  76. #define ASUS_WMI_DSTS_LIGHTBAR_MASK 0x0000000F
  77. #if IS_REACHABLE(CONFIG_ASUS_WMI)
  78. int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, u32 *retval);
  79. #else
  80. static inline int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1,
  81. u32 *retval)
  82. {
  83. return -ENODEV;
  84. }
  85. #endif
  86. #endif /* __PLATFORM_DATA_X86_ASUS_WMI_H */