Home
last modified time | relevance | path

Searched refs:report_key_events (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_video.c58 static int report_key_events = -1; variable
59 module_param(report_key_events, int, 0644);
60 MODULE_PARM_DESC(report_key_events,
409 if (report_key_events == -1) in video_set_report_key_events()
410 report_key_events = (uintptr_t)id->driver_data; in video_set_report_key_events()
1647 if (keycode && (report_key_events & REPORT_OUTPUT_KEY_EVENTS)) { in acpi_video_bus_notify()
1719 if (keycode && (report_key_events & REPORT_BRIGHTNESS_KEY_EVENTS)) { in acpi_video_device_notify()
2295 (report_key_events & REPORT_BRIGHTNESS_KEY_EVENTS); in acpi_video_handles_brightness_key_presses()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_video.c52 static int report_key_events = -1; variable
53 module_param(report_key_events, int, 0644);
54 MODULE_PARM_DESC(report_key_events,
391 if (report_key_events == -1) in video_set_report_key_events()
392 report_key_events = (uintptr_t)id->driver_data; in video_set_report_key_events()
1579 if (keycode && (report_key_events & REPORT_OUTPUT_KEY_EVENTS)) { in acpi_video_bus_notify()
1651 if (keycode && (report_key_events & REPORT_BRIGHTNESS_KEY_EVENTS)) { in acpi_video_device_notify()
2260 (report_key_events & REPORT_BRIGHTNESS_KEY_EVENTS); in acpi_video_handles_brightness_key_presses()

Completed in 6 milliseconds