Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/host/
Dhwmon.c253 ctrl->hwmon_device = hwmon; in nvme_hwmon_init()
259 if (ctrl->hwmon_device) { in nvme_hwmon_exit()
261 dev_get_drvdata(ctrl->hwmon_device); in nvme_hwmon_exit()
263 hwmon_device_unregister(ctrl->hwmon_device); in nvme_hwmon_exit()
264 ctrl->hwmon_device = NULL; in nvme_hwmon_exit()
Dnvme.h251 struct device *hwmon_device; member
/Linux-v5.15/drivers/hwmon/
Dhwmon.c31 struct hwmon_device { struct
40 #define to_hwmon_device(d) container_of(d, struct hwmon_device, dev) argument
115 struct hwmon_device *hwdev = to_hwmon_device(dev); in hwmon_dev_release()
142 struct hwmon_device *hwdev = to_hwmon_device(tdata->dev); in hwmon_thermal_get_temp()
159 struct hwmon_device *hwdev = to_hwmon_device(tdata->dev); in hwmon_thermal_set_trips()
203 struct hwmon_device *hwdev = to_hwmon_device(dev); in hwmon_thermal_add_sensor()
236 struct hwmon_device *hwdev = to_hwmon_device(dev); in hwmon_thermal_register_sensors()
267 struct hwmon_device *hwdev = to_hwmon_device(dev); in hwmon_thermal_notify()
735 struct hwmon_device *hwdev; in __hwmon_device_register()