OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_hwmon_dev
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.h
432
struct device *
int_hwmon_dev
;
member in struct:amdgpu_pm
amdgpu_pm.c
3260
adev->pm.
int_hwmon_dev
= hwmon_device_register_with_groups(adev->dev,
3263
if (IS_ERR(adev->pm.
int_hwmon_dev
)) {
3264
ret = PTR_ERR(adev->pm.
int_hwmon_dev
);
3444
if (adev->pm.
int_hwmon_dev
)
3445
hwmon_device_unregister(adev->pm.
int_hwmon_dev
);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_pm.c
822
rdev->pm.
int_hwmon_dev
= hwmon_device_register_with_groups(rdev->dev,
825
if (IS_ERR(rdev->pm.
int_hwmon_dev
)) {
826
err = PTR_ERR(rdev->pm.
int_hwmon_dev
);
842
if (rdev->pm.
int_hwmon_dev
)
843
hwmon_device_unregister(rdev->pm.
int_hwmon_dev
);
radeon.h
1687
struct device *
int_hwmon_dev
;
member in struct:radeon_pm
Completed in 19 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025