report_key_events 58 drivers/acpi/acpi_video.c static int report_key_events = -1; report_key_events 59 drivers/acpi/acpi_video.c module_param(report_key_events, int, 0644); report_key_events 60 drivers/acpi/acpi_video.c MODULE_PARM_DESC(report_key_events, report_key_events 409 drivers/acpi/acpi_video.c if (report_key_events == -1) report_key_events 410 drivers/acpi/acpi_video.c report_key_events = (uintptr_t)id->driver_data; report_key_events 1609 drivers/acpi/acpi_video.c if (keycode && (report_key_events & REPORT_OUTPUT_KEY_EVENTS)) { report_key_events 1681 drivers/acpi/acpi_video.c if (keycode && (report_key_events & REPORT_BRIGHTNESS_KEY_EVENTS)) { report_key_events 2257 drivers/acpi/acpi_video.c (report_key_events & REPORT_BRIGHTNESS_KEY_EVENTS);