HomeSort by: relevance | last modified time | path
    Searched defs:effective_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_pm.c 752 umode_t effective_mode = attr->mode; local in function:hwmon_attributes_visible
777 effective_mode &= ~S_IRUGO;
783 effective_mode &= ~S_IWUSR;
792 return effective_mode;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pm.c 2792 umode_t effective_mode = attr->mode; local in function:hwmon_attributes_visible
2857 effective_mode &= ~S_IRUGO;
2863 effective_mode &= ~S_IWUSR;
2926 return effective_mode;

Completed in 15 milliseconds