Searched refs:KEY_DISPLAY_OFF (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | hid-chicony.c | 52 case 0x00f4: ch_map_key_clear(KEY_DISPLAY_OFF); break; in ch_input_mapping()
|
D | hid-asus.c | 487 case 0x35: asus_map_key_clear(KEY_DISPLAY_OFF); break; in asus_input_mapping() 542 case 0x00f4: asus_map_key_clear(KEY_DISPLAY_OFF); break; in asus_input_mapping()
|
D | hid-multitouch.c | 1309 case 0x35: mt_map_key_clear(KEY_DISPLAY_OFF); break; in mt_input_mapping()
|
/Linux-v4.19/drivers/platform/x86/ |
D | asus-nb-wmi.c | 446 { KE_KEY, 0x34, { KEY_DISPLAY_OFF } }, /* LCD off */
|
D | eeepc-laptop.c | 141 { KE_KEY, 0x16, { KEY_DISPLAY_OFF } },
|
D | asus-laptop.c | 312 {KE_KEY, 0x34, { KEY_DISPLAY_OFF } }, /* LCD off */
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 332 #define KEY_DISPLAY_OFF 245 /* display device to off state */ macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 332 #define KEY_DISPLAY_OFF 245 /* display device to off state */ macro
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_video.c | 1647 keycode = KEY_DISPLAY_OFF; in acpi_video_device_notify() 1933 set_bit(KEY_DISPLAY_OFF, input->keybit); in acpi_video_bus_add_notify_handler()
|