Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dbutton.c37 #define ACPI_BUTTON_SUBCLASS_LID "lid" macro
308 acpi_lid_dir = proc_mkdir(ACPI_BUTTON_SUBCLASS_LID, acpi_button_dir); in acpi_button_add_fs()
338 remove_proc_entry(ACPI_BUTTON_SUBCLASS_LID, acpi_button_dir); in acpi_button_add_fs()
358 remove_proc_entry(ACPI_BUTTON_SUBCLASS_LID, acpi_button_dir); in acpi_button_remove_fs()
556 ACPI_BUTTON_CLASS, ACPI_BUTTON_SUBCLASS_LID); in acpi_button_add()