Searched refs:hwmon_device (Results 1 – 6 of 6) sorted by relevance
186 hba->hwmon_device = hwmon; in ufs_hwmon_probe()193 if (!hba->hwmon_device) in ufs_hwmon_remove()196 data = dev_get_drvdata(hba->hwmon_device); in ufs_hwmon_remove()197 hwmon_device_unregister(hba->hwmon_device); in ufs_hwmon_remove()198 hba->hwmon_device = NULL; in ufs_hwmon_remove()204 if (!hba->hwmon_device) in ufs_hwmon_notify_event()208 hwmon_notify_event(hba->hwmon_device, hwmon_temp, hwmon_temp_max_alarm, 0); in ufs_hwmon_notify_event()211 hwmon_notify_event(hba->hwmon_device, hwmon_temp, hwmon_temp_min_alarm, 0); in ufs_hwmon_notify_event()
260 ctrl->hwmon_device = hwmon; in nvme_hwmon_init()272 if (ctrl->hwmon_device) { in nvme_hwmon_exit()274 dev_get_drvdata(ctrl->hwmon_device); in nvme_hwmon_exit()276 hwmon_device_unregister(ctrl->hwmon_device); in nvme_hwmon_exit()277 ctrl->hwmon_device = NULL; in nvme_hwmon_exit()
297 struct device *hwmon_device; member
34 struct hwmon_device { struct44 #define to_hwmon_device(d) container_of(d, struct hwmon_device, dev) argument95 struct hwmon_device *hdev = to_hwmon_device(dev); in hwmon_dev_attr_is_visible()131 struct hwmon_device *hwdev = to_hwmon_device(dev); in hwmon_dev_release()158 struct hwmon_device *hwdev = to_hwmon_device(tdata->dev); in hwmon_thermal_get_temp()175 struct hwmon_device *hwdev = to_hwmon_device(tdata->dev); in hwmon_thermal_set_trips()219 struct hwmon_device *hwdev = to_hwmon_device(dev); in hwmon_thermal_add_sensor()254 struct hwmon_device *hwdev = to_hwmon_device(dev); in hwmon_thermal_register_sensors()285 struct hwmon_device *hwdev = to_hwmon_device(dev); in hwmon_thermal_notify()350 struct hwmon_device *hwdev; in pec_store()[all …]
190 struct device *hwmon_device; member3205 if (dev->hwmon_device) in toshiba_acpi_remove()3206 hwmon_device_unregister(dev->hwmon_device); in toshiba_acpi_remove()3452 dev->hwmon_device = hwmon_device_register_with_info( in toshiba_acpi_add()3455 if (IS_ERR(dev->hwmon_device)) { in toshiba_acpi_add()3456 dev->hwmon_device = NULL; in toshiba_acpi_add()
981 struct device *hwmon_device; member