Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Dthermal_core.c691 sysfs_attr_init(&dev->weight_attr.attr); in thermal_zone_bind_cooling_device()
692 dev->weight_attr.attr.name = dev->weight_attr_name; in thermal_zone_bind_cooling_device()
693 dev->weight_attr.attr.mode = S_IWUSR | S_IRUGO; in thermal_zone_bind_cooling_device()
694 dev->weight_attr.show = weight_show; in thermal_zone_bind_cooling_device()
695 dev->weight_attr.store = weight_store; in thermal_zone_bind_cooling_device()
696 result = device_create_file(&tz->device, &dev->weight_attr); in thermal_zone_bind_cooling_device()
718 device_remove_file(&tz->device, &dev->weight_attr); in thermal_zone_bind_cooling_device()
768 device_remove_file(&tz->device, &pos->weight_attr); in thermal_zone_unbind_cooling_device()
A Dthermal_core.h110 struct device_attribute weight_attr; member
A Dthermal_sysfs.c892 instance = container_of(attr, struct thermal_instance, weight_attr); in weight_show()
907 instance = container_of(attr, struct thermal_instance, weight_attr); in weight_store()

Completed in 8 milliseconds