Home
last modified time | relevance | path

Searched refs:KEY_ASPECT_RATIO (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h447 #define KEY_ASPECT_RATIO 0x177 /* HUTRR37: Aspect */ macro
448 #define KEY_SCREEN KEY_ASPECT_RATIO
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h447 #define KEY_ASPECT_RATIO 0x177 /* HUTRR37: Aspect */ macro
448 #define KEY_SCREEN KEY_ASPECT_RATIO
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h447 #define KEY_ASPECT_RATIO 0x177 /* HUTRR37: Aspect */ macro
448 #define KEY_SCREEN KEY_ASPECT_RATIO
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst619 - ``KEY_ASPECT_RATIO``
/openbmc/linux/drivers/hid/
H A Dhid-input.c1099 case 0x06d: map_key_clear(KEY_ASPECT_RATIO); break; in hidinput_configure_usage()