Symbol: hwmon_device
drivers/hwmon/hwmon.c
133
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
166
struct hwmon_device *hwdev = to_hwmon_device(tdata->dev);
drivers/hwmon/hwmon.c
185
struct hwmon_device *hwdev = to_hwmon_device(tdata->dev);
drivers/hwmon/hwmon.c
231
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
266
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
300
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
356
struct hwmon_device *hwdev;
drivers/hwmon/hwmon.c
431
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
457
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
46
#define to_hwmon_device(d) container_of(d, struct hwmon_device, dev)
drivers/hwmon/hwmon.c
480
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
807
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
815
struct hwmon_device *hwdev = to_hwmon_device(dev);
drivers/hwmon/hwmon.c
904
struct hwmon_device *hwdev;
drivers/hwmon/hwmon.c
97
struct hwmon_device *hdev = to_hwmon_device(dev);
drivers/nvme/host/hwmon.c
260
ctrl->hwmon_device = hwmon;
drivers/nvme/host/hwmon.c
272
if (ctrl->hwmon_device) {
drivers/nvme/host/hwmon.c
274
dev_get_drvdata(ctrl->hwmon_device);
drivers/nvme/host/hwmon.c
276
hwmon_device_unregister(ctrl->hwmon_device);
drivers/nvme/host/hwmon.c
277
ctrl->hwmon_device = NULL;
drivers/nvme/host/nvme.h
356
struct device *hwmon_device;
drivers/platform/x86/toshiba_acpi.c
190
struct device *hwmon_device;
drivers/platform/x86/toshiba_acpi.c
3205
if (dev->hwmon_device)
drivers/platform/x86/toshiba_acpi.c
3206
hwmon_device_unregister(dev->hwmon_device);
drivers/platform/x86/toshiba_acpi.c
3452
dev->hwmon_device = hwmon_device_register_with_info(
drivers/platform/x86/toshiba_acpi.c
3455
if (IS_ERR(dev->hwmon_device)) {
drivers/platform/x86/toshiba_acpi.c
3456
dev->hwmon_device = NULL;
drivers/ufs/core/ufs-hwmon.c
186
hba->hwmon_device = hwmon;
drivers/ufs/core/ufs-hwmon.c
193
if (!hba->hwmon_device)
drivers/ufs/core/ufs-hwmon.c
196
data = dev_get_drvdata(hba->hwmon_device);
drivers/ufs/core/ufs-hwmon.c
197
hwmon_device_unregister(hba->hwmon_device);
drivers/ufs/core/ufs-hwmon.c
198
hba->hwmon_device = NULL;
drivers/ufs/core/ufs-hwmon.c
204
if (!hba->hwmon_device)
drivers/ufs/core/ufs-hwmon.c
208
hwmon_notify_event(hba->hwmon_device, hwmon_temp, hwmon_temp_max_alarm, 0);
drivers/ufs/core/ufs-hwmon.c
211
hwmon_notify_event(hba->hwmon_device, hwmon_temp, hwmon_temp_min_alarm, 0);
include/ufs/ufshcd.h
967
struct device *hwmon_device;