Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dhwmon.h32 DEFINE_EVENT(hwmon_attr_class, hwmon_attr_show,
/openbmc/linux/drivers/hwmon/
H A Dhwmon.c314 static ssize_t hwmon_attr_show(struct device *dev, in hwmon_attr_show() function
432 dattr->show = is_string ? hwmon_attr_show_string : hwmon_attr_show; in hwmon_genattr()