Searched refs:KEY_MACRO_RECORD_START (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hid/ |
H A D | hid-lg-g15.c | 462 input_report_key(g15->input, KEY_MACRO_RECORD_START, data[7] & 0x40); in lg_g15_event() 488 input_report_key(g15->input, KEY_MACRO_RECORD_START, data[2] & 0x40); in lg_g15_v2_event() 533 input_report_key(g15->input, KEY_MACRO_RECORD_START, data[3] & 0x80); in lg_g510_event() 874 input_set_capability(input, EV_KEY, KEY_MACRO_RECORD_START); in lg_g15_probe()
|
H A D | hid-debug.c | 3452 [KEY_MACRO_RECORD_START] = "MacroRecordStart",
|
/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 748 * KEY_MACRO_RECORD_START will also emit KEY_MACRO_RECORD_STOP if 749 * KEY_MACRO_RECORD_STOP is not advertised, then KEY_MACRO_RECORD_START 754 #define KEY_MACRO_RECORD_START 0x2b0 macro
|
/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 748 * KEY_MACRO_RECORD_START will also emit KEY_MACRO_RECORD_STOP if 749 * KEY_MACRO_RECORD_STOP is not advertised, then KEY_MACRO_RECORD_START 754 #define KEY_MACRO_RECORD_START 0x2b0 macro
|