Lines Matching defs:hid
513 const char *hid = acpi_device_hid(device);
518 if (!strcmp(hid, ACPI_BUTTON_HID_LID) &&
537 if (!strcmp(hid, ACPI_BUTTON_HID_POWER) ||
538 !strcmp(hid, ACPI_BUTTON_HID_POWERF)) {
544 } else if (!strcmp(hid, ACPI_BUTTON_HID_SLEEP) ||
545 !strcmp(hid, ACPI_BUTTON_HID_SLEEPF)) {
551 } else if (!strcmp(hid, ACPI_BUTTON_HID_LID)) {
559 pr_info("Unsupported hid [%s]\n", hid);
571 snprintf(button->phys, sizeof(button->phys), "%s/button/input0", hid);