Home
last modified time | relevance | path

Searched refs:KEY_PC (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/media/rc/keymaps/
H A Drc-pv951.c39 { 0x11, KEY_PC }, /* PC/TV */
H A Drc-nebula.c66 { 0x0036, KEY_PC },
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddigitv.c233 { 0x9fa6, KEY_PC },
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h444 #define KEY_PC 0x178 /* Media Select Computer */ macro
/openbmc/linux/drivers/input/misc/
H A Dati_remote2.c598 ar2->keycode[ATI_REMOTE2_PC][index] = KEY_PC; in ati_remote2_input_init()
603 __set_bit(KEY_PC, idev->keybit); in ati_remote2_input_init()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h449 #define KEY_PC 0x178 /* Media Select Computer */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h449 #define KEY_PC 0x178 /* Media Select Computer */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h449 #define KEY_PC 0x178 /* Media Select Computer */ macro
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst483 - ``KEY_PC``
/openbmc/linux/drivers/hid/
H A Dhid-debug.c922 [KEY_SCREEN] = "Screen", [KEY_PC] = "PC",
H A Dhid-input.c1119 case 0x088: map_key_clear(KEY_PC); break; in hidinput_configure_usage()