Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/acpi/
Dfan_attr.c88 sysfs_attr_init(&fan->fst_speed.attr); in acpi_fan_create_attributes()
89 fan->fst_speed.show = show_fan_speed; in acpi_fan_create_attributes()
90 fan->fst_speed.store = NULL; in acpi_fan_create_attributes()
91 fan->fst_speed.attr.name = "fan_speed_rpm"; in acpi_fan_create_attributes()
92 fan->fst_speed.attr.mode = 0444; in acpi_fan_create_attributes()
93 status = sysfs_create_file(&device->dev.kobj, &fan->fst_speed.attr); in acpi_fan_create_attributes()
119 sysfs_remove_file(&device->dev.kobj, &fan->fst_speed.attr); in acpi_fan_create_attributes()
135 sysfs_remove_file(&device->dev.kobj, &fan->fst_speed.attr); in acpi_fan_delete_attributes()
Dfan.h52 struct device_attribute fst_speed; member