Searched refs:channel_value (Results 1 – 2 of 2) sorted by relevance
493 int channel_value; in twl6030_gpadc_get_processed() local502 channel_value = corrected_code * in twl6030_gpadc_get_processed()506 channel_value /= 1000; in twl6030_gpadc_get_processed()509 dev_dbg(gpadc->dev, "GPADC value: %d", channel_value); in twl6030_gpadc_get_processed()511 *val = channel_value; in twl6030_gpadc_get_processed()
73 static s64 get_lut_index(const struct vkms_color_lut *lut, u16 channel_value) in get_lut_index() argument75 s64 color_channel_fp = drm_int2fixp(channel_value); in get_lut_index()91 static u16 apply_lut_to_channel_value(const struct vkms_color_lut *lut, u16 channel_value, in apply_lut_to_channel_value() argument94 s64 lut_index = get_lut_index(lut, channel_value); in apply_lut_to_channel_value()
Completed in 8 milliseconds