Home
last modified time | relevance | path

Searched full:rgbs (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-intel-ipu3.rst21 The statistics collected are AWB (Auto-white balance) RGBS (Red, Green, Blue and
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c784 struct rgb { uint8_t r, g, b; } __attribute__((packed)) *rgbs; in nv_crtc_gamma_load() local
788 rgbs = (struct rgb *)nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index].DAC; in nv_crtc_gamma_load()
794 rgbs[i].r = *r++ >> 8; in nv_crtc_gamma_load()
795 rgbs[i].g = *g++ >> 8; in nv_crtc_gamma_load()
796 rgbs[i].b = *b++ >> 8; in nv_crtc_gamma_load()