Searched refs:eventcode (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/platform/x86/ |
D | msi-wmi.c | 189 int eventcode = obj->integer.value; in msi_wmi_notify() local 190 pr_debug("Eventcode: 0x%x\n", eventcode); in msi_wmi_notify() 192 eventcode); in msi_wmi_notify() 194 pr_info("Unknown key pressed - %x\n", eventcode); in msi_wmi_notify()
|
D | lg-laptop.c | 220 int eventcode = obj->integer.value; in wmi_notify() local 223 if (eventcode == 0x10000000) { in wmi_notify() 228 wmi_input_dev, eventcode); in wmi_notify()
|
/Linux-v5.15/tools/perf/pmu-events/ |
D | jevents.c | 577 unsigned long long eventcode = 0; in json_events() local 602 eventcode |= strtoul(code, NULL, 0); in json_events() 607 eventcode |= strtoul(code, NULL, 0) << 21; in json_events() 685 snprintf(buf, sizeof buf, "event=%#llx", eventcode); in json_events()
|