Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Dthermal_sysfs.c87 trip_attrs._attr_.attr); \
407 struct thermal_trip_attrs *trip_attrs = &td->trip_attrs; in create_trip_attrs() local
414 trip_attrs->type.attr.attr.name = trip_attrs->type.name; in create_trip_attrs()
415 trip_attrs->type.attr.attr.mode = S_IRUGO; in create_trip_attrs()
417 attrs[i] = &trip_attrs->type.attr.attr; in create_trip_attrs()
424 trip_attrs->temp.attr.attr.name = trip_attrs->temp.name; in create_trip_attrs()
425 trip_attrs->temp.attr.attr.mode = S_IRUGO; in create_trip_attrs()
428 trip_attrs->temp.attr.attr.mode |= S_IWUSR; in create_trip_attrs()
437 trip_attrs->hyst.attr.attr.name = trip_attrs->hyst.name; in create_trip_attrs()
438 trip_attrs->hyst.attr.attr.mode = S_IRUGO; in create_trip_attrs()
[all …]
A Dthermal_core.h31 struct thermal_trip_attrs trip_attrs; member
/linux/drivers/hwmon/
A Dacpi_power_meter.c510 static struct sensor_template trip_attrs[] = { variable
715 res = register_attrs(resource, trip_attrs); in setup_attrs()

Completed in 12 milliseconds