Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/
H A Dasus-ec-sensors.c64 #define ACPI_GLOBAL_LOCK_PSEUDO_PATH ":GLOBAL_LOCK" macro
308 .mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH,
323 .mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH,
339 .mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH,
363 .mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH,
371 .mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH,
495 .mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH,
740 if (!strcmp(mutex_path, ACPI_GLOBAL_LOCK_PSEUDO_PATH)) { in setup_lock_data()