Lines Matching refs:open
50 [ACPI_BUTTON_LID_INIT_OPEN] = "open",
103 * happens on close, not on open and _LID always returns closed.
114 * happens on close, not on open and _LID always returns closed.
125 * only happens on close, not on open and _LID always returns closed.
201 * frequently with "open" missing, and "last_time" is also updated
228 * 2. Platforms never reporting "open" events:
234 * 2. The open event may not be reliable.
249 * as "close" is reliable and wrong "open" won't
252 * "open" as "open" is not reliable and wrong
265 state ? "open" : "closed");
283 state < 0 ? "unsupported" : (state ? "open" : "closed"));
557 input->open = acpi_lid_input_open;