Searched refs:int_hwmon_dev (Results 1 – 4 of 4) sorted by relevance
853 rdev->pm.int_hwmon_dev = hwmon_device_register_with_groups(rdev->dev, in radeon_hwmon_init()856 if (IS_ERR(rdev->pm.int_hwmon_dev)) { in radeon_hwmon_init()857 err = PTR_ERR(rdev->pm.int_hwmon_dev); in radeon_hwmon_init()871 if (rdev->pm.int_hwmon_dev) in radeon_hwmon_fini()872 hwmon_device_unregister(rdev->pm.int_hwmon_dev); in radeon_hwmon_fini()
1636 struct device *int_hwmon_dev; member
4495 adev->pm.int_hwmon_dev = hwmon_device_register_with_groups(adev->dev, in amdgpu_pm_sysfs_init()4498 if (IS_ERR(adev->pm.int_hwmon_dev)) { in amdgpu_pm_sysfs_init()4499 ret = PTR_ERR(adev->pm.int_hwmon_dev); in amdgpu_pm_sysfs_init()4549 if (adev->pm.int_hwmon_dev) in amdgpu_pm_sysfs_init()4550 hwmon_device_unregister(adev->pm.int_hwmon_dev); in amdgpu_pm_sysfs_init()4559 if (adev->pm.int_hwmon_dev) in amdgpu_pm_sysfs_fini()4560 hwmon_device_unregister(adev->pm.int_hwmon_dev); in amdgpu_pm_sysfs_fini()
342 struct device *int_hwmon_dev; member
Completed in 670 milliseconds