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

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_pm.c752 umode_t effective_mode = attr->mode; local
777 effective_mode &= ~S_IRUGO;
783 effective_mode &= ~S_IWUSR;
792 return effective_mode;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_pm.c2792 umode_t effective_mode = attr->mode; local
2857 effective_mode &= ~S_IRUGO;
2863 effective_mode &= ~S_IWUSR;
2926 return effective_mode;

Completed in 164 milliseconds