Searched refs:hattr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | hwmon.c | 121 struct hwmon_device_attribute *hattr = to_hwmon_attr(dattr); in hwmon_free_attrs() local 123 kfree(hattr); in hwmon_free_attrs() 317 struct hwmon_device_attribute *hattr = to_hwmon_attr(devattr); in hwmon_attr_show() local 321 ret = hattr->ops->read(dev, hattr->type, hattr->attr, hattr->index, in hwmon_attr_show() 326 trace_hwmon_attr_show(hattr->index + hwmon_attr_base(hattr->type), in hwmon_attr_show() 327 hattr->name, val); in hwmon_attr_show() 336 struct hwmon_device_attribute *hattr = to_hwmon_attr(devattr); in hwmon_attr_show_string() local 337 enum hwmon_sensor_types type = hattr->type; in hwmon_attr_show_string() 341 ret = hattr->ops->read_string(dev, hattr->type, hattr->attr, in hwmon_attr_show_string() 342 hattr->index, &s); in hwmon_attr_show_string() [all …]
|