Home
last modified time | relevance | path

Searched refs:int_hwmon_dev (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_pm.c867 rdev->pm.int_hwmon_dev = hwmon_device_register_with_groups(rdev->dev, in radeon_hwmon_init()
870 if (IS_ERR(rdev->pm.int_hwmon_dev)) { in radeon_hwmon_init()
871 err = PTR_ERR(rdev->pm.int_hwmon_dev); in radeon_hwmon_init()
887 if (rdev->pm.int_hwmon_dev) in radeon_hwmon_fini()
888 hwmon_device_unregister(rdev->pm.int_hwmon_dev); in radeon_hwmon_fini()
H A Dradeon.h1653 struct device *int_hwmon_dev; member
/openbsd/sys/dev/pci/drm/amd/pm/
H A Damdgpu_pm.c3393 adev->pm.int_hwmon_dev = hwmon_device_register_with_groups(adev->dev, in amdgpu_pm_sysfs_init()
3396 if (IS_ERR(adev->pm.int_hwmon_dev)) { in amdgpu_pm_sysfs_init()
3397 ret = PTR_ERR(adev->pm.int_hwmon_dev); in amdgpu_pm_sysfs_init()
3433 if (adev->pm.int_hwmon_dev) in amdgpu_pm_sysfs_fini()
3434 hwmon_device_unregister(adev->pm.int_hwmon_dev); in amdgpu_pm_sysfs_fini()
/openbsd/sys/dev/pci/drm/amd/pm/inc/
H A Damdgpu_dpm.h327 struct device *int_hwmon_dev; member