Home
last modified time | relevance | path

Searched refs:eventcode (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/platform/x86/
Dmsi-wmi.c187 int eventcode = obj->integer.value; in msi_wmi_notify() local
188 pr_debug("Eventcode: 0x%x\n", eventcode); in msi_wmi_notify()
190 eventcode); in msi_wmi_notify()
192 pr_info("Unknown key pressed - %x\n", eventcode); in msi_wmi_notify()
Dlg-laptop.c216 int eventcode = obj->integer.value; in wmi_notify() local
220 sparse_keymap_entry_from_scancode(wmi_input_dev, eventcode); in wmi_notify()
/Linux-v5.4/tools/perf/pmu-events/
Djevents.c482 char **metric_group, unsigned long long eventcode) in try_fixup() argument
489 if (!eventcode && es->event) { in try_fixup()
540 unsigned long long eventcode = 0; in json_events() local
565 eventcode |= strtoul(code, NULL, 0); in json_events()
570 eventcode |= strtoul(code, NULL, 0) << 21; in json_events()
640 snprintf(buf, sizeof buf, "event=%#llx", eventcode); in json_events()
661 &metric_group, eventcode); in json_events()