Searched full:rgbs (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | pixfmt-meta-intel-ipu3.rst | 21 The statistics collected are AWB (Auto-white balance) RGBS (Red, Green, Blue and
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | metafmt-intel-ipu3.rst | 21 The statistics collected are AWB (Auto-white balance) RGBS (Red, Green, Blue and
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/ |
| D | awinic,aw200xx.yaml | 15 an I2C interface, up to 36/54/72 LEDs or 12/18/24 RGBs,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
| D | crtc.c | 774 struct rgb { uint8_t r, g, b; } __attribute__((packed)) *rgbs; in nv_crtc_gamma_load() local 778 rgbs = (struct rgb *)nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index].DAC; in nv_crtc_gamma_load() 784 rgbs[i].r = *r++ >> 8; in nv_crtc_gamma_load() 785 rgbs[i].g = *g++ >> 8; in nv_crtc_gamma_load() 786 rgbs[i].b = *b++ >> 8; in nv_crtc_gamma_load()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
| D | crtc.c | 773 struct rgb { uint8_t r, g, b; } __attribute__((packed)) *rgbs; in nv_crtc_gamma_load() local 777 rgbs = (struct rgb *)nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index].DAC; in nv_crtc_gamma_load() 783 rgbs[i].r = *r++ >> 8; in nv_crtc_gamma_load() 784 rgbs[i].g = *g++ >> 8; in nv_crtc_gamma_load() 785 rgbs[i].b = *b++ >> 8; in nv_crtc_gamma_load()
|
| /kernel/linux/linux-6.6/drivers/leds/ |
| D | Kconfig | 104 an I2C interface, up to 36/54/72 LEDs or 12/18/24 RGBs,
|