Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c3181 umode_t effective_mode = attr->mode; in hwmon_attributes_visible() local
3191 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
3245 effective_mode &= ~S_IRUGO; in hwmon_attributes_visible()
3251 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
3347 return effective_mode; in hwmon_attributes_visible()