Home
last modified time | relevance | path

Searched refs:effective_mode (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_pm.c777 umode_t effective_mode = attr->mode; in hwmon_attributes_visible() local
809 effective_mode &= ~S_IRUGO; in hwmon_attributes_visible()
815 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
824 return effective_mode; in hwmon_attributes_visible()
/Linux-v6.1/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c3201 umode_t effective_mode = attr->mode; in hwmon_attributes_visible() local
3210 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
3263 effective_mode &= ~S_IRUGO; in hwmon_attributes_visible()
3269 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
3344 return effective_mode; in hwmon_attributes_visible()