Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/intel/
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-v5.15/drivers/platform/x86/
Dthinkpad_acpi.c6300 static const struct attribute_group *thermal_attr_group; variable
6590 thermal_attr_group = &thermal_temp_input16_group; in thermal_init()
6595 thermal_attr_group = &thermal_temp_input8_group; in thermal_init()
6602 res = sysfs_create_group(&tpacpi_hwmon->kobj, thermal_attr_group); in thermal_init()
6609 sysfs_remove_group(&tpacpi_hwmon->kobj, thermal_attr_group); in thermal_init()
6619 if (thermal_attr_group) in thermal_exit()
6620 sysfs_remove_group(&tpacpi_hwmon->kobj, thermal_attr_group); in thermal_exit()