Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_pm.c790 umode_t effective_mode = attr->mode; in hwmon_attributes_visible() local
822 effective_mode &= ~S_IRUGO; in hwmon_attributes_visible()
828 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
837 return effective_mode; in hwmon_attributes_visible()
/openbsd/sys/dev/pci/drm/amd/pm/
H A Damdgpu_pm.c3197 umode_t effective_mode = attr->mode; in hwmon_attributes_visible() local
3207 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
3261 effective_mode &= ~S_IRUGO; in hwmon_attributes_visible()
3267 effective_mode &= ~S_IWUSR; in hwmon_attributes_visible()
3363 return effective_mode; in hwmon_attributes_visible()