Home
last modified time | relevance | path

Searched refs:KEY_VIDEO_NEXT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/rc/keymaps/
H A Drc-tivo.c22 { 0x3085c034, KEY_VIDEO_NEXT }, /* TV Input */
H A Drc-terratec-cinergy-c-pci.c21 { 0x34, KEY_VIDEO_NEXT}, /* AV */
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h324 #define KEY_VIDEO_NEXT 241 /* drive next video source */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h326 #define KEY_VIDEO_NEXT 241 /* drive next video source */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h326 #define KEY_VIDEO_NEXT 241 /* drive next video source */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h326 #define KEY_VIDEO_NEXT 241 /* drive next video source */ macro
/openbmc/linux/drivers/acpi/
H A Dacpi_video.c1563 keycode = KEY_VIDEO_NEXT; in acpi_video_bus_notify()
1913 set_bit(KEY_VIDEO_NEXT, input->keybit); in acpi_video_bus_add_notify_handler()
/openbmc/linux/drivers/hid/
H A Dhid-input.c1099 case 0x082: map_key_clear(KEY_VIDEO_NEXT); break; in hidinput_configure_usage()