Home
last modified time | relevance | path

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

/drivers/thermal/intel/int340x_thermal/
Dacpi_thermal_rel.c27 static int acpi_thermal_rel_chrdev_count; /* #times opened */ variable
34 (acpi_thermal_rel_chrdev_count && (file->f_flags & O_EXCL))) { in acpi_thermal_rel_open()
41 acpi_thermal_rel_chrdev_count++; in acpi_thermal_rel_open()
51 acpi_thermal_rel_chrdev_count--; in acpi_thermal_rel_release()