Lines Matching defs:out_lut
759 * returned in out_lut. out_lut's length is expected to be the same as the
764 * @out_lut: The composed LUT, in DRM's color LUT format.
772 struct drm_color_lut *out_lut,
803 out = &out_lut[0].red;
807 out = &out_lut[0].green;
811 out = &out_lut[0].blue;
842 out_lut[i].reserved = 0;
849 * @out_lut: The resized LUT is returned here, in DRM color LUT format.
851 * @len_out: Length of out_lut, i.e. the target size.
856 struct drm_color_lut *out_lut,
875 out = &out_lut[0].red;
878 out = &out_lut[0].green;
881 out = &out_lut[0].blue;
898 out_lut[i].reserved = 0;