Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c3195 umode_t effective_mode = attr->mode; in hwmon_attributes_visible() local
3205 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
3259 effective_mode &= ~S_IRUGO; in hwmon_attributes_visible()
3265 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
3361 return effective_mode; in hwmon_attributes_visible()