Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
A Dtherm_throt.c186 static const struct attribute_group thermal_attr_group = { variable
412 err = sysfs_create_group(&dev->kobj, &thermal_attr_group); in thermal_throttle_add_dev()
419 thermal_attr_group.name); in thermal_throttle_add_dev()
427 thermal_attr_group.name); in thermal_throttle_add_dev()
433 thermal_attr_group.name); in thermal_throttle_add_dev()
439 thermal_attr_group.name); in thermal_throttle_add_dev()
446 thermal_attr_group.name); in thermal_throttle_add_dev()
455 sysfs_remove_group(&dev->kobj, &thermal_attr_group); in thermal_throttle_add_dev()
462 sysfs_remove_group(&dev->kobj, &thermal_attr_group); in thermal_throttle_remove_dev()
/linux/drivers/platform/x86/
A Dthinkpad_acpi.c6203 static const struct attribute_group *thermal_attr_group; variable
6493 thermal_attr_group = &thermal_temp_input16_group; in thermal_init()
6498 thermal_attr_group = &thermal_temp_input8_group; in thermal_init()
6505 res = sysfs_create_group(&tpacpi_hwmon->kobj, thermal_attr_group); in thermal_init()
6512 sysfs_remove_group(&tpacpi_hwmon->kobj, thermal_attr_group); in thermal_init()
6522 if (thermal_attr_group) in thermal_exit()
6523 sysfs_remove_group(&tpacpi_hwmon->kobj, thermal_attr_group); in thermal_exit()

Completed in 23 milliseconds