Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dhuawei-wmi.c51 bool report_brightness; member
94 static int report_brightness = -1; variable
99 module_param(report_brightness, bint, 0444);
100 MODULE_PARM_DESC(report_brightness,
120 .report_brightness = true,
730 if (quirks && !quirks->report_brightness && in huawei_wmi_process_key()
874 if (report_brightness != -1) in huawei_wmi_init()
875 quirks->report_brightness = report_brightness; in huawei_wmi_init()