Searched refs:int_hwmon_dev (Results 1 – 4 of 4) sorted by relevance
1361 adev->pm.int_hwmon_dev = hwmon_device_register_with_groups(adev->dev, in amdgpu_pm_sysfs_init()1364 if (IS_ERR(adev->pm.int_hwmon_dev)) { in amdgpu_pm_sysfs_init()1365 ret = PTR_ERR(adev->pm.int_hwmon_dev); in amdgpu_pm_sysfs_init()1458 if (adev->pm.int_hwmon_dev) in amdgpu_pm_sysfs_fini()1459 hwmon_device_unregister(adev->pm.int_hwmon_dev); in amdgpu_pm_sysfs_fini()
476 struct device *int_hwmon_dev; member
795 rdev->pm.int_hwmon_dev = hwmon_device_register_with_groups(rdev->dev, in radeon_hwmon_init()798 if (IS_ERR(rdev->pm.int_hwmon_dev)) { in radeon_hwmon_init()799 err = PTR_ERR(rdev->pm.int_hwmon_dev); in radeon_hwmon_init()813 if (rdev->pm.int_hwmon_dev) in radeon_hwmon_fini()814 hwmon_device_unregister(rdev->pm.int_hwmon_dev); in radeon_hwmon_fini()
1648 struct device *int_hwmon_dev; member