Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/ | |
drm_color_mgmt.c | 213 uint16_t *r_base, *g_base, *b_base; local in function:drm_mode_crtc_set_gamma_size 225 r_base = crtc->gamma_store; 226 g_base = r_base + gamma_size; 229 r_base[i] = i << 8; 258 void *r_base, *g_base, *b_base; local in function:drm_mode_gamma_set_ioctl 280 r_base = crtc->gamma_store; 281 if (copy_from_user(r_base, (void __user *)(unsigned long)crtc_lut->red, size)) { 286 g_base = (char *)r_base + size; 298 ret = crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 327 void *r_base, *g_base, *b_base local in function:drm_mode_gamma_get_ioctl [all...] |
drm_fb_helper.c | 151 uint16_t *r_base, *g_base, *b_base; local in function:drm_fb_helper_restore_lut_atomic 156 r_base = crtc->gamma_store; 157 g_base = r_base + crtc->gamma_size; 160 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, |
/src/sys/arch/i386/pnpbios/ | |
pnpbiosreg.h | 179 uint32_t r_base; member in struct:pnpfixedmem32rangeres 222 uint16_t r_base; member in struct:pnpfixedportres |