Lines Matching +full:0 +full:x83

57 	in_obj.integer.value = 0x83;  in topstar_led_set()
60 * Topstar ACPI returns 0x30001 when the LED is ON and 0x30000 when it in topstar_led_set()
69 * FNCX(0x83) toggles the LED (more precisely, it is supposed to in topstar_led_set()
74 if ((ret == 0x30001 && state == LED_OFF) in topstar_led_set()
75 || (ret == 0x30000 && state != LED_OFF)) { in topstar_led_set()
77 "FNCX", 0x83); in topstar_led_set()
82 return 0; in topstar_led_set()
107 { KE_KEY, 0x80, { KEY_BRIGHTNESSUP } },
108 { KE_KEY, 0x81, { KEY_BRIGHTNESSDOWN } },
109 { KE_KEY, 0x83, { KEY_VOLUMEUP } },
110 { KE_KEY, 0x84, { KEY_VOLUMEDOWN } },
111 { KE_KEY, 0x85, { KEY_MUTE } },
112 { KE_KEY, 0x86, { KEY_SWITCHVIDEOMODE } },
113 { KE_KEY, 0x87, { KEY_F13 } }, /* touchpad enable/disable key */
114 { KE_KEY, 0x88, { KEY_WLAN } },
115 { KE_KEY, 0x8a, { KEY_WWW } },
116 { KE_KEY, 0x8b, { KEY_MAIL } },
117 { KE_KEY, 0x8c, { KEY_MEDIA } },
120 { KE_IGNORE, 0x82, }, /* backlight event */
121 { KE_IGNORE, 0x8e, },
122 { KE_IGNORE, 0x8f, },
123 { KE_IGNORE, 0x90, },
130 { KE_KEY, 0x96, { KEY_F14 } },
131 { KE_KEY, 0x97, { KEY_F14 } },
133 { KE_END, 0 }
139 pr_info("unknown event = 0x%02x\n", event); in topstar_input_notify()
169 return 0; in topstar_input_init()
205 return 0; in topstar_platform_init()
224 u64 arg = state ? 0x86 : 0x87; in topstar_acpi_fncx_switch()
232 return 0; in topstar_acpi_fncx_switch()
241 /* 0x83 and 0x84 key events comes duplicated... */ in topstar_acpi_notify()
242 if (event == 0x83 || event == 0x84) { in topstar_acpi_notify()
243 dup = &dup_evnt[event - 0x83]; in topstar_acpi_notify()
273 return 0; in dmi_led_workaround()
322 return 0; in topstar_acpi_add()
350 { "TPS0001", 0 },
351 { "TPSACPI01", 0 },
352 { "", 0 },
372 if (ret < 0) in topstar_laptop_init()
376 if (ret < 0) in topstar_laptop_init()
380 return 0; in topstar_laptop_init()