Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dhwmon.c39 #define to_hwmon_device(d) container_of(d, struct hwmon_device, dev) macro
68 return sprintf(buf, "%s\n", to_hwmon_device(dev)->name); in name_show()
82 if (to_hwmon_device(dev)->name == NULL) in hwmon_dev_name_is_visible()
100 kfree(to_hwmon_device(dev)); in hwmon_dev_release()