Lines Matching full:lid
37 #define ACPI_BUTTON_SUBCLASS_LID "lid"
38 #define ACPI_BUTTON_DEVICE_NAME_LID "Lid Switch"
81 /* Nextbook Ares 8A tablet, _LID device always reports lid closed */
91 * Lenovo Yoga 9 14ITL5, initial notification of the LID device
102 * Medion Akoya E2215T, notification of the LID device only
113 * Medion Akoya E2228T, notification of the LID device only
124 * Razer Blade Stealth 13 late 2019, notification of the LID device
175 MODULE_PARM_DESC(lid_report_interval, "Interval (ms) between lid key events");
200 * In lid_init_state=ignore mode, if user opens/closes lid in acpi_lid_notify_state()
217 pr_warn_once("The lid device is not compliant to SW_LID.\n"); in acpi_lid_notify_state()
222 * On most platforms, the lid device is reliable. However in acpi_lid_notify_state()
224 * 1. Platforms returning initial lid state as "close" by in acpi_lid_notify_state()
231 * lid device actually is: in acpi_lid_notify_state()
264 acpi_handle_debug(device->handle, "ACPI LID %s\n", in acpi_lid_notify_state()
293 /* procfs I/F for ACPI lid device only */ in acpi_button_add_fs()
298 pr_info("More than one Lid device found!\n"); in acpi_button_add_fs()
307 /* create /proc/acpi/button/lid */ in acpi_button_add_fs()
314 /* create /proc/acpi/button/lid/LID/ */ in acpi_button_add_fs()
321 /* create /proc/acpi/button/lid/LID/state */ in acpi_button_add_fs()
622 * This assumes there's only one lid device, or if there are in acpi_button_add()
678 pr_info("Initial lid state set to '%s'\n", lid_init_state_str[i]); in param_set_lid_init_state()
700 MODULE_PARM_DESC(lid_init_state, "Behavior for reporting LID initial state");