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
136 * lid closed.
186 MODULE_PARM_DESC(lid_report_interval, "Interval (ms) between lid key events");
211 * In lid_init_state=ignore mode, if user opens/closes lid in acpi_lid_notify_state()
228 pr_warn_once("The lid device is not compliant to SW_LID.\n"); in acpi_lid_notify_state()
233 * On most platforms, the lid device is reliable. However in acpi_lid_notify_state()
235 * 1. Platforms returning initial lid state as "close" by in acpi_lid_notify_state()
242 * lid device actually is: in acpi_lid_notify_state()
275 acpi_handle_debug(device->handle, "ACPI LID %s\n", in acpi_lid_notify_state()
304 /* procfs I/F for ACPI lid device only */ in acpi_button_add_fs()
309 pr_info("More than one Lid device found!\n"); in acpi_button_add_fs()
318 /* create /proc/acpi/button/lid */ in acpi_button_add_fs()
325 /* create /proc/acpi/button/lid/LID/ */ in acpi_button_add_fs()
332 /* create /proc/acpi/button/lid/LID/state */ in acpi_button_add_fs()
643 * This assumes there's only one lid device, or if there are in acpi_button_add()
699 pr_info("Initial lid state set to '%s'\n", lid_init_state_str[i]); in param_set_lid_init_state()
721 MODULE_PARM_DESC(lid_init_state, "Behavior for reporting LID initial state");