Home
last modified time | relevance | path

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

/drivers/acpi/
A Dfan_attr.c79 sysfs_attr_init(&fan->fst_speed.attr); in acpi_fan_create_attributes()
80 fan->fst_speed.show = show_fan_speed; in acpi_fan_create_attributes()
81 fan->fst_speed.store = NULL; in acpi_fan_create_attributes()
82 fan->fst_speed.attr.name = "fan_speed_rpm"; in acpi_fan_create_attributes()
83 fan->fst_speed.attr.mode = 0444; in acpi_fan_create_attributes()
84 status = sysfs_create_file(&device->dev.kobj, &fan->fst_speed.attr); in acpi_fan_create_attributes()
125 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()
A Dfan.h58 struct device_attribute fst_speed; member

Completed in 5 milliseconds